Home
last modified time | relevance | path

Searched refs:prom_tree_access (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dpromif.h156 #define prom_tree_access(CALLBACK, ARG, GENP) (CALLBACK)((ARG), 0) macro
/titanic_50/usr/src/uts/sun/sys/
H A Dpromif.h261 extern int prom_tree_access(int (*callback)(void *arg,
/titanic_50/usr/src/uts/sun4/os/
H A Dprom_subr.c558 prom_tree_access(int (*callback)(void *arg, int has_changed), void *arg, in prom_tree_access() function
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_dr.c98 (void) prom_tree_access(sbdp_walk_prom_tree_start, &arg_block, NULL); in sbdp_walk_prom_tree()
H A Dsbdp_cpu.c577 (void) prom_tree_access(sbdp_prom_get_cpu, &arg, NULL); in sbdp_find_nearby_cpu_by_portid()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1467 handle->error = prom_tree_access(sysc_make_list, &arg, NULL); in sysc_dr_detach()
1797 return (prom_tree_access(find_and_setup_cpu_start, &cpuid, NULL)); in find_and_setup_cpu()
/titanic_50/usr/src/uts/common/io/
H A Dopenprom.c1106 return (prom_tree_access(opromioctl_cb, &arg_block, &st->tree_gen)); in opromioctl()
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c9593 error = prom_tree_access(create_prom_branch, &pta, NULL); in e_ddi_branch_create()