Searched refs:sid_authcount (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dkauth.h59 u_int8_t sid_authcount; member in struct:__anon484
69 #define KAUTH_NTSID_SIZE(_s) (KAUTH_NTSID_HDRSIZE + ((_s)->sid_authcount * sizeof(u_int32_t)))
/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c1091 sid.sid_authcount = 1;
1316 if (!error && (sid.sid_kind == 1) && (sid.sid_authcount == 1)) {

Completed in 26 milliseconds