Home
last modified time | relevance | path

Searched refs:nc_flag (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/rpc/
H A Dgetnetconfig.c47 .nc_flag = NC_VISIBLE,
54 .nc_flag = NC_VISIBLE,
62 .nc_flag = NC_VISIBLE,
69 .nc_flag = NC_VISIBLE,
76 .nc_flag = 0,
H A Dnetconfig.h15 unsigned long nc_flag; /* Flags (see below) */ member
H A Drpc_generic.c616 if (nconf && !(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
629 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
635 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
644 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
/freebsd/sys/kern/
H A Dvfs_cache.c361 u_char nc_flag; /* flag bits */ member
456 KASSERT((ncp->nc_flag & NCF_INVALID) == 0, in cache_ncp_invalidate()
458 atomic_store_char(&ncp->nc_flag, ncp->nc_flag | NCF_INVALID); in cache_ncp_invalidate()
473 _nc_flag = atomic_load_char(&_ncp->nc_flag); \
485 _nc_flag = atomic_load_char(&_ncp->nc_flag); \
557 MPASS(atomic_load_char(&ncp->nc_flag) & NCF_NEGATIVE); in NCP2NEGSTATE()
582 KASSERT((ncp->nc_flag & NCF_TS) != 0 || in cache_out_ts()
779 if (__predict_false(ncp->nc_flag & NCF_TS)) { in cache_free_uma()
827 if ((ncp->nc_flag & NCF_DVDROP) != 0) { in cache_free()
844 if ((ncp->nc_flag & NCF_DVDROP) != 0) { in cache_free_batch()
[all …]
/freebsd/include/
H A Dnetconfig.h45 unsigned long nc_flag; /* Flags (see below) */ member
/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c589 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0'; in parse_ncp()
595 ncp->nc_flag |= NC_VISIBLE; in parse_ncp()
598 ncp->nc_flag |= NC_BROADCAST; in parse_ncp()
H A Drpc_generic.c347 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
353 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
362 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
H A Dgetnetpath.c161 } while ((ncp->nc_flag & NC_VISIBLE) == 0); in getnetpath()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c309 if (nconf->nc_flag & NC_VISIBLE) { in main()
328 if (nconf->nc_flag & NC_VISIBLE) { in main()
400 if (nconf->nc_flag & NC_VISIBLE) { in main()
/freebsd/tools/diag/dumpvfscache/
H A Ddumpvfscache.c29 u_char nc_flag; member
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c203 if (nconf->nc_flag & NC_VISIBLE) { in main()
267 if (nconf->nc_flag & NC_VISIBLE) { in main()
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c307 nconf_udp.nc_flag = NC_VISIBLE; in rpcbind_get_conf()
317 nconf_udp6.nc_flag = NC_VISIBLE; in rpcbind_get_conf()
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c534 if ((nconf->nc_flag & NC_VISIBLE)) { in main()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c181 if (nconf->nc_flag & NC_VISIBLE) { in main()
/freebsd/usr.sbin/mountd/
H A Dmountd.c625 if (nconf->nc_flag & NC_VISIBLE) { in main()
697 if (nconf->nc_flag & NC_VISIBLE) { in main()