Home
last modified time | relevance | path

Searched refs:walk_tree (Results 1 – 16 of 16) sorted by relevance

/titanic_51/usr/src/cmd/fruadm/
H A Dfruadm.c784 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 Dcfga_list.c193 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 Dcfga_scsi.h438 scfga_ret_t walk_tree(const char *physpath, void *arg, uint_t init_flags,
H A Dcfga_cvt.c159 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 Dcfga_utils.c407 walk_tree( in walk_tree() function
H A Dcfga_ctl.c1511 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 Dnvtree.c50 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 Dnvtree.c51 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 Dimmu.c318 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 Dpicllibdevinfo.c494 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 Dcfga_fp.h525 fpcfga_ret_t walk_tree(const char *physpath, void *arg, uint_t init_flags,
H A Dcfga_list.c420 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 Dcfga_utils.c493 walk_tree( in walk_tree() function
/titanic_51/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h336 static int walk_tree(char *cur, void *arg,
H A Ddevinfo_devlink.c1452 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 DERRATA.txt971 return(walk_tree(np,(Namval_t*)0,flags));