Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lib9p/
H A Dfcall.h187 L9P_DMNAMEDPIPE = 0x00200000, enumerator
H A Dutils.c438 { L9P_DMNAMEDPIPE, L9P_DMNAMEDPIPE, "DMNAMEDPIPE" }, in l9p_describe_ext_perm()
H A Drequest.c711 (L9P_DMDIR | L9P_DMSYMLINK | L9P_DMNAMEDPIPE | L9P_DMSOCKET | L9P_DMDEVICE) in l9p_dispatch_tcreate()
/freebsd-14.2/contrib/lib9p/backend/
H A Dfs.c623 s->mode |= L9P_DMNAMEDPIPE; in dostat()
1016 else if (dmperm & L9P_DMNAMEDPIPE) in fs_create()