Lines Matching refs:pr_childmax
110 .pr_childmax = JAIL_MAX,
1026 if ((flags & JAIL_CREATE) && mypr->pr_childmax == 0) in kern_jail_set()
1578 if (tpr->pr_childcount >= tpr->pr_childmax) { in kern_jail_set()
1756 if (childmax >= ppr->pr_childmax) { in kern_jail_set()
1927 pr->pr_childmax = childmax; in kern_jail_set()
1930 if (tpr->pr_childmax > childmax - level) in kern_jail_set()
1931 tpr->pr_childmax = childmax > level in kern_jail_set()
2460 error = vfs_setopt(opts, "children.max", &pr->pr_childmax, in kern_jail_get()
2461 sizeof(pr->pr_childmax)); in kern_jail_get()
4561 NULL, offsetof(struct prison, pr_childmax), sysctl_jail_children,
5070 db_printf(" children.max = %d\n", pr->pr_childmax); in db_show_prison()