Home
last modified time | relevance | path

Searched refs:cif_handler (Results 1 – 7 of 7) 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; in p1275_sparc_cif_init()
56 if (cif_handler == NULL) in p1275_sparc_cif_handler()
59 rv = client_handler((void *)cif_handler, p); in p1275_sparc_cif_handler()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c73 extern int (*cif_handler)(void *);
138 ASSERT(cif_handler == kern_cif_handler); in kern_cif_handler()
188 cif_handler = kern_cif_handler; in cif_init()
464 prom_cif_handler = cif_handler; in cif_init()
467 cif_handler = kern_cif_handler; in cif_init()
/illumos-gate/usr/src/psm/stand/bootlst/sparc/
H A Dsrt0.S96 client_handler(void *cif_handler, void *arg_array)
/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/uts/sun4u/sys/
H A Dprom_plat.h271 extern int client_handler(void *cif_handler, void *arg_array);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c200 extern void *i_cpr_orig_cif, *cif_handler; in i_cpr_cif_setup()
208 i_cpr_orig_cif = cif_handler; in i_cpr_cif_setup()
209 cif_handler = (void *)i_cpr_cif_wrapper; in i_cpr_cif_setup()
211 cif_handler = i_cpr_orig_cif; in i_cpr_cif_setup()