Searched refs:port_fd (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | wait.c | 66 static int port_fd; variable 238 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi)) { in wait_register() 260 if (port_get(port_fd, &pe, NULL) != 0) { in wait_thread() 297 if (port_associate(port_fd, PORT_SOURCE_FD, fd, in wait_thread() 306 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi)) in wait_thread() 350 startd_close(port_fd); in wait_postfork() 367 if ((port_fd = port_create()) == -1) in wait_init()
|
/titanic_44/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 234 int port_fd; in main() local 366 if ((port_fd = port_create()) == -1) in main() 369 if (port_associate(port_fd, PORT_SOURCE_FD, wfd[i].wf_fd, in main() 380 if (port_get(port_fd, &pe, NULL) == -1) { in main() 388 if (port_associate(port_fd, PORT_SOURCE_FD, pe.portev_object, in main()
|
/titanic_44/usr/src/uts/sparc/portfs/ |
H A D | Makefile | 38 PORTFS_OBJS += port.o port_vnops.o port_fd.o port_fop.o
|
/titanic_44/usr/src/uts/intel/portfs/ |
H A D | Makefile | 38 PORTFS_OBJS += port.o port_vnops.o port_fd.o port_fop.o
|
/titanic_44/usr/src/uts/common/fs/portfs/ |
H A D | port_vnops.c | 193 (ps->portsrc_closearg, pp->port_fd, in port_close() 237 pp->port_fd, curproc->p_pid, 1); in port_close()
|
H A D | port_fd.c | 209 error = port_associate_ksource(pp->port_fd, PORT_SOURCE_FD, in port_associate_fd()
|
H A D | port.c | 775 pp->port_fd = *fdp; in port_create()
|
H A D | port_fop.c | 983 if (error = port_associate_ksource(pp->port_fd, source, in port_fop_associate_source()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | port_impl.h | 136 int port_fd; member
|
/titanic_44/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 738 int port_fd = conn->fd; in process_packet() local 742 cc = recvfrom(port_fd, pktbuf, sizeof(pktbuf), 0, in process_packet() 766 cc = sendto(port_fd, response->data, (socklen_t) response->length, 0, in process_packet()
|