Searched refs:PSEUDO (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_exit.s29 PSEUDO(_exit,exit)
H A Dgetppid.s31 PSEUDO(getppid,getpid)
/opensolaris-onvv-gate/usr/src/lib/libbc/sparc/inc/
H A DSYS.h59 #define PSEUDO(x, y) \ macro
/opensolaris-onvv-gate/usr/src/uts/common/nfs/
H A Dexport.h356 * | / | |PSEUDO EXP|-->+---+ +---+ +---+
374 * +===+------------- ----|PSEUDO EXP|-->+---+ +---+
417 ((t)->tree_exi && !PSEUDO((t)->tree_exi))
514 #define PSEUDO(exi) ((exi)->exi_export.ex_flags & EX_PSEUDO) macro
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c569 * PSEUDO - a pseudo node
578 * (a) PSEUDO (f1,f2)
584 * (c) EXPORT,f1(f2) (n) PSEUDO (f1,f2)
998 * Only a PSEUDO node has a visible list or an exported VROOT
1001 if (! PSEUDO(exi))
1107 * Only a PSEUDO node has a visible list or an exported VROOT
1110 if (! PSEUDO(exi))
H A Dnfs_export.c718 * transferred from the PSEUDO export in exportfs()
740 int is_pseudo = PSEUDO(tnode->tree_exi);
1105 if (ex1 && !PSEUDO(ex1) && !VN_CMP(ex1->exi_vp, vp)) {
1140 * PSEUDO export has ex_path fabricated, e.g. "/tmp (pseudo)", skip it.
1146 if (ex2 != exi_root && !PSEUDO(ex2) &&
1511 if (PSEUDO(ex)) {
1618 if (!EXP_LINKED(exi) || PSEUDO(exi)) {
2441 if (error && PSEUDO(exi))
H A Dnfs_server.c1650 if (PSEUDO(exi)) {
2762 if (PSEUDO(*exi)) {
H A Dnfs4_srv_readdir.c491 check_visible = PSEUDO(cs->exi) ||
H A Dnfs4_srv.c939 (PSEUDO(cs->exi) || ! is_exported_sec(cs->nfsflavor, cs->exi) ||
1020 if (PSEUDO(exi)) {
2683 (PSEUDO(cs->exi) || ! is_exported_sec(cs->nfsflavor, cs->exi) ||

Completed in 152 milliseconds