Searched refs:walk_tree (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c784 walk_tree(fru_nodehdl_t node, const char *prior_path, int process_tree) function
847 walk_tree(next_node, path, process_self);
850 walk_tree(next_node, prior_path, process_tree);
957 walk_tree(root, "", process_tree);
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c193 ret = walk_tree(apidp->hba_phys, &larg, init_flag, NULL,
204 ret = walk_tree(apidp->hba_phys, &larg, init_flag, &u,
220 ret = walk_tree(apidp->hba_phys, &larg, init_flag, NULL,
616 ret = walk_tree(lap->apidp->hba_phys, &bstate, DINFOPROP, &u,
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,
434 ret = walk_tree(hba_phys, &dpt, DINFOCPYALL, &u,
H A Dcfga_ctl.c1511 ret = walk_tree(bus_path, &larg, DINFOSUBTREE, &u, SCFGA_WALK_NODE,
H A Dcfga_utils.c407 walk_tree( function
/illumos-gate/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);
897 static char *walk_tree(register Namval_t *np, Namval_t *xp, int flags) function
1036 return(walk_tree(np,(Namval_t*)0,flags));
1061 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1);
1065 walk_tree(np,(Namval_t*)0,(flags&NV_NOSCOPE)|1);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c494 walk_tree(di_node_t node, void *arg) function
644 if (di_walk_node(rnode, DI_WALK_SIBFIRST, &devinfo, walk_tree) != 0) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c318 walk_tree(int (*f)(dev_info_t *, void *), void *arg) function
355 walk_tree(check_pre_setup_quirks, &immu_quirk_mobile4);
361 walk_tree(check_pre_startup_quirks, NULL);
/illumos-gate/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)
1550 walk_tree( function
/illumos-gate/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,
424 * ret from walk_tree is either FPCFGA_OK or FPCFGA_ERR.
788 ret = walk_tree(larg.apidp->xport_phys, &larg, DINFOCPYALL | DINFOPATH,
792 * ret from walk_tree is either FPCFGA_OK or FPCFGA_ERR.
1452 ret = walk_tree(lap->apidp->xport_phys, &devinfo_state,
H A Dcfga_utils.c493 walk_tree( function

Completed in 103 milliseconds