Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ppbus/
Dppb_msq.c168 MS_CALL(0), /* execute prolog */ in ppb_MS_loop()
172 MS_CALL(0), /* execute body */ in ppb_MS_loop()
175 MS_CALL(0), /* execute epilog */ in ppb_MS_loop()
Dppb_msq.h141 #define MS_CALL(microseq) { MS_OP_CALL, {{ (microseq) }}} macro