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 63 #define PS_ROOT 0x0101
115 #define PS_ROOT_FD(ctx) ((ctx)->ps_root ? (ctx)->ps_root->psp_fd : -1)
privsep.c 377 if (ctx->ps_root != psp) {
406 if (ctx->ps_root != psp) {
619 if (ctx->ps_root == NULL) {
681 if (ctx->ps_root != NULL) {
760 if (ctx->ps_root == psp)
761 ctx->ps_root = NULL;
779 if (ctx->ps_root != NULL)
780 ppsp = ctx->ps_root;
1202 if (ctx->ps_ctl == notthis && psp == ctx->ps_root)
dhcpcd.h 198 struct ps_process *ps_root; member in struct:dhcpcd_ctx
privsep-root.c 544 if (psp != ctx->ps_root)
885 .psi_cmd = PS_ROOT,
909 psp = ctx->ps_root = ps_newprocess(ctx, &id);
971 struct ps_process *psp = ctx->ps_root;
1036 if (ctx->ps_root != NULL)
1037 ps_freeprocess(ctx->ps_root);
if-bsd.c 1329 if (ctx->ps_root != NULL) {
1330 if (rtm->rtm_pid == ctx->ps_root->psp_pid)
1382 if (ctx->ps_root != NULL) {
1383 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 52 milliseconds