Searched refs:cif_handler (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_sparc.c | 42 int (*cif_handler)(void *); variable 47 cif_handler = (int (*)(void *))cookie; 56 if (cif_handler == NULL) 59 rv = client_handler((void *)cif_handler, p);
|
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | client_handler.s | 41 client_handler(void *cif_handler, void *arg_array)
|
/illumos-gate/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.s | 96 client_handler(void *cif_handler, void *arg_array)
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_emul.c | 73 extern int (*cif_handler)(void *); 138 ASSERT(cif_handler == kern_cif_handler); 188 cif_handler = kern_cif_handler; 464 prom_cif_handler = cif_handler; 467 cif_handler = kern_cif_handler;
|
/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/ |
H A D | prom_plat.h | 200 extern int client_handler(void *cif_handler, void *arg_array);
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | prom_plat.h | 242 extern int client_handler(void *cif_handler, void *arg_array);
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/ |
H A D | kctl_isadep.c | 210 extern int (*cif_handler)(void *); 225 kav->kav_romp = (kctl.kctl_boot_loaded ? romp : (void *)cif_handler);
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | prom_plat.h | 290 extern int client_handler(void *cif_handler, void *arg_array);
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | cpr_impl.c | 191 * cif_handler starts out as the original prom cookie, and that gets used 193 * routine by writing cif_handler; client_handler() will now jump to the 200 extern void *i_cpr_orig_cif, *cif_handler; 208 i_cpr_orig_cif = cif_handler; 209 cif_handler = (void *)i_cpr_cif_wrapper; 211 cif_handler = i_cpr_orig_cif;
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.s | 1648 client_handler(void *cif_handler, void *arg_array)
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 1594 client_handler(void *cif_handler, void *arg_array)
|
Completed in 107 milliseconds