runtime·port_associate  145 src/pkg/runtime/netpoll_solaris.c 	r = runtime·port_associate(portfd, PORT_SOURCE_FD, fd, 0, (uintptr)pd);
runtime·port_associate  174 src/pkg/runtime/netpoll_solaris.c 	if(events && runtime·port_associate(portfd, PORT_SOURCE_FD, fd, events, (uintptr)pd) != 0) {