/titanic_51/usr/src/cmd/fruadm/ |
H A D | fruadm.c | 784 walk_tree(fru_nodehdl_t node, const char *prior_path, int process_tree) in walk_tree() function 847 walk_tree(next_node, path, process_self); in walk_tree() 850 walk_tree(next_node, prior_path, process_tree); in walk_tree() 957 walk_tree(root, "", process_tree); in main()
|
/titanic_51/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 193 ret = walk_tree(apidp->hba_phys, &larg, init_flag, NULL, in do_list() 204 ret = walk_tree(apidp->hba_phys, &larg, init_flag, &u, in do_list() 220 ret = walk_tree(apidp->hba_phys, &larg, init_flag, NULL, in do_list() 616 ret = walk_tree(lap->apidp->hba_phys, &bstate, DINFOPROP, &u, in do_stat_bus()
|
H A D | cfga_scsi.h | 438 scfga_ret_t walk_tree(const char *physpath, void *arg, uint_t init_flags,
|
H A D | cfga_cvt.c | 159 ret = walk_tree(pmt.phys, &pmt, DINFOMINOR | DINFOPROP, &u, in make_hba_logid() 434 ret = walk_tree(hba_phys, &dpt, DINFOCPYALL, &u, in drv_dyn_to_devpath()
|
H A D | cfga_utils.c | 407 walk_tree( in walk_tree() function
|
H A D | cfga_ctl.c | 1511 ret = walk_tree(bus_path, &larg, DINFOSUBTREE, &u, SCFGA_WALK_NODE, in get_hba_children()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 50 static char *walk_tree(Namval_t*, Namval_t*, int); 92 walk_tree(np,mp,flags); in clone_tree() 897 static char *walk_tree(register Namval_t *np, Namval_t *xp, int flags) in walk_tree() function 1036 return(walk_tree(np,(Namval_t*)0,flags)); in nv_getvtree() 1061 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1); in put_tree() 1065 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1); in put_tree()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 51 static char *walk_tree(Namval_t*, Namval_t*, int); 93 walk_tree(np,mp,flags); in clone_tree() 965 static char *walk_tree(register Namval_t *np, Namval_t *xp, int flags) in walk_tree() function 1111 return(walk_tree(np,(Namval_t*)0,flags)); in nv_getvtree() 1136 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1); in put_tree() 1140 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1); in put_tree()
|
/titanic_51/usr/src/uts/i86pc/io/ |
H A D | immu.c | 318 walk_tree(int (*f)(dev_info_t *, void *), void *arg) in walk_tree() function 355 walk_tree(check_pre_setup_quirks, &immu_quirk_mobile4); in pre_setup_quirks() 361 walk_tree(check_pre_startup_quirks, NULL); in pre_startup_quirks()
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | picllibdevinfo.c | 494 walk_tree(di_node_t node, void *arg) in walk_tree() function 644 if (di_walk_node(rnode, DI_WALK_SIBFIRST, &devinfo, walk_tree) != 0) { in get_fru_path()
|
/titanic_51/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.h | 525 fpcfga_ret_t walk_tree(const char *physpath, void *arg, uint_t init_flags,
|
H A D | cfga_list.c | 420 ret = walk_tree(apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, in do_list() 424 * ret from walk_tree is either FPCFGA_OK or FPCFGA_ERR. in do_list() 788 ret = walk_tree(larg.apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH, in do_list_FCP_dev() 792 * ret from walk_tree is either FPCFGA_OK or FPCFGA_ERR. in do_list_FCP_dev() 1452 ret = walk_tree(lap->apidp->xport_phys, &devinfo_state, in do_stat_fca_xport()
|
H A D | cfga_utils.c | 493 walk_tree( in walk_tree() function
|
/titanic_51/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 336 static int walk_tree(char *cur, void *arg,
|
H A D | devinfo_devlink.c | 1452 if (walk_tree(path, &tnd, visit_node) != 0) in lookup_node() 1550 walk_tree( in walk_tree() function
|
/titanic_51/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 971 return(walk_tree(np,(Namval_t*)0,flags));
|