Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h93 #define SIGQ_GET(Q) ng_sscfu_sigq_get((Q)) macro
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h185 #define SIGQ_GET(Q) ng_sscop_sigq_get((Q)) macro
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c560 while ((s = SIGQ_GET(&sscf->sigs)) != NULL) { in sscfu_unqueue()
H A Dsaal_sscop.c4884 while((s = SIGQ_GET(&q)) != NULL) { in handle_sigs()