Home
last modified time | relevance | path

Searched defs:fs_authinfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/backend/
H A Dfs.c135 struct fs_authinfo { struct
136 pthread_mutex_t ai_mtx; /* lock for refcnt */
137 uint32_t ai_refcnt;
138 int ai_flags;
139 uid_t ai_uid;
140 int ai_ngids;
141 gid_t ai_gids[]; /* NB: flexible array member */