Searched refs:cif_handler (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_sparc.c42 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 Dclient_handler.s41 client_handler(void *cif_handler, void *arg_array)
/illumos-gate/usr/src/psm/stand/bootlst/sparc/
H A Dsrt0.s96 client_handler(void *cif_handler, void *arg_array)
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c73 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 Dprom_plat.h200 extern int client_handler(void *cif_handler, void *arg_array);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dprom_plat.h242 extern int client_handler(void *cif_handler, void *arg_array);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/
H A Dkctl_isadep.c210 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 Dprom_plat.h290 extern int client_handler(void *cif_handler, void *arg_array);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c191 * 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 Dmach_locore.s1648 client_handler(void *cif_handler, void *arg_array)
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s1594 client_handler(void *cif_handler, void *arg_array)

Completed in 107 milliseconds