Searched defs:auth_req (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h48 * struct auth_req {
87 * NFSAUTH_ACCESS(auth_req) = 1;
123 struct auth_req { struct
135 typedef struct auth_req auth_req; typedef in typeref:struct:auth_req
168 auth_req areq;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c1371 boolean_t auth_req = FALSE; local
1375 auth_req = ni->hd_msgs[message & 0xff].hm_auth_required;
1377 return (auth_req);

Completed in 46 milliseconds