Searched refs:NC_VISIBLE (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/rpc/
H A Dgetnetconfig.c48 .nc_flag = NC_VISIBLE,
55 .nc_flag = NC_VISIBLE,
63 .nc_flag = NC_VISIBLE,
70 .nc_flag = NC_VISIBLE,
H A Dnetconfig.h42 #define NC_VISIBLE 0x01 macro
H A Drpc_generic.c620 if (nconf && !(nconf->nc_flag & NC_VISIBLE))
633 if (!(nconf->nc_flag & NC_VISIBLE))
639 if (!(nconf->nc_flag & NC_VISIBLE))
648 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-10.1-release/include/
H A Dnetconfig.h42 #define NC_VISIBLE 0x01 macro
/freebsd-10.1-release/lib/libc/rpc/
H A Dgetnetpath.c166 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c379 if (!(nconf->nc_flag & NC_VISIBLE))
385 if (!(nconf->nc_flag & NC_VISIBLE))
394 if (!(nconf->nc_flag & NC_VISIBLE))
H A Dgetnetconfig.c604 ncp->nc_flag |= NC_VISIBLE;
/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dlockd.c311 if (nconf->nc_flag & NC_VISIBLE) {
330 if (nconf->nc_flag & NC_VISIBLE) {
402 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-10.1-release/usr.sbin/rpc.statd/
H A Dstatd.c198 if (nconf->nc_flag & NC_VISIBLE) {
262 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_main.c537 if ((nconf->nc_flag & NC_VISIBLE)) {
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Drpcbind.c181 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-10.1-release/usr.sbin/mountd/
H A Dmountd.c480 if (nconf->nc_flag & NC_VISIBLE) {
543 if (nconf->nc_flag & NC_VISIBLE) {

Completed in 185 milliseconds