Searched refs:depth (Results 1 - 25 of 138) sorted by relevance

123456

/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/cmd/fm/modules/common/eversholt/
H A Devnv.h39 int evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth);
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/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/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_006_pos.ksh82 typeset -i depth=0
85 while (( depth < MAXDEPTH )); do
86 mtpt=$mtpt/$depth
87 (( depth = depth + 1))
102 (( depth == MAXDEPTH )) && \
115 (( depth == MAXDEPTH )) && \
119 (( depth = depth - 1 ))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c36 * int ftw (path, fn, depth) char *path; int (*fn)(); int depth;
77 * The third argument to ftw does not limit the depth to which
78 * ftw will go. Rather, it limits the depth to which ftw will
108 ftw(path, fn, depth)
111 int depth;
198 * If we are about to exceed our depth,
201 if(depth <= 1) {
210 rc = ftw(subpath, fn, depth-1);
213 if(depth >
[all...]
/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));
/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);
/illumos-gate/usr/src/head/
H A Dftw.h153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth))
157 #define ftw64(path, fn, depth) _xftw64(_XFTWVER, (path), (fn), (depth))
/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/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/boot/sys/boot/fdt/dts/arm/
H A Dexynos5420.dtsi90 fifo-depth = <0x40>;
99 fifo-depth = <0x40>;
108 fifo-depth = <0x40>;
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsmq.h67 /* smq_depth() returns the depth of the queue. It returns 0 on */
101 int smq_init(smq_t *smq, smq_msg_t *msgbuffer, int depth);
106 int smq_depth(smq_t *smq, int *depth);
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/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/cmd/sgs/unifdef/common/
H A Dunifdef.c73 static int doif(int thissym, int inif, int prevreject, int depth);
79 static int error(int err, int line, int depth);
216 int depth /* depth of ifdef's */
250 thisreject, depth + 1)) != NO_ERR)
251 return (error(doret, stline, depth));
257 reject, depth + 1)) != NO_ERR)
258 return (error(doret, stline, depth));
263 return (error(ELSE_ERR, linenum, depth));
280 return (error(ENDIF_ERR, linenum, depth));
584 error(int err, int line, int depth) argument
[all...]
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c81 search its top level for now (set depth = MAX_SEARCH_DEPTH) */
120 srch_dir(device, path, depth, skip_dirs)
123 int depth; /* current depth */
136 if ((skip_dirs != NULL) && (depth != 0))
174 } else if ((depth < MAX_SRCH_DEPTH) &&
179 found = srch_dir(device, file_name, depth+1, skip_dirs);
/illumos-gate/usr/src/uts/sparc/os/
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...]
/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/cmd/mdb/common/modules/genunix/
H A Dcyclic.c133 int ndx, int l, int r, int depth)
148 (void) mdb_snprintf(&c[depth][x - 1], n, " %d", me);
150 (void) mdb_snprintf(&c[depth][x - 1], n, "%3d", me);
152 (void) mdb_snprintf(&c[depth][x - 1], n, "%s%2d%s",
158 c[++depth][x] = '|';
159 depth++;
162 c[depth][i] = '-';
163 c[depth][l + (r - l) / 4] = '+';
164 c[depth][r - (r - l) / 4 - 1] = '+';
165 c[depth][
132 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, int ndx, int l, int r, int depth) argument
197 int depth; local
[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/grub/grub-0.97/stage2/
H A Dmb_header.h50 unsigned depth; member in struct:multiboot_header
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh82 die "expected depth (\$_) at \$.\n" unless /^(\d+)\$/;
83 \$depth = \$1;
85 for (\$i = 0; \$i < \$depth; \$i++) {
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s79 * $1 -- the current depth, 1<=$1<=4
81 * 4 -- max depth
219 !depth 1, accumulated bits 0
224 !depth 2, accumulated bits 1
229 !depth 3, accumulated bits 3
234 !depth 4, accumulated bits 7
252 !depth 4, accumulated bits 5
273 !depth 3, accumulated bits 1
278 !depth 4, accumulated bits 3
296 !depth
[all...]
H A Drem.s79 * $1 -- the current depth, 1<=$1<=4
81 * 4 -- max depth
218 !depth 1, accumulated bits 0
223 !depth 2, accumulated bits 1
228 !depth 3, accumulated bits 3
233 !depth 4, accumulated bits 7
251 !depth 4, accumulated bits 5
272 !depth 3, accumulated bits 1
277 !depth 4, accumulated bits 3
295 !depth
[all...]

Completed in 162 milliseconds

123456