Searched refs:WAKEUP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h477 # define WAKEUP(id,x) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro
619 # define WAKEUP(id,x) wakeup(id+x) macro
702 # define WAKEUP(id,x) wakeup(id + x) macro
1072 # define WAKEUP(id,x) wakeup(id + x) macro
1118 # define WAKEUP(x,y) wake_up(x##_linux + y) macro
1307 # define WAKEUP(id,x) wakeup(id) macro
1468 # define WAKEUP(x,y) ; macro
1626 # define WAKEUP(id,x) wakeup(id+x) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c524 WAKEUP(&ifs->ifs_iplh, dev);
H A Dip_auth.c349 WAKEUP(&ifs->ifs_fr_authnext, 0);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c429 static union WAKEUP { union

Completed in 64 milliseconds