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

  /src/external/bsd/dhcpcd/dist/src/
privsep-root.c 867 int logfd[2] = { -1, -1}, datafd[2] = { -1, -1}; local
877 if (xsocketpair(AF_UNIX, SOCK_SEQPACKET | SOCK_CXNB, 0, datafd) == -1)
880 if (ps_setbuf_fdpair(datafd) == -1)
883 if (ps_rights_limit_fdpair(datafd) == -1)
903 ctx->ps_data_fd = datafd[1];
904 close(datafd[0]);
912 ctx->ps_data_fd = datafd[0];
913 close(datafd[1]);
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_diff.c 85 int datafd; member in struct:differ_info
439 (void) close(di->datafd);
449 rv = read(di->datafd, cp, len);
479 (void) close(di->datafd);
790 di.datafd = pipefd[0];

Completed in 22 milliseconds