Home
last modified time | relevance | path

Searched refs:PORT_SOURCE_TIMER (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dport.h42 #define PORT_SOURCE_TIMER 2 macro
/titanic_41/usr/src/uts/common/os/
H A Dtimer.c146 PORT_SOURCE_TIMER, (port_source_t *)it->it_portsrc); in timer_delete_locked()
635 error = port_associate_ksource(port, PORT_SOURCE_TIMER, in timer_create()
648 PORT_SOURCE_TIMER, &pkevp); in timer_create()
650 (void) port_dissociate_ksource(port, PORT_SOURCE_TIMER, in timer_create()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c202 case PORT_SOURCE_TIMER: in timer_spawner()