Home
last modified time | relevance | path

Searched refs:MS_CALL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/ppbus/
HDppb_msq.c161 MS_CALL(0), /* execute prolog */ in ppb_MS_loop()
165 MS_CALL(0), /* execute body */ in ppb_MS_loop()
168 MS_CALL(0), /* execute epilog */ in ppb_MS_loop()
HDppb_msq.h140 #define MS_CALL(microseq) { MS_OP_CALL, {{ microseq }}} macro