Searched refs:au (Results 1 – 1 of 1) sorted by relevance
103 struct audata *au; in authunix_create() local109 au = (struct audata *) mem_alloc (sizeof (*au)); in authunix_create()115 mem_free (au, sizeof (*au)); in authunix_create()121 au->au_shfaults = 0; in authunix_create()239 return XDR_PUTBYTES (xdrs, au->au_marshed, au->au_mpos); in authunix_marshal()245 struct audata *au; in authunix_validate() local250 au = AUTH_PRIVATE (auth); in authunix_validate()256 au->au_shcred.oa_length); in authunix_validate()289 au->au_shfaults++; in authunix_refresh()323 mem_free (au->au_origcred.oa_base, au->au_origcred.oa_length); in authunix_destroy()[all …]
Completed in 5 milliseconds