Searched defs:port_fd (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c66 static int port_fd; variable
238 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi)) {
260 if (port_get(port_fd, &pe, NULL) != 0) {
297 if (port_associate(port_fd, PORT_SOURCE_FD, fd,
306 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi))
350 startd_close(port_fd);
367 if ((port_fd = port_create()) == -1)
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c234 int port_fd; local
366 if ((port_fd = port_create()) == -1)
369 if (port_associate(port_fd, PORT_SOURCE_FD, wfd[i].wf_fd,
380 if (port_get(port_fd, &pe, NULL) == -1) {
388 if (port_associate(port_fd, PORT_SOURCE_FD, pe.portev_object,
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c742 int port_fd = conn->fd;
746 cc = recvfrom(port_fd, pktbuf, sizeof(pktbuf), 0,
770 cc = sendto(port_fd, response->data, (socklen_t) response->length, 0,
738 int port_fd = conn->fd; local
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h136 int port_fd; member in struct:port

Completed in 51 milliseconds