Searched refs:cif (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/sparc/os/ |
H A D | polled_io.c | 76 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) in polled_give_input() argument 347 out_args = CIF_MIN_SIZE + p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]); in polled_give_input() 352 cif[CIF_NUMBER_OUT_ARGS] = p1275_uint2cell((uint_t)1); in polled_give_input() 353 cif[out_args] = p1275_uint2cell(CIF_SUCCESS); in polled_give_input() 380 polled_read(cell_t *cif) in polled_read() argument 393 in_args = p1275_cell2uint(cif[CIF_NUMBER_IN_ARGS]); in polled_read() [all …]
|
H A D | obpsym_1275.c | 69 ieee_sym_to_value(cell_t *cif) in ieee_sym_to_value() argument 77 nargs = p1275_cell2uint(cif[1]); in ieee_sym_to_value() 78 nresults = p1275_cell2uint(cif[2]); in ieee_sym_to_value() 88 symname = p1275_cell2ptr(cif[3]); /* argument 0 */ in ieee_sym_to_value() 106 cif[3 + nargs] = p1275_int2cell(error); in ieee_sym_to_value() 108 cif[3 + nargs + 1] = p1275_uintptr2cell(symvalue); in ieee_sym_to_value() 109 cif[2] = p1275_int2cell(2); /* there are 2 results */ in ieee_sym_to_value() 111 cif[2] = p1275_int2cell(1); /* there is 1 result */ in ieee_sym_to_value() 118 ieee_value_to_sym(cell_t *cif) in ieee_value_to_sym() argument 126 nargs = p1275_cell2uint(cif[1]); in ieee_value_to_sym() [all …]
|
/titanic_44/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 91 " /openprom/client-services" get-package constant cif-ph 93 instance defer cif-open ( dev$ -- ihandle|0 ) 94 instance defer cif-close ( ihandle -- ) 95 instance defer cif-read ( len adr ihandle -- #read ) 96 instance defer cif-seek ( low high ihandle -- -1|0|1 ) 97 instance defer cif-release ( size virt -- ) 99 : find-cif-method ( adr,len -- acf ) 100 2dup cif-ph find-method 0= if ( adr,len ) 106 " open" find-cif-method to cif-open 107 " close" find-cif-method to cif-close [all …]
|
/titanic_44/usr/src/psm/stand/bootlst/common/ |
H A D | bootlst.c | 137 main(void *cif) in main() argument 145 prom_init("bootlst", cif); in main()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 390 kobj_start(void *cif) argument 398 prom_init("kernel", cif); 430 kobj_init(cif, NULL, bootops, bootaux);
|
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | client_handler.s | 54 jmpl %i0, %o7 ! Call cif handler
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 1665 jmpl %i0, %o7 ! Call cif handler
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 1635 jmpl %i0, %o7 ! Call cif handler
|