Searched refs:walk (Results 26 - 50 of 71) sorted by relevance

123

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java261 * @param user User supplied data, provided when the walk is invoked.
263 * @return 0 to continue the walk, anything else to terminate it.
265 public int walk(Element elem, Value val, Object user) method in class:Element
288 * @return 0 for a successful walk, else 1.
289 * @throws PoolsExecption If there is an error during the walk.
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c121 mdb_warn("can't walk vmem_alloc for kmem_oversize (%p)", addr);
187 const char *walk; local
194 walk = "bufctl";
197 walk = "kmem";
200 if (mdb_pwalk(walk, cb, lmp, addr) == -1) {
201 mdb_warn("can't walk kmem for cache %p (%s)", addr,
248 mdb_warn("can't walk freemem_constructed for cache %p (%s)",
402 mdb_warn("couldn't walk 'kmem_cache'");
412 mdb_warn("couldn't walk 'vmem'");
423 mdb_warn("couldn't walk 'vme
[all...]
H A Dkmem.c74 "walk the %s cache", c->cache_name);
125 mdb_warn("couldn't walk 'cpu'");
330 mdb_warn("can't walk kmem_cache");
559 mdb_warn("can't walk kmem_cache");
1166 mdb_warn("kmem walk doesn't support global walks\n");
1263 * When walking allocated buffers in a KMF_HASH cache, we walk the
1274 * To walk allocated buffers, we need all of the slabs.
1283 * freed buffers, we can just walk the freelist. For
1303 mdb_warn("unable to start layered '%s' walk", layered);
1355 * first, handle the 'kmem_hash' layered walk cas
1947 allocdby_walk_init_common(mdb_walk_state_t *wsp, const char *walk) argument
2338 char *walk, *freewalk; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h106 int (*walk)(struct drmach_node *node, void *data, member in struct:drmach_node
H A Ddrmach_acpi.c318 "walk ACPI namespace.");
340 np->walk = drmach_node_acpi_walk;
356 dup->walk = np->walk;
371 return (np->walk(np, param, cb));
803 * When DR is initialized, we walk the device tree and acquire a hold on
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py117 os.path.walk(path, walker, opts)
H A Dmapfilechk.py115 os.path.walk(path, walker, opts)
H A Dvalidate_pkg.py465 for root, dirs, files in os.walk(pdir):
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c1024 uu_list_walk_t *walk; local
1036 walk = uu_list_walk_start(args, UU_DEFAULT);
1037 if (walk == NULL)
1041 for (slp = uu_list_walk_next(walk);
1043 slp = uu_list_walk_next(walk)) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c33 * nftw - new file tree walk
42 * FTW_PHYS Physical walk, does not follow symbolic links
44 * walk down any path the crosses itself.
45 * FTW_MOUNT The walk will not cross a mount point.
48 * FTW_CHDIR The walk will change to each directory before
57 * FTW_HOPTION Use stat the first time the walk
171 walk(char *component, function
291 * If the walk is not supposed to cross a mount point,
340 * If the walk has followed a symbolic link (FTW_PHYS is not set),
341 * traverse the walk bac
[all...]
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c181 walk(const dtrace_aggdata_t *data, void *arg) function
615 walk, NULL) != 0)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h124 Dt_t* walk; /* dictionary being walked */ member in struct:_dt_s
287 #define dtvhere(d) (_DT(d)->walk)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h124 Dt_t* walk; /* dictionary being walked */ member in struct:_dt_s
287 #define dtvhere(d) (_DT(d)->walk)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h124 Dt_t* walk; /* dictionary being walked */ member in struct:_dt_s
287 #define dtvhere(d) (_DT(d)->walk)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h124 Dt_t* walk; /* dictionary being walked */ member in struct:_dt_s
287 #define dtvhere(d) (_DT(d)->walk)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h124 Dt_t* walk; /* dictionary being walked */ member in struct:_dt_s
287 #define dtvhere(d) (_DT(d)->walk)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c867 walk(Sys_tree *tree, Prom_node *root, int id) function
958 pnode->child = walk(tree, pnode, curnode);
963 return (walk(tree, root, curnode));
965 pnode->sibling = walk(tree, root, curnode);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c830 walk(Sys_tree *tree, Prom_node *root, int id) function
921 pnode->child = walk(tree, pnode, curnode);
926 return (walk(tree, root, curnode));
928 pnode->sibling = walk(tree, root, curnode);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c137 mdb_warn("can't walk vmem_alloc for %s (%p)", vmem->vm_name,
391 mdb_warn("couldn't walk vmem_span for vmem %p", heap_top);
399 mdb_warn("couldn't walk vmem_span for vmem %p",
417 mdb_warn("Couldn't walk "KLUDGE_MAPWALK_NAME);
471 const char *walk; local
478 walk = "bufctl";
481 walk = "umem";
484 if (mdb_pwalk(walk, cb, lmp, addr) == -1) {
485 mdb_warn("can't walk umem for cache %p (%s)", addr,
636 mdb_warn("Couldn't walk "KLUDGE_MAPWALK_NAM
[all...]
H A Dumem.c113 mdb_warn("couldn't walk 'ulwp'");
162 "walk the %s cache", c->cache_name);
201 "walk the per-thread cache for %s", c->cache_name);
525 mdb_warn("couldn't walk 'umem_cpu'");
642 mdb_warn("can't walk umem_cache");
1037 char walk[60]; local
1043 (void) mdb_snprintf(walk, sizeof (walk), "umem_ptc_%d",
1050 if ((rval = mdb_walk(walk,
1052 mdb_warn("couldn't walk
1883 allocdby_walk_init_common(mdb_walk_state_t *wsp, const char *walk) argument
2166 char *walk, *freewalk; local
[all...]
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c145 static void walk(uchar_t *, uint_t, int);
241 * ...and walk all nodes to report them out...
935 walk(prom_snapshot, arg, 0);
942 walk(uchar_t *buf, uint_t size, int level) function
982 walk(nodebuf, nodesize, level + 1);
1220 * we walk through the list and break apart the entire list
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c2408 walk_tree_t *wp, walk = {0}; local
2414 wp = &walk;
4881 walk_tree_t walk = {0}; local
4955 walk.sbp = sbp;
4956 walk.hold = 1;
4957 ddi_walk_devs(sbp->sb_topdip, hold_rele_branch, (void *)&walk);
4999 walk_tree_t walk = {0}; local
5071 walk.sbp = sbp;
5072 walk.hold = 0;
5073 ddi_walk_devs(sbp->sb_topdip, hold_rele_branch, (void *)&walk);
[all...]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2669 uu_avl_walk_t *walk; local
2867 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL)
2870 while ((node = uu_avl_walk_next(walk)) != NULL) {
2875 uu_avl_walk_end(walk);
5169 uu_avl_walk_t *walk; local
5171 if ((walk = uu_avl_walk_start(who_avl, UU_WALK_ROBUST)) == NULL)
5174 while ((who_node = uu_avl_walk_next(walk)) != NULL) {
5236 uu_avl_walk_end(walk);
6365 * We could make use of zfs_for_each() to walk all datasets in
6375 * the special type (dataset name), and walk th
6383 uu_avl_walk_t *walk; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c1593 goto walk;
1596 goto walk;
1612 goto walk;
1618 walk:
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c438 /* walk thru the given secinfo list to remove the flavors */
1902 nfs_vptoexi(vnode_t *dvp, vnode_t *vp, cred_t *cr, int *walk, argument
1914 if (walk != NULL)
1915 *walk = 0;
1954 if (walk != NULL)
1955 (*walk)++;

Completed in 397 milliseconds

123