Home
last modified time | relevance | path

Searched refs:L9P_NONUNAME (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dfcall.h327 #define L9P_NONUNAME ((uint32_t)-1) /* in Tattach, no n_uname */ macro
H A Drequest.c648 req->lr_req.tattach.n_uname = L9P_NONUNAME; in l9p_dispatch_tattach()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c940 if (n_uname != L9P_NONUNAME) { in fs_attach()