Home
last modified time | relevance | path

Searched refs:P9_NONUNAME (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9fs_subr.c65 vses->uid = P9_NONUNAME; in p9fs_init_session()
106 fid = p9_client_attach(vses->clnt, NULL, vses->uname, P9_NONUNAME, in p9fs_init_session()
H A Dp9_protocol.h157 #define P9_NONUNAME (uint32_t)(~0) macro