HomeSort by: relevance | last modified time | path
    Searched refs:ps_root (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
privsep.h 61 #define PS_ROOT 0x0101
124 #define PS_ROOT_FD(ctx) ((ctx)->ps_root ? (ctx)->ps_root->psp_fd : -1)
privsep.c 420 if (ctx->ps_root != psp) {
449 if (ctx->ps_root != psp) {
451 ctx->ps_root = NULL;
638 if (ctx->ps_root == NULL) {
699 if (ctx->ps_root != NULL) {
778 if (ctx->ps_root == psp)
779 ctx->ps_root = NULL;
797 if (ctx->ps_root != NULL)
798 ppsp = ctx->ps_root;
dhcpcd.h 196 struct ps_process *ps_root; member in struct:dhcpcd_ctx
privsep-root.c 553 if (psp != ctx->ps_root)
864 .psi_cmd = PS_ROOT,
887 psp = ctx->ps_root = ps_newprocess(ctx, &id);
950 struct ps_process *psp = ctx->ps_root;
1003 if (ctx->ps_root != NULL)
1004 ps_freeprocess(ctx->ps_root);
if-bsd.c 1300 if (ctx->ps_root != NULL) {
1301 if (rtm->rtm_pid == ctx->ps_root->psp_pid)
1352 if (ctx->ps_root != NULL) {
1353 if (ifam->ifam_pid == ctx->ps_root->psp_pid)
  /src/lib/libperfuse/
perfuse_priv.h 64 struct puffs_node *ps_root; member in struct:perfuse_state
perfuse.c 615 ps->ps_root = pn_root;
ops.c 890 if (puffs_mount(pu, ps->ps_target, ps->ps_mountflags, ps->ps_root) != 0)

Completed in 22 milliseconds