Home
last modified time | relevance | path

Searched refs:PORT_SOURCE_FD (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dtxn-pollerr.c66 if (port_associate(port, PORT_SOURCE_FD, fd, POLLIN, NULL) != 0) { in main()
83 VERIFY3S(pe.portev_source, ==, PORT_SOURCE_FD); in main()
/illumos-gate/usr/src/test/os-tests/tests/regression/
H A Dillumos-15036.c104 int res = port_associate(port_fds[j], PORT_SOURCE_FD, in main()
112 int res = port_dissociate(port_fds[j], PORT_SOURCE_FD, in main()
H A Dillumos-15031.c56 res = port_associate(pfd, PORT_SOURCE_FD, (uintptr_t)pipes[1], POLLIN, in main()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c239 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi)) { in wait_register()
300 if (port_associate(port_fd, PORT_SOURCE_FD, fd, in wait_thread()
309 if (port_associate(port_fd, PORT_SOURCE_FD, fd, 0, wi)) in wait_thread()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dmsnc.c50 if (port_associate(port, PORT_SOURCE_FD, sock, event, NULL) != 0) { in msnc_wait()
60 VERIFY3U(pe.portev_source, ==, PORT_SOURCE_FD); in msnc_wait()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c186 if (port_associate (mnttab_port, PORT_SOURCE_FD, mnttab_fd, POLLRDBAND, in mnttab_event_init()
216 (void) port_associate(mnttab_port, PORT_SOURCE_FD, in mnttab_event()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c648 if (port_associate(ev_port, PORT_SOURCE_FD, new_sd, POLLRDNORM, in new_req()
663 if (port_associate(ev_port, PORT_SOURCE_FD, listener, POLLRDNORM, in new_req()
744 if (port_associate(ev_port, PORT_SOURCE_FD, cli->cli_sd, in handle_req()
755 if (port_associate(ev_port, PORT_SOURCE_FD, cli->cli_sd, POLLWRNORM, in handle_req()
796 if (port_associate(ev_port, PORT_SOURCE_FD, listener, POLLRDNORM, in main_loop()
H A Dilbd_hc.c549 if (port_dissociate(srv->shc_ev_port, PORT_SOURCE_FD, in ilbd_hc_kill_probe()
1370 if (port_associate(srv->shc_ev_port, PORT_SOURCE_FD, fds[0], in ilbd_run_probe()
1406 if (port_associate(ev_port, PORT_SOURCE_FD, fd, in reassociate_port()
/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c367 if (port_associate(port_fd, PORT_SOURCE_FD, wfd[i].wf_fd, in main()
386 if (port_associate(port_fd, PORT_SOURCE_FD, pe.portev_object, in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dport.h44 #define PORT_SOURCE_FD 4 macro
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/
H A Dtcpsig.c450 if (port_associate(port, PORT_SOURCE_FD, src, POLLOUT, NULL) != 0) { in tcpsig_connect()
477 if (port_associate(port, PORT_SOURCE_FD, dst, POLLIN, NULL) != 0) { in tcpsig_connect()
560 if (port_associate(port, PORT_SOURCE_FD, dst, POLLIN, NULL) != 0) { in tcpsig_sendrecv()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c437 if (port_associate(port, PORT_SOURCE_FD, src, POLLOUT, NULL) != 0) { in ttl_connect()
463 if (port_associate(port, PORT_SOURCE_FD, dst, POLLIN, NULL) != 0) { in ttl_connect()
565 if (port_associate(port, PORT_SOURCE_FD, dst, POLLIN, NULL) != 0) { in ttl_sendrecv()
/illumos-gate/usr/src/uts/common/os/
H A Dport_subr.c152 if (pkevp->portkev_source == PORT_SOURCE_FD) { in port_send_event()
170 if (pkevp->portkev_source == PORT_SOURCE_FD) { in port_send_event()
198 if (pkevp->portkev_source != PORT_SOURCE_FD && in port_send_event()
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c278 (void) port_associate(port, PORT_SOURCE_FD, in associate()
281 (void) port_dissociate(port, PORT_SOURCE_FD, in associate()
/illumos-gate/usr/src/lib/lib9p/common/transport/
H A Dsocket.c282 if (port_associate(svr->ev_port, PORT_SOURCE_FD, s, in l9p_bind_addrs()
358 if (esvr->ev_pe[i].portev_source != PORT_SOURCE_FD) in l9p_event_get()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dmevent.c390 if (port_associate(portfd, PORT_SOURCE_FD, mevp->me_fd, in mevent_update_one_readwrite()
404 if (port_dissociate(portfd, PORT_SOURCE_FD, in mevent_update_one_readwrite()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c1354 case PORT_SOURCE_FD: in wait_for_event()
1361 if (port_associate(idmapd_ev_port, PORT_SOURCE_FD, in wait_for_event()
1547 if (port_associate(idmapd_ev_port, PORT_SOURCE_FD, in idmap_cfg_start_updates()
1560 (void) port_dissociate(idmapd_ev_port, PORT_SOURCE_FD, rt_sock); in idmap_cfg_start_updates()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c207 error = port_associate_ksource(pp->port_fd, PORT_SOURCE_FD, in port_associate_fd()
H A Dport.c648 case PORT_SOURCE_FD: in portfs()
686 case PORT_SOURCE_FD: in portfs()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c800 ASSERT(pkevp->portkev_source == PORT_SOURCE_FD); in pollwakeup()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c5945 ((uint_t)uap->a3 == PORT_SOURCE_FD)) { in aui_portfs()
5954 ((uint_t)uap->a3 == PORT_SOURCE_FD)) { in aui_portfs()