Searched defs:cif (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym_1275.c69 ieee_sym_to_value(cell_t *cif) argument
77 nargs = p1275_cell2uint(cif[1]);
78 nresults = p1275_cell2uint(cif[2]);
88 symname = p1275_cell2ptr(cif[3]); /* argument 0 */
97 * cif[0]: service name ( Pointer to service name )
98 * cif[1]: nargs ( number of argument cells)
99 * cif[2]: nresults ( number of result cells)
100 * cif[3]: argument{0} ( First argument cell )
102 * cif[3 + nargs]: result{0} ( First result cell )
106 cif[
118 ieee_value_to_sym(cell_t *cif) argument
[all...]
H A Dpolled_io.c76 static void polled_give_input(cell_t *cif);
77 static void polled_read(cell_t *cif);
78 static void polled_take_input(cell_t *cif);
80 static void polled_write(cell_t *cif);
339 polled_give_input(cell_t *cif) argument
347 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]);
352 cif[CIF_NUMBER_OUT_ARGS] = p1275_uint2cell((uint_t)1);
353 cif[out_args] = p1275_uint2cell(CIF_SUCCESS);
380 polled_read(cell_t *cif) argument
393 in_args = p1275_cell2uint(cif[CIF_NUMBER_IN_ARG
537 polled_take_input(cell_t *cif) argument
576 polled_write(cell_t *cif) argument
[all...]
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c137 main(void *cif) argument
145 prom_init("bootlst", cif);
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c392 kobj_start(void *cif) argument
400 prom_init("kernel", cif);
432 kobj_init(cif, NULL, bootops, bootaux);

Completed in 1041 milliseconds