Searched defs:nfsd_idargs (Results 1 – 1 of 1) sorted by relevance
238 struct nfsd_idargs { struct239 int nid_flag; /* Flags (see below) */240 uid_t nid_uid; /* user/group id */241 gid_t nid_gid;242 int nid_usermax; /* Upper bound on user name cache */243 int nid_usertimeout;/* User name timeout (minutes) */244 u_char *nid_name; /* Name */245 int nid_namelen; /* and its length */246 gid_t *nid_grps; /* and the list */247 int nid_ngroup; /* Size of groups list */