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

/freebsd-10.0-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,
77 .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.c621 if (nconf && !(nconf->nc_flag & NC_VISIBLE))
634 if (!(nconf->nc_flag & NC_VISIBLE))
640 if (!(nconf->nc_flag & NC_VISIBLE))
649 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-10.0-release/include/
H A Dnetconfig.h16 unsigned long nc_flag; /* Flags (see below) */ member in struct:netconfig
39 * nc_flag values
/freebsd-10.0-release/sys/kern/
H A Dvfs_cache.c100 u_char nc_flag; /* flag bits */ member in struct:namecache
119 u_char nc_flag; /* flag bits */ member in struct:namecache_ts
128 * Flags in namecache.nc_flag
226 ts = ncp->nc_flag & NCF_TS;
243 if ((ncp->nc_flag & NCF_TS) == 0)
253 KASSERT((ncp->nc_flag & NCF_TS) != 0 ||
430 if (ncp->nc_flag & NCF_ISDOTDOT) {
518 if (dvp->v_cache_dd->nc_flag & NCF_ISDOTDOT)
525 if (ncp->nc_flag & NCF_ISDOTDOT)
537 if ((ncp->nc_flag
[all...]
/freebsd-10.0-release/lib/libc/rpc/
H A Dgetnetconfig.c600 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0';
606 ncp->nc_flag |= NC_VISIBLE;
609 ncp->nc_flag |= NC_BROADCAST;
H A Dgetnetpath.c168 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c380 if (!(nconf->nc_flag & NC_VISIBLE))
386 if (!(nconf->nc_flag & NC_VISIBLE))
395 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-10.0-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c30 u_char nc_flag; member in struct:namecache
/freebsd-10.0-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.0-release/usr.sbin/rpc.statd/
H A Dstatd.c198 if (nconf->nc_flag & NC_VISIBLE) {
262 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_main.c537 if ((nconf->nc_flag & NC_VISIBLE)) {
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcbind.c181 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c480 if (nconf->nc_flag & NC_VISIBLE) {
543 if (nconf->nc_flag & NC_VISIBLE) {

Completed in 213 milliseconds