Searched refs:CIF_MIN_SIZE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dpolled_io.h69 #define CIF_MIN_SIZE 3 macro
81 * in. This is based on CIF_MIN_SIZE + address + length + value (see above)
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dpolled_io.h72 #define CIF_MIN_SIZE 3 macro
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Dpolled_io.c347 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]);
397 * CIF_MIN_SIZE plus the in argument locations.
399 out_args = CIF_MIN_SIZE + in_args;
424 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]);
429 buflen = p1275_cell2uint(cif[CIF_MIN_SIZE+1]);
545 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]);
591 * CIF_MIN_SIZE (name + no. in args + no. out args) plus the
594 out_args = CIF_MIN_SIZE + in_args;
620 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]);
625 buflen = p1275_cell2uint(cif[CIF_MIN_SIZE
[all...]

Completed in 50 milliseconds