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

/freebsd-current/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 in struct:netconfig
38 * nc_flag values
H A Drpc_generic.c616 if (nconf && !(nconf->nc_flag & NC_VISIBLE))
629 if (!(nconf->nc_flag & NC_VISIBLE))
635 if (!(nconf->nc_flag & NC_VISIBLE))
644 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-current/include/
H A Dnetconfig.h45 unsigned long nc_flag; /* Flags (see below) */ member in struct:netconfig
68 * nc_flag values
/freebsd-current/sys/kern/
H A Dvfs_cache.c361 u_char nc_flag; /* flag bits */ member in struct:namecache
429 * Flags in namecache.nc_flag
456 KASSERT((ncp->nc_flag & NCF_INVALID) == 0,
458 atomic_store_char(&ncp->nc_flag, ncp->nc_flag | NCF_INVALID);
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);
582 KASSERT((ncp->nc_flag & NCF_TS) != 0 ||
779 if (__predict_false(ncp->nc_flag
1360 u_char nc_flag; local
2122 u_short nc_flag; local
2353 u_char nc_flag; local
2396 u_char nc_flag; local
3572 u_char nc_flag; local
5251 u_char nc_flag; local
5503 u_char nc_flag; local
5932 u_char nc_flag; local
[all...]
/freebsd-current/lib/libc/rpc/
H A Dgetnetconfig.c589 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0';
595 ncp->nc_flag |= NC_VISIBLE;
598 ncp->nc_flag |= NC_BROADCAST;
H A Dgetnetpath.c161 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c347 if (!(nconf->nc_flag & NC_VISIBLE))
353 if (!(nconf->nc_flag & NC_VISIBLE))
362 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-current/tools/diag/dumpvfscache/
H A Ddumpvfscache.c29 u_char nc_flag; member in struct:namecache
/freebsd-current/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-current/usr.sbin/rpc.statd/
H A Dstatd.c203 if (nconf->nc_flag & NC_VISIBLE) {
267 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-current/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c307 nconf_udp.nc_flag = NC_VISIBLE;
317 nconf_udp6.nc_flag = NC_VISIBLE;
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c534 if ((nconf->nc_flag & NC_VISIBLE)) {
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c180 if (nconf->nc_flag & NC_VISIBLE) {

Completed in 156 milliseconds