Searched defs:depth (Results 1 - 25 of 103) sorted by relevance

12345

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh47 depth() function
103 depth() function
129 [[ ${c.depth} == 1 ]] || err_exit '${c.depth} != 1'
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c57 ftw(const char *path, int (*fn)(), int depth) argument
59 return (_xftw(_XFTWVER, path, fn, depth));
H A D_xftw.c35 * int _xftw(path, fn, depth) char *path; int (*fn)(); int depth;
76 * The third argument to _xftw does not limit the depth to which
77 * _xftw will go. Rather, it limits the depth to which _xftw will
83 * during the call to openat(), therefore if the depth argument
122 int (*fn)(const char *, const struct stat *, int), int depth)
128 var.odepth = depth;
129 rc = fwalk(path, fn, depth, &var);
138 int depth, struct Var *vp)
229 * If we are about to exceed our depth,
121 _xftw(int ver, const char *path, int (*fn)(const char *, const struct stat *, int), int depth) argument
137 fwalk(const char *path, int (*fn)(const char *, const struct stat *, int), int depth, struct Var *vp) argument
[all...]
/illumos-gate/usr/src/cmd/mail/
H A Dgetcomment.c46 int depth = 0; local
57 depth--;
58 if (depth == 0) {
62 depth++;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.c45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) argument
47 NoP(depth);
H A Dnftw.c53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
55 NoP(depth);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsmq.c47 smq_init(smq_t *smq, smq_msg_t *msgbuffer, int depth) argument
58 smq->smq_depth = depth;
141 smq_depth(smq_t *smq, int *depth) argument
146 *depth = smq->smq_depth;
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c33 * int ftw (path, fn, depth) char *path; int (*fn)(); int depth;
73 * The third argument to ftw does not limit the depth to which
74 * ftw will go. Rather, it limits the depth to which ftw will
114 int depth)
121 rc = (lf_xftw(path, fn, depth, lstat64));
132 int depth,
135 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)())
179 rc = lf_xftw(".", fn, depth-1, statfn);
208 rc = lf_xftw(".", fn, depth
111 lf_lftw( const char *path, int (*fn)(const char *, const struct stat64 *, int), int depth) argument
129 lf_xftw( const char *path, int (*fn)(const char *, const struct stat64 *, int), int depth, int (*statfn)(const char *, struct stat64 *)) argument
[all...]
/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c52 * Returns MIN(current stack depth, pcstack_limit).
60 int depth = 0; local
134 while (depth < pcstack_limit) {
183 pcstack[depth++] = fp->fr_savpc;
187 return (depth);
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtstat.c30 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) argument
32 static void dttstat(ds,root,depth,level)
35 int depth;
40 dttstat(ds,root->left,depth+1,level);
42 dttstat(ds,root->right,depth+1,level);
43 if(depth > ds->dt_n)
44 ds->dt_n = depth;
46 level[depth] += 1;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java35 * direction (entry or return) and depth in the call stack. This
77 new String[] {"kind", "depth"})
113 private final int depth; field in class:Flow
117 * depth. Supports XML persistence.
121 * @param flowDepth current depth in the call stack
132 depth = flowDepth;
133 if (depth < 0) {
134 throw new IllegalArgumentException("depth is negative");
152 * Gets the current depth in the call stack.
157 * entered two functions but only returned from one, the depth i
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h50 unsigned depth; member in struct:multiboot_header
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c44 outindent(int depth) argument
46 while (depth-- > 0)
54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) argument
77 outindent(depth);
87 outindent(depth);
104 if ((ret = evnv_cmpnvl(l1, l2, depth + 1)) != 0)
113 evnv_cmpnvl(*la1, *la2, depth + 1)) != 0)
127 outindent(depth);
141 outindent(depth);
152 outindent(depth);
[all...]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_match.c39 * Maximum recursion depth for the wildcard match functions.
45 int depth; member in struct:match_priv
107 priv.depth = 0;
131 * can call itself recursively, though it limits the recursion depth.
148 if (priv->depth >= SMB_MATCH_DEPTH_MAX)
188 priv->depth++;
190 priv->depth--;
202 priv->depth++;
204 priv->depth--;
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c139 int n, allocd, depth; local
153 depth = 0;
156 node_array = REALLOC(node_array, allocd*(depth+1));
159 node_array[depth] = pd;
168 depth++;
172 for (n = 0; n < (depth-1); n++) {
178 for (n = 0; n < depth; n++) {
/illumos-gate/usr/src/cmd/sort/common/
H A Dinternal.c47 * should have already been sorted to that depth).
52 ssize_t depth, flag_t coll_flags)
62 if (collate_fcn(X[0], X[i], depth, coll_flags) > 0) {
64 ASSERT(collate_fcn(X[0], X[i], depth, coll_flags) <= 0);
74 while (collate_fcn(t, X[j - 1], depth, coll_flags) < 0) {
185 rqs_algorithm(line_rec_t **X, ssize_t n, ssize_t depth, argument
208 offset_is_algorithm(X, n, collate_fcn, depth, coll_flags);
217 v = X[0]->l_collate.usp[depth];
224 (p = *(X[l]->l_collate.usp + depth) - v) <= 0) {
235 (p = *(X[r]->l_collate.usp + depth)
50 offset_is_algorithm(line_rec_t **X, ssize_t n, int (*collate_fcn)(line_rec_t *, line_rec_t *, ssize_t, flag_t), ssize_t depth, flag_t coll_flags) argument
[all...]
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.c250 int depth = 0; local
255 depth++;
262 if (depth > max_list_depth)
263 max_list_depth = depth;
275 if (depth > max_list_depth)
276 max_list_depth = depth;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c107 static void display_dev_node(Prom_node *np, int depth);
439 * Recursively traverse the device tree and use tree depth as filter.
443 display_dev_node(Prom_node *np, int depth) argument
450 if (depth > 2)
468 if (depth == 2) {
492 display_dev_node(np->child, depth+1);
493 display_dev_node(np->sibling, depth);
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c299 elt_print(const char *name, ctf_id_t id, ulong_t off, int depth, void *data) argument
307 for (d = pap->pa_depth - 1; d >= depth; d--) {
309 (depth + pap->pa_nest) * 4, "");
319 (void) fprintf(ABISTREAM, "%*s", (depth + pap->pa_nest) * 4, "");
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c792 * recursion depth
807 bw_file(FILE *file, struct file *fp, int depth) argument
840 fprintf(file, "FILE %d %c %-20s 0%04o", depth, showtype(ip->f_type),
880 errs |= bw_file(file, cp, depth + 1);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c205 * @param depth Current recursion depth
209 dump_children (char *udi, int num_devices, struct Device *devices, int depth) argument
230 for (j = 0;j < depth;j++)
241 dump_children(devices[i].name, num_devices, devices, depth + 1);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c102 most files: it is the initial include file depth.
196 unsigned long depth = 0; local
204 depth as a stopping point, it's not needed as a
313 ++depth;
317 if (--depth == 0) {
319 the wrong depth settings in the gcc 3.4 timeframe. */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c295 uint32_t j = 0, depth = 0; local
302 depth = PMCS_IQDX(pmcs_rd_iqc_tbl(pwp, PMCS_IQC_PARMX(i)));
306 " depth = 0x%04x\n", depth);
311 for (j = 0; j < depth; j++) {
328 depth = PMCS_OQDX(pmcs_rd_oqc_tbl(pwp, PMCS_OQC_PARMX(i)));
332 " depth = 0x%04x\n", depth);
337 for (j = 0; j < depth; j++) {
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c75 * Returns MIN(current stack depth, pcstack_limit).
83 int depth; local
110 for (depth = 0; depth < npcwin; depth++) {
111 pcstack[depth] = pcswin[depth];
116 while (depth < pcstack_limit) {
130 pcstack[depth++] = nextpc;
137 return (depth);
[all...]
H A Dbootdev.c104 int depth, old_depth = 0; local
125 for (depth = 0; ndi_dev_is_prom_node(pdip) == 0; depth++) {
126 if (depth == OBP_STACKDEPTH) {
131 pdip = get_parent(pdip, &parinfo[depth]);
133 old_depth = depth;
140 for (depth = old_depth; depth > 0; depth--) {
141 info = &parinfo[depth
[all...]

Completed in 81 milliseconds

12345