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