Searched refs:PR_HOST (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/kern/
H A Dkern_mib.c375 while (!(pr->pr_flags & PR_HOST))
380 if (cpr->pr_flags & PR_HOST)
487 while (!(pr->pr_flags & PR_HOST))
492 if (cpr->pr_flags & PR_HOST)
H A Dkern_jail.c114 .pr_flags = PR_HOST|PR_VNET|_PR_IP_SADDRSEL,
116 .pr_flags = PR_HOST|_PR_IP_SADDRSEL,
189 {"host", 0, PR_HOST},
1187 ch_flags |= PR_HOST;
1188 pr_flags |= PR_HOST;
1205 ch_flags |= PR_HOST;
1206 pr_flags |= PR_HOST;
1223 ch_flags |= PR_HOST;
1224 pr_flags |= PR_HOST;
1250 ch_flags |= PR_HOST;
[all...]
/freebsd-current/sys/sys/
H A Djail.h220 #define PR_HOST 0x00000002 /* Virtualize hostname et al */ macro

Completed in 173 milliseconds