Lines Matching refs:pfds
62 static int pfds[2]; variable
337 if (write(pfds[1], &rv, sizeof (int)) != sizeof (int)) { in dlmgmt_inform_parent_exit()
340 (void) close(pfds[1]); in dlmgmt_inform_parent_exit()
343 (void) close(pfds[1]); in dlmgmt_inform_parent_exit()
350 (void) close(pfds[1]); in dlmgmtd_exit()
446 if (fd != pfds[1]) in closefunc()
457 if (pipe(pfds) < 0) { in dlmgmt_daemonize()
468 (void) close(pfds[1]); in dlmgmt_daemonize()
474 if (read(pfds[0], &rv, sizeof (int)) != sizeof (int)) { in dlmgmt_daemonize()
479 (void) close(pfds[0]); in dlmgmt_daemonize()
484 (void) close(pfds[0]); in dlmgmt_daemonize()