Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppbconf.h141 #define PPB_MS_MAXARGS 3 /* according to MS_ARG_MASK */ macro
157 union ppb_insarg arg[PPB_MS_MAXARGS]; /* arguments */
H A Dppb_msq.c212 if (arg >= PPB_MS_MAXARGS) in ppb_MS_init_msq()