Searched refs:nc_flag (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/rpc/
H A Dgetnetconfig.c50 .nc_flag = NC_VISIBLE,
57 .nc_flag = NC_VISIBLE,
65 .nc_flag = NC_VISIBLE,
72 .nc_flag = NC_VISIBLE,
79 .nc_flag = 0,
H A Dnetconfig.h16 unsigned long nc_flag; /* Flags (see below) */ member in struct:netconfig
39 * nc_flag values
H A Drpc_generic.c624 if (nconf && !(nconf->nc_flag & NC_VISIBLE))
637 if (!(nconf->nc_flag & NC_VISIBLE))
643 if (!(nconf->nc_flag & NC_VISIBLE))
652 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-13-stable/include/
H A Dnetconfig.h46 unsigned long nc_flag; /* Flags (see below) */ member in struct:netconfig
69 * nc_flag values
/freebsd-13-stable/sys/kern/
H A Dvfs_cache.c276 u_char nc_flag; /* flag bits */ member in struct:namecache
344 * Flags in namecache.nc_flag
371 KASSERT((ncp->nc_flag & NCF_INVALID) == 0,
373 atomic_store_char(&ncp->nc_flag, ncp->nc_flag | NCF_INVALID);
388 _nc_flag = atomic_load_char(&_ncp->nc_flag); \
400 _nc_flag = atomic_load_char(&_ncp->nc_flag); \
480 MPASS(atomic_load_char(&ncp->nc_flag) & NCF_NEGATIVE);
505 KASSERT((ncp->nc_flag & NCF_TS) != 0 ||
710 if (__predict_false(ncp->nc_flag
1291 u_char nc_flag; local
2035 u_short nc_flag; local
2266 u_char nc_flag; local
2309 u_char nc_flag; local
3415 u_char nc_flag; local
4928 u_char nc_flag; local
5001 u_char nc_flag; local
5169 u_char nc_flag; local
5597 u_char nc_flag; local
[all...]
/freebsd-13-stable/lib/libc/rpc/
H A Dgetnetconfig.c595 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0';
601 ncp->nc_flag |= NC_VISIBLE;
604 ncp->nc_flag |= NC_BROADCAST;
H A Dgetnetpath.c167 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c374 if (!(nconf->nc_flag & NC_VISIBLE))
380 if (!(nconf->nc_flag & NC_VISIBLE))
389 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-13-stable/tools/diag/dumpvfscache/
H A Ddumpvfscache.c30 u_char nc_flag; member in struct:namecache
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd.c309 if (nconf->nc_flag & NC_VISIBLE) {
328 if (nconf->nc_flag & NC_VISIBLE) {
400 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dstatd.c205 if (nconf->nc_flag & NC_VISIBLE) {
269 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-13-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c293 nconf_udp.nc_flag = NC_VISIBLE;
303 nconf_udp6.nc_flag = NC_VISIBLE;
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_main.c537 if ((nconf->nc_flag & NC_VISIBLE)) {
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c188 if (nconf->nc_flag & NC_VISIBLE) {

Completed in 241 milliseconds