Home
last modified time | relevance | path

Searched refs:ps_uvvcount (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/kern/
H A Dkern_unveil.c170 for (i = 0; ps->ps_uvpaths != NULL && i < ps->ps_uvvcount; i++) { in unveil_destroy()
191 ps->ps_uvvcount = 0; in unveil_destroy()
201 if (parent->ps_uvvcount == 0) in unveil_copy()
231 child->ps_uvvcount = parent->ps_uvvcount; in unveil_copy()
322 for (i = 0; i < pr->ps_uvvcount; i++) { in unveil_lookup()
382 KASSERT(pr->ps_uvvcount < UNVEIL_MAX_VNODES); in unveil_add_vnode()
384 uv = &pr->ps_uvpaths[pr->ps_uvvcount++]; in unveil_add_vnode()
398 for (i = 0; i < pr->ps_uvvcount - 1; i++) { in unveil_add_vnode()
427 if (pr->ps_uvvcount >= UNVEIL_MAX_VNODES || in unveil_add()
578 KASSERT(uv->uv_cover < p->p_p->ps_uvvcount); in unveil_covered()
[all …]
/openbsd/sys/sys/
H A Dproc.h220 ssize_t ps_uvvcount; /* count of unveil vnodes held */ member