Lines Matching refs:pfds
63 static int pfds[2]; variable
366 if (write(pfds[1], &rv, sizeof (int)) != sizeof (int)) { in dlmgmt_inform_parent_exit()
369 (void) close(pfds[1]); in dlmgmt_inform_parent_exit()
372 (void) close(pfds[1]); in dlmgmt_inform_parent_exit()
379 (void) close(pfds[1]); in dlmgmtd_exit()
475 if (fd != pfds[1]) in closefunc()
486 if (pipe(pfds) < 0) { in dlmgmt_daemonize()
497 (void) close(pfds[1]); in dlmgmt_daemonize()
503 if (read(pfds[0], &rv, sizeof (int)) != sizeof (int)) { in dlmgmt_daemonize()
508 (void) close(pfds[0]); in dlmgmt_daemonize()
513 (void) close(pfds[0]); in dlmgmt_daemonize()