Home
last modified time | relevance | path

Searched refs:port_associate_ksource (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dport_kernel.h151 int port_associate_ksource(int, int, struct port_source **,
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fd.c209 error = port_associate_ksource(pp->port_fd, PORT_SOURCE_FD, in port_associate_fd()
H A Dport_fop.c983 if (error = port_associate_ksource(pp->port_fd, source, in port_fop_associate_source()
/titanic_44/usr/src/uts/common/os/
H A Dport_subr.c695 port_associate_ksource(int port, int source, port_source_t **portsrc, in port_associate_ksource() function
H A Dtimer.c635 error = port_associate_ksource(port, PORT_SOURCE_TIMER, in timer_create()