Searched refs:pr_childmax (Results 1 – 2 of 2) sorted by relevance
109 .pr_childmax = JAIL_MAX,554 if ((flags & JAIL_CREATE) && mypr->pr_childmax == 0) in kern_jail_set()1197 if (tpr->pr_childcount >= tpr->pr_childmax) { in kern_jail_set()1373 if (childmax >= ppr->pr_childmax) { in kern_jail_set()1660 pr->pr_childmax = childmax; in kern_jail_set()1663 if (tpr->pr_childmax > childmax - level) in kern_jail_set()1664 tpr->pr_childmax = childmax > level in kern_jail_set()2159 error = vfs_setopt(opts, "children.max", &pr->pr_childmax, in kern_jail_get()2160 sizeof(pr->pr_childmax)); in kern_jail_get()4412 db_printf(" children.max = %d\n", pr->pr_childmax); in db_show_prison()
182 int pr_childmax; /* (p) maximum child jails */ member