Home
last modified time | relevance | path

Searched refs:muid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c394 r += l9p_pustring(msg, &stat->muid); in l9p_pustat()
977 free(stat->muid); in l9p_freestat()
992 + STRING_SIZE(stat->muid); in l9p_sizeof_stat()
H A Dfcall.h270 char *muid; member
H A Dutils.c648 if (st->muid != NULL || !dotu) in l9p_describe_l9stat()
649 l9p_describe_name(" muid=", st->muid, sb); in l9p_describe_l9stat()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c692 s->muid = user != NULL ? strdup(user->pw_name) : NULL; in dostat()