Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sparc/os/
H A Dpolled_io.c347 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]); in polled_give_input()
399 out_args = CIF_MIN_SIZE + in_args; in polled_read()
424 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]); in polled_read()
429 buflen = p1275_cell2uint(cif[CIF_MIN_SIZE+1]); in polled_read()
545 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]); in polled_take_input()
594 out_args = CIF_MIN_SIZE + in_args; in polled_write()
620 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]); in polled_write()
625 buflen = p1275_cell2uint(cif[CIF_MIN_SIZE+1]); in polled_write()
/titanic_41/usr/src/uts/intel/sys/
H A Dpolled_io.h69 #define CIF_MIN_SIZE 3 macro
/titanic_41/usr/src/uts/sparc/sys/
H A Dpolled_io.h72 #define CIF_MIN_SIZE 3 macro