Home
last modified time | relevance | path

Searched refs:PN_PEEK (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpathname.c145 if (!(flags & PN_PEEK)) { in stpn_getcomponent()
H A Dst_pathname.h50 #define PN_PEEK 0x01 /* Only peek at next pn component */ macro
51 #define stpn_peekcomponent(PNP, COMP) stpn_getcomponent(PNP, COMP, PN_PEEK)