Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 197) sorted by relevance

12345678

/onnv-gate/usr/src/common/smbsrv/
H A Dsmb_match.c52 int depth = 0; in smb_match() local
54 return (smb_match_private(patn, str, &depth) == 1); in smb_match()
71 smb_match_private(const char *patn, const char *str, int *depth) in smb_match_private() argument
95 if ((*depth)++ >= SMB_MATCH_DEPTH_MAX) in smb_match_private()
99 rc = smb_match_private(patn, str, depth); in smb_match_private()
123 int depth = 0; in smb_match_ci() local
125 return (smb_match_ci_private(patn, str, &depth) == 1); in smb_match_ci()
142 smb_match_ci_private(const char *patn, const char *str, int *depth) in smb_match_ci_private() argument
183 if ((*depth)++ >= SMB_MATCH_DEPTH_MAX) in smb_match_ci_private()
187 rc = smb_match_ci_private(patn, str, depth); in smb_match_ci_private()
/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c44 outindent(int depth) in outindent() argument
46 while (depth-- > 0) in outindent()
54 evnv_cmpnvl(nvlist_t *nvl1, nvlist_t *nvl2, int depth) in evnv_cmpnvl() argument
77 outindent(depth); in evnv_cmpnvl()
87 outindent(depth); in evnv_cmpnvl()
104 if ((ret = evnv_cmpnvl(l1, l2, depth + 1)) != 0) in evnv_cmpnvl()
113 evnv_cmpnvl(*la1, *la2, depth + 1)) != 0) in evnv_cmpnvl()
127 outindent(depth); in evnv_cmpnvl()
141 outindent(depth); in evnv_cmpnvl()
152 outindent(depth); in evnv_cmpnvl()
[all …]
/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Ddocmds.c195 static int depth = 0; in do_list_item() local
223 if (depth == 0) { in do_list_item()
228 depth++; in do_list_item()
242 if ((depth-1) > do_dir) { in do_list_item()
243 do_dir = depth - 1; in do_list_item()
260 match = ((depth-1) >= sl_cnt); in do_list_item()
262 match = ((depth-1) > sl_cnt); in do_list_item()
299 printf("depth = %d sl_cnt = %d\n", depth, sl_cnt); in do_list_item()
302 if ((depth-1) == sl_cnt) { in do_list_item()
322 if ((depth-1) > do_dir) { in do_list_item()
[all …]
H A Dfuncs.c47 prtfn(char *pathnam, char *fnam, DIR *dirp, int depth) in prtfn() argument
57 packfn(char *pathnam, char *fnam, DIR *dirp, int depth) in packfn() argument
71 printf("packfn: dirp = %x depth = %d\n", dirp, depth); in packfn()
124 unpackfn(char *pathnam, char *fnam, DIR *dirp, int depth) in unpackfn() argument
137 printf("unpackfn: dirp = %x depth = %d\n", dirp, depth); in unpackfn()
186 inquirefn(char *pathnam, char *fnam, DIR *dirp, int depth) in inquirefn() argument
199 printf("inquirefn: dirp = %x depth = %d\n", dirp, depth); in inquirefn()
/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java113 private final int depth; field in Flow
132 depth = flowDepth; in Flow()
133 if (depth < 0) { in Flow()
163 return depth; in getDepth()
181 return ((kind == f.kind) && (depth == f.depth)); in equals()
195 hash = (37 * hash) + depth; in hashCode()
208 if (depth < 0) { in readObject()
230 buf.append(depth); in toString()
/onnv-gate/usr/src/cmd/backup/dump/
H A Dlftw.c118 int depth) in lf_lftw() argument
125 rc = (lf_xftw(path, fn, depth, lstat64)); in lf_lftw()
136 int depth, in lf_xftw() argument
139 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw()
183 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw()
212 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw()
257 if (depth <= 1) { in lf_xftw()
266 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
269 if (depth > 1) in lf_xftw()
277 if (depth <= 1) { in lf_xftw()
/onnv-gate/usr/src/lib/libast/common/cdt/
H A Ddtstat.c30 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) in dttstat() argument
32 static void dttstat(ds,root,depth,level) in dttstat()
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;
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c693 read_tree_node (unsigned int blockNr, int depth) in read_tree_node() argument
695 char* cache = CACHE(depth); in read_tree_node()
697 if (depth < num_cached) in read_tree_node()
702 if (blockNr == INFO->blocks[depth]) in read_tree_node()
710 blockNr, depth); in read_tree_node()
715 if (BLOCKHEAD (cache)->blk_level != depth) in read_tree_node()
721 INFO->blocks[depth] = blockNr; in read_tree_node()
731 int depth; in next_key() local
746 depth = DISK_LEAF_NODE_LEVEL; in next_key()
752 if (depth == INFO->tree_depth) in next_key()
[all …]
/onnv-gate/usr/src/cmd/mail/
H A Dgetcomment.c46 int depth = 0; in getcomment() local
57 depth--; in getcomment()
58 if (depth == 0) { in getcomment()
62 depth++; in getcomment()
/onnv-gate/usr/src/uts/sparc/os/
H A Dbootdev.c104 int depth, old_depth = 0; in i_devi_to_promname() local
125 for (depth = 0; ndi_dev_is_prom_node(pdip) == 0; depth++) { in i_devi_to_promname()
126 if (depth == OBP_STACKDEPTH) { in i_devi_to_promname()
131 pdip = get_parent(pdip, &parinfo[depth]); in i_devi_to_promname()
133 old_depth = depth; in i_devi_to_promname()
140 for (depth = old_depth; depth > 0; depth--) { in i_devi_to_promname()
141 info = &parinfo[depth - 1]; in i_devi_to_promname()
178 for (depth = old_depth; depth > 0; depth--) { in i_devi_to_promname()
179 info = &parinfo[depth - 1]; in i_devi_to_promname()
H A Darchdep.c83 int depth; in getpcstack() local
110 for (depth = 0; depth < npcwin; depth++) { in getpcstack()
111 pcstack[depth] = pcswin[depth]; in getpcstack()
116 while (depth < pcstack_limit) { in getpcstack()
130 pcstack[depth++] = nextpc; in getpcstack()
137 return (depth); in getpcstack()
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c133 int ndx, int l, int r, int depth) in cyclic_dump_node() argument
148 (void) mdb_snprintf(&c[depth][x - 1], n, " %d", me); in cyclic_dump_node()
150 (void) mdb_snprintf(&c[depth][x - 1], n, "%3d", me); in cyclic_dump_node()
152 (void) mdb_snprintf(&c[depth][x - 1], n, "%s%2d%s", in cyclic_dump_node()
158 c[++depth][x] = '|'; in cyclic_dump_node()
159 depth++; in cyclic_dump_node()
162 c[depth][i] = '-'; in cyclic_dump_node()
163 c[depth][l + (r - l) / 4] = '+'; in cyclic_dump_node()
164 c[depth][r - (r - l) / 4 - 1] = '+'; in cyclic_dump_node()
165 c[depth][x] = '+'; in cyclic_dump_node()
[all …]
/onnv-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 */ in doif() argument
250 thisreject, depth + 1)) != NO_ERR) in doif()
251 return (error(doret, stline, depth)); in doif()
257 reject, depth + 1)) != NO_ERR) in doif()
258 return (error(doret, stline, depth)); in doif()
263 return (error(ELSE_ERR, linenum, depth)); in doif()
280 return (error(ENDIF_ERR, linenum, depth)); in doif()
302 (void) error(err, stqcline, depth); in doif()
[all …]
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c108 ftw(path, fn, depth) in ftw() argument
111 int depth;
201 if(depth <= 1) {
210 rc = ftw(subpath, fn, depth-1);
213 if(depth > 1)
221 if(depth <= 1) {
/onnv-gate/usr/src/cmd/sort/common/
H A Dinternal.c52 ssize_t depth, flag_t coll_flags) in offset_is_algorithm() argument
62 if (collate_fcn(X[0], X[i], depth, coll_flags) > 0) { in offset_is_algorithm()
64 ASSERT(collate_fcn(X[0], X[i], depth, coll_flags) <= 0); in offset_is_algorithm()
74 while (collate_fcn(t, X[j - 1], depth, coll_flags) < 0) { in offset_is_algorithm()
185 rqs_algorithm(line_rec_t **X, ssize_t n, ssize_t depth, in rqs_algorithm() argument
208 offset_is_algorithm(X, n, collate_fcn, depth, coll_flags); in rqs_algorithm()
217 v = X[0]->l_collate.usp[depth]; in rqs_algorithm()
224 (p = *(X[l]->l_collate.usp + depth) - v) <= 0) { in rqs_algorithm()
235 (p = *(X[r]->l_collate.usp + depth) - v) >= 0) { in rqs_algorithm()
268 rqs_algorithm(&X[n - p], p, depth, collate_fcn, coll_flags); in rqs_algorithm()
[all …]
/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drem.s218 !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 4, accumulated bits 1
319 !depth 2, accumulated bits -1
324 !depth 3, accumulated bits -1
[all …]
H A Ddiv.s219 !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 4, accumulated bits 1
320 !depth 2, accumulated bits -1
325 !depth 3, accumulated bits -1
[all …]
/onnv-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c122 int (*fn)(const char *, const struct stat *, int), int depth) in _xftw() argument
128 var.odepth = depth; in _xftw()
129 rc = fwalk(path, fn, depth, &var); in _xftw()
138 int depth, struct Var *vp) in fwalk() argument
232 if (depth <= 1) { in fwalk()
244 rc = fwalk(subpath, fn, depth-1, vp); in fwalk()
247 if (depth > 1) in fwalk()
255 if (depth <= 1) { in fwalk()
/onnv-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c120 srch_dir(device, path, depth, skip_dirs) in srch_dir() argument
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);
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_verify.pod15 void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth);
16 void SSL_set_verify_depth(SSL *s, int depth);
34 SSL_CTX_set_verify_depth() sets the maximum B<depth> for the certificate chain
37 SSL_set_verify_depth() sets the maximum B<depth> for the certificate chain
100 application provided procedure also has access to the verify depth information
105 to which depth certificates in a chain are used during the verification
110 The depth count is "level 0:peer certificate", "level 1: CA certificate",
112 depth to 2 allows the levels 0, 1, and 2. The default depth limit is 9,
156 The certificate verification depth set with SSL[_CTX]_verify_depth()
157 stops the verification at a certain depth. The error message produced
[all …]
/onnv-gate/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c139 int n, allocd, depth; in build_nodes() local
153 depth = 0; in build_nodes()
156 node_array = REALLOC(node_array, allocd*(depth+1)); in build_nodes()
159 node_array[depth] = pd; in build_nodes()
168 depth++; in build_nodes()
172 for (n = 0; n < (depth-1); n++) { in build_nodes()
178 for (n = 0; n < depth; n++) { in build_nodes()
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_ctx.c124 unsigned int depth, size; member
171 while(fpidx < stack->depth) in ctxdbg()
315 st->depth = st->size = 0; in BN_STACK_init()
326 st->depth = 0; in BN_STACK_reset()
332 if(st->depth == st->size) in BN_STACK_push()
340 if(st->depth) in BN_STACK_push()
341 memcpy(newitems, st->indexes, st->depth * in BN_STACK_push()
347 st->indexes[(st->depth)++] = idx; in BN_STACK_push()
353 return st->indexes[--(st->depth)]; in BN_STACK_pop()
/onnv-gate/usr/src/head/
H A Dftw.h175 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth)) argument
179 #define ftw64(path, fn, depth) _xftw64(_XFTWVER, (path), (fn), (depth)) argument
/onnv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c103 int depth = 0; in dtrace_getpcstack() local
143 if (depth < pcstack_limit) in dtrace_getpcstack()
144 pcstack[depth++] = (pc_t)(uintptr_t)pc; in dtrace_getpcstack()
284 while (depth < pcstack_limit) { in dtrace_getpcstack()
297 ASSERT(depth == 0); in dtrace_getpcstack()
299 while (depth < pcstack_limit) in dtrace_getpcstack()
300 pcstack[depth++] = NULL; in dtrace_getpcstack()
339 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack()
342 while (depth < pcstack_limit) in dtrace_getpcstack()
343 pcstack[depth++] = NULL; in dtrace_getpcstack()
[all …]
/onnv-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c46 int depth = 0; in dtrace_getpcstack() local
59 if (intrpc != NULL && depth < pcstack_limit) in dtrace_getpcstack()
60 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack()
62 while (depth < pcstack_limit) { in dtrace_getpcstack()
91 ASSERT(depth < pcstack_limit); in dtrace_getpcstack()
92 pcstack[depth++] = (pc_t)caller; in dtrace_getpcstack()
96 if (depth < pcstack_limit) in dtrace_getpcstack()
97 pcstack[depth++] = (pc_t)pc; in dtrace_getpcstack()
101 while (depth < pcstack_limit) in dtrace_getpcstack()
102 pcstack[depth++] = NULL; in dtrace_getpcstack()
[all …]

12345678