Searched refs:ncp_suser (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/netncp/
H A Dncp_subr.h81 #define ncp_suser(cred) priv_check_cred(cred, PRIV_NETNCP, 0) macro
H A Dncp_conn.c110 if (cred == NOCRED || ncp_suser(cred) == 0 ||
223 isroot = ncp_suser(cred) == 0;
416 if (ncp_suser(cred) == 0 ||
474 if (ncp_suser(cred) == 0)
H A Dncp_mod.c181 if (ncp_suser(cred) != 0 && cred->cr_uid != conn->nc_owner->cr_uid)

Completed in 96 milliseconds