Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h482 # define WAKEUP(id,x) { lock_t *_l = get_sleep_lock((caddr_t)id); \ macro
624 # define WAKEUP(id,x) wakeup(id+x) macro
707 # define WAKEUP(id,x) wakeup(id + x) macro
1077 # define WAKEUP(id,x) wakeup(id + x) macro
1123 # define WAKEUP(x,y) wake_up(x##_linux + y) macro
1312 # define WAKEUP(id,x) wakeup(id) macro
1473 # define WAKEUP(x,y) ; macro
1631 # define WAKEUP(id,x) wakeup(id+x) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c529 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.c433 static union WAKEUP { union