Symbol: depth
crypto/heimdal/lib/asn1/der_get.c
317
unsigned int tag, depth = 0;
crypto/heimdal/lib/asn1/der_get.c
331
if (depth == 0)
crypto/heimdal/lib/asn1/der_get.c
333
depth--;
crypto/heimdal/lib/asn1/der_get.c
362
depth++;
crypto/heimdal/lib/asn1/der_get.c
367
if (depth != 0)
crypto/heimdal/lib/asn1/gen_decode.c
213
unsigned int depth)
crypto/heimdal/lib/asn1/gen_decode.c
335
depth + 1);
crypto/heimdal/lib/asn1/gen_decode.c
376
decode_type (s, m->type, 0, forwstr, m->gen_name, NULL, depth + 1);
crypto/heimdal/lib/asn1/gen_decode.c
449
decode_type (n, t->subtype, 0, forwstr, sname, NULL, depth + 1);
crypto/heimdal/lib/asn1/gen_decode.c
487
"int is_indefinite%u;\n", depth);
crypto/heimdal/lib/asn1/gen_decode.c
526
depth, tmpstr, forwstr, depth, forwstr);
crypto/heimdal/lib/asn1/gen_decode.c
533
decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1);
crypto/heimdal/lib/asn1/gen_decode.c
545
depth,
crypto/heimdal/lib/asn1/gen_decode.c
596
depth + 1);
crypto/heimdal/lib/hx509/cert.c
854
enum certtype type, size_t depth)
crypto/heimdal/lib/hx509/cert.c
901
if (depth - 1 > *bc.pathLenConstraint)
crypto/heimdal/lib/roken/getcap.c
235
const char *name, int depth, char *nfield)
crypto/heimdal/lib/roken/getcap.c
246
if (depth > MAX_RECURSION)
crypto/heimdal/lib/roken/getcap.c
252
if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
crypto/heimdal/lib/roken/getcap.c
511
iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
crypto/krb5/src/include/k5-trace.h
445
#define TRACE_TLS_CERT_ERROR(c, depth, namelen, name, err, errs) \
crypto/krb5/src/include/k5-trace.h
447
depth, namelen, name, err, errs)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1130
int depth = X509_STORE_CTX_get_error_depth(certctx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1134
return oerr(context, code, _("%s (depth %d): %s"), msg, depth, errstr);
crypto/krb5/src/plugins/tls/k5tls/openssl.c
295
int err, depth;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
312
depth = X509_STORE_CTX_get_error_depth(store_ctx);
crypto/krb5/src/plugins/tls/k5tls/openssl.c
313
if (depth < 0)
crypto/krb5/src/plugins/tls/k5tls/openssl.c
323
TRACE_TLS_CERT_ERROR(context, depth, count, cert, err, errstr);
crypto/krb5/src/plugins/tls/k5tls/openssl.c
329
if (depth != 0)
crypto/krb5/src/util/support/json.c
1028
if (ctx->depth-- == 1)
crypto/krb5/src/util/support/json.c
1033
ctx->depth++;
crypto/krb5/src/util/support/json.c
1036
if (ctx->depth-- == 1)
crypto/krb5/src/util/support/json.c
1039
ctx->depth++;
crypto/krb5/src/util/support/json.c
1080
ctx.depth = MAX_DECODE_DEPTH;
crypto/krb5/src/util/support/json.c
707
size_t depth;
crypto/krb5/src/util/verto/verto.c
1005
ev->depth++;
crypto/krb5/src/util/verto/verto.c
1007
ev->depth--;
crypto/krb5/src/util/verto/verto.c
1009
if (ev->depth == 0) {
crypto/krb5/src/util/verto/verto.c
80
size_t depth;
crypto/krb5/src/util/verto/verto.c
890
if (ev->depth > 0) {
crypto/openssh/readconf.c
1137
int *want_final_pass, int depth)
crypto/openssh/readconf.c
124
Options *options, int flags, int *activep, int *want_final_pass, int depth);
crypto/openssh/readconf.c
128
int *want_final_pass, int depth);
crypto/openssh/readconf.c
2121
gl.gl_pathv[i], depth,
crypto/openssh/readconf.c
2127
activep, want_final_pass, depth + 1);
crypto/openssh/readconf.c
2621
Options *options, int flags, int *activep, int *want_final_pass, int depth)
crypto/openssh/readconf.c
2629
if (depth < 0 || depth > READCONF_MAX_DEPTH)
crypto/openssh/readconf.c
2662
want_final_pass, depth) != 0)
crypto/openssh/servconf.c
1107
struct connection_info *connectinfo, int *inc_flags, int depth,
crypto/openssh/servconf.c
2152
activep, depth + 1);
crypto/openssh/servconf.c
2199
activep, depth + 1);
crypto/openssh/servconf.c
3995
struct connection_info *connectinfo, int flags, int *activep, int depth)
crypto/openssh/servconf.c
4000
if (depth < 0 || depth > SERVCONF_MAX_DEPTH)
crypto/openssh/servconf.c
4012
depth, includes) != 0)
crypto/openssh/servconf.c
78
struct connection_info *connectinfo, int flags, int *activep, int depth);
crypto/openssh/sftp-client.c
1882
int depth, Attrib *dirattrib, int preserve_flag, int print_flag,
crypto/openssh/sftp-client.c
1891
if (depth >= MAX_DIR_DEPTH) {
crypto/openssh/sftp-client.c
1892
error("Maximum directory depth exceeded: %d levels", depth);
crypto/openssh/sftp-client.c
1959
depth + 1, a, preserve_flag,
crypto/openssh/sftp-client.c
2244
int depth, int preserve_flag, int print_flag, int resume, int fsync_flag,
crypto/openssh/sftp-client.c
2257
if (depth >= MAX_DIR_DEPTH) {
crypto/openssh/sftp-client.c
2258
error("Maximum directory depth exceeded: %d levels", depth);
crypto/openssh/sftp-client.c
2337
depth + 1, preserve_flag, print_flag, resume,
crypto/openssh/sftp-client.c
2703
int depth, Attrib *dirattrib, int preserve_flag, int print_flag,
crypto/openssh/sftp-client.c
2714
if (depth >= MAX_DIR_DEPTH) {
crypto/openssh/sftp-client.c
2715
error("Maximum directory depth exceeded: %d levels", depth);
crypto/openssh/sftp-client.c
2798
depth + 1, a, preserve_flag,
crypto/openssl/apps/include/apps.h
339
int depth;
crypto/openssl/apps/lib/s_cb.c
51
int err, depth;
crypto/openssl/apps/lib/s_cb.c
55
depth = X509_STORE_CTX_get_error_depth(ctx);
crypto/openssl/apps/lib/s_cb.c
58
BIO_printf(bio_err, "depth=%d ", depth);
crypto/openssl/apps/lib/s_cb.c
71
if (verify_args.depth < 0 || verify_args.depth >= depth) {
crypto/openssl/apps/s_client.c
1168
verify_args.depth = atoi(opt_arg());
crypto/openssl/apps/s_client.c
1170
BIO_printf(bio_err, "verify depth is %d\n", verify_args.depth);
crypto/openssl/apps/s_server.c
1327
verify_args.depth = atoi(opt_arg());
crypto/openssl/apps/s_server.c
1329
BIO_printf(bio_err, "verify depth is %d\n", verify_args.depth);
crypto/openssl/apps/s_server.c
1333
verify_args.depth = atoi(opt_arg());
crypto/openssl/apps/s_server.c
1337
verify_args.depth);
crypto/openssl/apps/s_time.c
175
verify_args.depth = opt_int_arg();
crypto/openssl/apps/s_time.c
177
prog, verify_args.depth);
crypto/openssl/crypto/asn1/asn1_gen.c
132
if (depth >= ASN1_GEN_SEQ_MAX_DEPTH) {
crypto/openssl/crypto/asn1/asn1_gen.c
136
ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr);
crypto/openssl/crypto/asn1/asn1_gen.c
407
int depth, int *perr)
crypto/openssl/crypto/asn1/asn1_gen.c
426
depth + 1, perr);
crypto/openssl/crypto/asn1/asn1_gen.c
66
static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth,
crypto/openssl/crypto/asn1/asn1_gen.c
75
int depth, int *perr);
crypto/openssl/crypto/asn1/asn1_gen.c
99
static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth,
crypto/openssl/crypto/asn1/asn1_local.h
32
int depth;
crypto/openssl/crypto/asn1/asn1_parse.c
110
if (depth > ASN1_PARSE_MAXDEPTH) {
crypto/openssl/crypto/asn1/asn1_parse.c
130
if (!asn1_print_info(bp, (long)offset + (long)(op - *pp), depth,
crypto/openssl/crypto/asn1/asn1_parse.c
131
hl, len, tag, xclass, j, (indent) ? depth : 0))
crypto/openssl/crypto/asn1/asn1_parse.c
146
offset + (p - *pp), depth + 1,
crypto/openssl/crypto/asn1/asn1_parse.c
161
offset + (p - *pp), depth + 1,
crypto/openssl/crypto/asn1/asn1_parse.c
21
int offset, int depth, int indent, int dump);
crypto/openssl/crypto/asn1/asn1_parse.c
22
static int asn1_print_info(BIO *bp, long offset, int depth, int hl, long len,
crypto/openssl/crypto/asn1/asn1_parse.c
38
offset, depth, (long)hl, len, p)
crypto/openssl/crypto/asn1/asn1_parse.c
43
offset, depth, (long)hl, p)
crypto/openssl/crypto/asn1/asn1_parse.c
97
int offset, int depth, int indent, int dump)
crypto/openssl/crypto/asn1/tasn_dec.c
1084
char inf, int tag, int aclass, int depth)
crypto/openssl/crypto/asn1/tasn_dec.c
1122
if (depth >= ASN1_MAX_STRING_NEST) {
crypto/openssl/crypto/asn1/tasn_dec.c
1126
if (!asn1_collect(buf, &p, plen, ininf, tag, aclass, depth + 1))
crypto/openssl/crypto/asn1/tasn_dec.c
191
int depth, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/asn1/tasn_dec.c
221
if (++depth > ASN1_MAX_CONSTRUCTED_NEST) {
crypto/openssl/crypto/asn1/tasn_dec.c
241
depth, libctx, propq);
crypto/openssl/crypto/asn1/tasn_dec.c
324
ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth,
crypto/openssl/crypto/asn1/tasn_dec.c
33
char inf, int tag, int aclass, int depth);
crypto/openssl/crypto/asn1/tasn_dec.c
449
depth, libctx, propq);
crypto/openssl/crypto/asn1/tasn_dec.c
45
ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/asn1/tasn_dec.c
50
ASN1_TLC *ctx, int depth,
crypto/openssl/crypto/asn1/tasn_dec.c
525
ASN1_TLC *ctx, int depth,
crypto/openssl/crypto/asn1/tasn_dec.c
560
ret = asn1_template_noexp_d2i(val, &p, len, tt, 0, ctx, depth, libctx,
crypto/openssl/crypto/asn1/tasn_dec.c
584
return asn1_template_noexp_d2i(val, in, inlen, tt, opt, ctx, depth,
crypto/openssl/crypto/asn1/tasn_dec.c
597
ASN1_TLC *ctx, int depth,
crypto/openssl/crypto/asn1/tasn_dec.c
679
depth, libctx, propq)
crypto/openssl/crypto/asn1/tasn_dec.c
701
ctx, depth, libctx, propq);
crypto/openssl/crypto/asn1/tasn_dec.c
710
-1, 0, opt, ctx, depth, libctx, propq);
crypto/openssl/crypto/bn/bn_ctx.c
257
st->depth = st->size = 0;
crypto/openssl/crypto/bn/bn_ctx.c
268
if (st->depth == st->size) {
crypto/openssl/crypto/bn/bn_ctx.c
275
if (st->depth)
crypto/openssl/crypto/bn/bn_ctx.c
276
memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
crypto/openssl/crypto/bn/bn_ctx.c
281
st->indexes[(st->depth)++] = idx;
crypto/openssl/crypto/bn/bn_ctx.c
287
return st->indexes[--(st->depth)];
crypto/openssl/crypto/bn/bn_ctx.c
51
unsigned int depth, size;
crypto/openssl/crypto/bn/bn_ctx.c
99
while (fpidx < stack->depth) {
crypto/openssl/crypto/encode_decode/decoder_lib.c
583
size_t depth = 0; /* Counts the number of iterations */
crypto/openssl/crypto/encode_decode/decoder_lib.c
673
depth++;
crypto/openssl/crypto/encode_decode/decoder_lib.c
674
} while (count != 0 && depth <= 10);
crypto/openssl/crypto/threads_pthread.c
196
unsigned int depth;
crypto/openssl/crypto/threads_pthread.c
329
data->thread_qps[i].depth++;
crypto/openssl/crypto/threads_pthread.c
340
data->thread_qps[available_qp].depth = 1;
crypto/openssl/crypto/threads_pthread.c
360
data->thread_qps[i].depth--;
crypto/openssl/crypto/threads_pthread.c
361
if (data->thread_qps[i].depth == 0) {
crypto/openssl/crypto/threads_win.c
262
data->thread_qps[available_qp].depth = 1;
crypto/openssl/crypto/threads_win.c
287
data->thread_qps[i].depth--;
crypto/openssl/crypto/threads_win.c
288
if (data->thread_qps[i].depth == 0) {
crypto/openssl/crypto/threads_win.c
58
unsigned int depth;
crypto/openssl/crypto/x509/by_store.c
26
const OSSL_STORE_SEARCH *criterion, int depth)
crypto/openssl/crypto/x509/by_store.c
74
if (depth > 0) {
crypto/openssl/crypto/x509/by_store.c
80
ok = cache_objects(lctx, &substore, criterion, depth - 1);
crypto/openssl/crypto/x509/x509_local.h
28
int depth; /* Verify depth */
crypto/openssl/crypto/x509/x509_local.h
42
int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth);
crypto/openssl/crypto/x509/x509_lu.c
783
int X509_STORE_set_depth(X509_STORE *xs, int depth)
crypto/openssl/crypto/x509/x509_lu.c
785
X509_VERIFY_PARAM_set_depth(xs->param, depth);
crypto/openssl/crypto/x509/x509_vfy.c
158
static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err)
crypto/openssl/crypto/x509/x509_vfy.c
160
if (depth < 0)
crypto/openssl/crypto/x509/x509_vfy.c
161
depth = ctx->error_depth;
crypto/openssl/crypto/x509/x509_vfy.c
163
ctx->error_depth = depth;
crypto/openssl/crypto/x509/x509_vfy.c
164
ctx->current_cert = x != NULL ? x : sk_X509_value(ctx->chain, depth);
crypto/openssl/crypto/x509/x509_vfy.c
170
#define CB_FAIL_IF(cond, ctx, cert, depth, err) \
crypto/openssl/crypto/x509/x509_vfy.c
171
if ((cond) && verify_cb_cert(ctx, cert, depth, err) == 0) \
crypto/openssl/crypto/x509/x509_vfy.c
1862
int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth)
crypto/openssl/crypto/x509/x509_vfy.c
1875
if (i >= 0 && depth < 0)
crypto/openssl/crypto/x509/x509_vfy.c
1877
CB_FAIL_IF(i == 0, ctx, x, depth, X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD);
crypto/openssl/crypto/x509/x509_vfy.c
1878
CB_FAIL_IF(i > 0, ctx, x, depth, X509_V_ERR_CERT_NOT_YET_VALID);
crypto/openssl/crypto/x509/x509_vfy.c
1881
if (i <= 0 && depth < 0)
crypto/openssl/crypto/x509/x509_vfy.c
1883
CB_FAIL_IF(i == 0, ctx, x, depth, X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD);
crypto/openssl/crypto/x509/x509_vfy.c
1884
CB_FAIL_IF(i < 0, ctx, x, depth, X509_V_ERR_CERT_HAS_EXPIRED);
crypto/openssl/crypto/x509/x509_vfy.c
2327
void X509_STORE_CTX_set_error_depth(X509_STORE_CTX *ctx, int depth)
crypto/openssl/crypto/x509/x509_vfy.c
2329
ctx->error_depth = depth;
crypto/openssl/crypto/x509/x509_vfy.c
2680
void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth)
crypto/openssl/crypto/x509/x509_vfy.c
2682
X509_VERIFY_PARAM_set_depth(ctx->param, depth);
crypto/openssl/crypto/x509/x509_vfy.c
2890
static int dane_match_cert(X509_STORE_CTX *ctx, X509 *cert, int depth)
crypto/openssl/crypto/x509/x509_vfy.c
2908
mask = (depth == 0) ? DANETLS_EE_MASK : DANETLS_TA_MASK;
crypto/openssl/crypto/x509/x509_vfy.c
2911
if (depth >= ctx->num_untrusted)
crypto/openssl/crypto/x509/x509_vfy.c
3023
dane->mdpth = depth;
crypto/openssl/crypto/x509/x509_vfy.c
3036
static int check_dane_issuer(X509_STORE_CTX *ctx, int depth)
crypto/openssl/crypto/x509/x509_vfy.c
3042
if (!DANETLS_HAS_TA(dane) || depth == 0)
crypto/openssl/crypto/x509/x509_vfy.c
3050
cert = sk_X509_value(ctx->chain, depth);
crypto/openssl/crypto/x509/x509_vfy.c
3051
if (cert != NULL && (matched = dane_match_cert(ctx, cert, depth)) < 0)
crypto/openssl/crypto/x509/x509_vfy.c
3054
ctx->num_untrusted = depth - 1;
crypto/openssl/crypto/x509/x509_vfy.c
3350
if (ctx->param->depth > INT_MAX / 2)
crypto/openssl/crypto/x509/x509_vfy.c
3351
ctx->param->depth = INT_MAX / 2;
crypto/openssl/crypto/x509/x509_vfy.c
3358
max_depth = ctx->param->depth + 1;
crypto/openssl/crypto/x509/x509_vfy.c
526
static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth,
crypto/openssl/crypto/x509/x509_vfy.c
549
if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose)
crypto/openssl/crypto/x509/x509_vfy.c
570
return verify_cb_cert(ctx, x, depth, X509_V_ERR_INVALID_PURPOSE);
crypto/openssl/crypto/x509/x509_vfy.c
60
static int check_dane_issuer(X509_STORE_CTX *ctx, int depth);
crypto/openssl/crypto/x509/x509_vpm.c
171
x509_verify_param_copy(depth, -1);
crypto/openssl/crypto/x509/x509_vpm.c
313
void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth)
crypto/openssl/crypto/x509/x509_vpm.c
315
param->depth = depth;
crypto/openssl/crypto/x509/x509_vpm.c
488
return param->depth;
crypto/openssl/crypto/x509/x509_vpm.c
90
param->depth = -1;
crypto/openssl/include/crypto/asn1.h
154
char opt, ASN1_TLC *ctx, int depth,
crypto/openssl/include/openssl/ssl.h
1682
void SSL_set_verify_depth(SSL *s, int depth);
crypto/openssl/include/openssl/ssl.h
1836
void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth);
crypto/openssl/include/openssl/x509_vfy.h
250
int X509_STORE_set_depth(X509_STORE *store, int depth);
crypto/openssl/include/openssl/x509_vfy.h
274
void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
crypto/openssl/include/openssl/x509_vfy.h
765
void X509_STORE_CTX_set_error_depth(X509_STORE_CTX *ctx, int depth);
crypto/openssl/include/openssl/x509_vfy.h
819
void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
crypto/openssl/providers/implementations/digests/blake2b_prov.c
87
P->depth = 1;
crypto/openssl/providers/implementations/digests/blake2s_prov.c
81
P->depth = 1;
crypto/openssl/providers/implementations/include/prov/blake2.h
35
uint8_t depth; /* 4 */
crypto/openssl/providers/implementations/include/prov/blake2.h
59
uint8_t depth; /* 4 */
crypto/openssl/ssl/quic/json_enc.c
334
size_t i, depth;
crypto/openssl/ssl/quic/json_enc.c
343
depth = json->stack_end_byte * 8 + json->stack_end_bit;
crypto/openssl/ssl/quic/json_enc.c
344
for (i = 0; i < depth * 4; ++i)
crypto/openssl/ssl/ssl_cert.c
1021
if (depth > 0)
crypto/openssl/ssl/ssl_cert.c
1023
depth - 1);
crypto/openssl/ssl/ssl_cert.c
998
const char *uri, int depth)
crypto/openssl/ssl/ssl_lib.c
1881
void SSL_set_verify_depth(SSL *s, int depth)
crypto/openssl/ssl/ssl_lib.c
1888
X509_VERIFY_PARAM_set_depth(sc->param, depth);
crypto/openssl/ssl/ssl_lib.c
4538
void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth)
crypto/openssl/ssl/ssl_lib.c
4540
X509_VERIFY_PARAM_set_depth(ctx->param, depth);
lib/libbe/be.c
788
if (ldc->depth_limit == -1 || ldc->depth < ldc->depth_limit) {
lib/libbe/be.c
789
ldc->depth++;
lib/libbe/be.c
791
ldc->depth--;
lib/libbe/be.c
804
be_clone(libbe_handle_t *lbh, const char *bename, const char *snapshot, int depth)
lib/libbe/be.c
844
ldc.depth = 0;
lib/libbe/be.c
845
ldc.depth_limit = depth;
lib/libbe/be.c
861
const char *snap, int depth)
lib/libbe/be.c
863
return (be_clone(lbh, bename, snap, depth));
lib/libbe/be_access.c
122
++info->depth;
lib/libbe/be_access.c
124
--info->depth;
lib/libbe/be_access.c
139
++info->depth;
lib/libbe/be_access.c
143
--info->depth;
lib/libbe/be_access.c
149
if (info->depth == 0 && info->mountpoint == NULL)
lib/libbe/be_access.c
266
info.depth = 0;
lib/libbe/be_access.c
28
int depth;
lib/libbe/be_access.c
302
info.depth = 0;
lib/libbe/be_access.c
76
if (info->depth == 0) {
lib/libbe/be_impl.h
30
int depth;
lib/libc/gen/getcap.c
184
int depth, char *nfield)
lib/libc/gen/getcap.c
197
if (depth > MAX_RECURSION)
lib/libc/gen/getcap.c
203
if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
lib/libc/gen/getcap.c
424
iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
lib/libc/tests/gen/fts_misc_test.c
195
int depth;
lib/libc/tests/gen/fts_misc_test.c
205
depth = 0;
lib/libc/tests/gen/fts_misc_test.c
208
ATF_REQUIRE_MSG(depth < stack_depth,
lib/libc/tests/gen/fts_misc_test.c
210
stack[depth].name = ent->fts_name;
lib/libc/tests/gen/fts_misc_test.c
211
stack[depth].level = ent->fts_level;
lib/libc/tests/gen/fts_misc_test.c
212
depth++;
lib/libc/tests/gen/fts_misc_test.c
214
ATF_REQUIRE_MSG(depth > 0,
lib/libc/tests/gen/fts_misc_test.c
216
depth--;
lib/libc/tests/gen/fts_misc_test.c
217
ATF_CHECK_STREQ(stack[depth].name, ent->fts_name);
lib/libc/tests/gen/fts_misc_test.c
218
ATF_CHECK_EQ(stack[depth].level, ent->fts_level);
lib/libc/tests/gen/fts_misc_test.c
233
ATF_CHECK_EQ_MSG(0, depth,
lib/libc/tests/gen/fts_misc_test.c
234
"%d unmatched FTS_D entries at end", depth);
lib/libvgl/main.c
144
int adptype, depth;
lib/libvgl/main.c
319
depth = VGLModeInfo.vi_depth;
lib/libvgl/main.c
320
if (depth == 15)
lib/libvgl/main.c
321
depth = 16;
lib/libvgl/main.c
324
*8/(depth/VGLModeInfo.vi_planes);
lib/libvgl/main.c
481
int depth;
lib/libvgl/main.c
490
depth = VGLModeInfo.vi_depth;
lib/libvgl/main.c
491
if (depth == 15)
lib/libvgl/main.c
492
depth = 16;
lib/libvgl/main.c
494
*8/(depth/VGLModeInfo.vi_planes);
sbin/camcontrol/modeedit.c
409
int depth; /* Quoting depth. */
sbin/camcontrol/modeedit.c
447
depth = 0;
sbin/camcontrol/modeedit.c
472
depth++;
sbin/camcontrol/modeedit.c
474
depth--;
sbin/camcontrol/modeedit.c
475
if (depth < 0) {
sbin/camcontrol/modeedit.c
490
} else if (depth == 0 && c == PAGEENTRY_END) {
sbin/camcontrol/modeedit.c
506
} else if (depth == 0 && c == PAGENAME_START) {
sbin/camcontrol/modeedit.c
516
if (depth == 1) {
sbin/camcontrol/modeedit.c
531
} else if (depth == 0 && ! BUFFERFULL(str_page)) {
sbin/camcontrol/modeedit.c
533
} else if (depth == 0) {
sbin/camcontrol/modeedit.c
561
if (depth == 0) {
sbin/fsck_ffs/dir.c
567
int lostdir, depth;
sbin/fsck_ffs/dir.c
671
depth = DIP(dp, di_dirdepth) + 1;
sbin/fsck_ffs/dir.c
672
if ((changeino(orphan, "..", lfdir, depth) & ALTERED) == 0 &&
sbin/fsck_ffs/dir.c
704
changeino(ino_t dir, const char *name, ino_t newnum, int depth)
sbin/fsck_ffs/dir.c
719
DIP_SET(ip.i_dp, di_dirdepth, depth);
sbin/fsck_ffs/dir.c
721
getinoinfo(dir)->i_depth = depth;
sbin/fsck_ffs/fsck.h
476
int changeino(ino_t dir, const char *name, ino_t newnum, int depth);
sbin/hastd/parse.y
140
switch (depth) {
sbin/hastd/parse.y
170
switch (depth) {
sbin/hastd/parse.y
215
switch (depth) {
sbin/hastd/parse.y
234
switch (depth) {
sbin/hastd/parse.y
259
switch (depth) {
sbin/hastd/parse.y
283
switch (depth) {
sbin/hastd/parse.y
311
switch (depth) {
sbin/hastd/parse.y
327
switch (depth) {
sbin/hastd/parse.y
355
switch (depth) {
sbin/hastd/parse.y
52
extern int depth;
sbin/hastd/parse.y
583
switch (depth) {
sbin/hastd/parse.y
614
switch (depth) {
sbin/hastd/parse.y
688
PJDLOG_ASSERT(depth == 2);
sbin/hastd/parse.y
711
PJDLOG_ASSERT(depth == 2);
sbin/hastd/parse.y
861
depth = 0;
sbin/pfctl/pfctl.c
1495
char *anchorname, int depth, int wildcard)
sbin/pfctl/pfctl.c
1553
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1556
format, rs.name, depth + 1, 0);
sbin/pfctl/pfctl.c
1557
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1570
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1599
p, depth + 1, rule.anchor_wildcard);
sbin/pfctl/pfctl.c
1600
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1611
char *anchorname, int depth, int wildcard)
sbin/pfctl/pfctl.c
1658
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1661
format, prs.name, depth + 1, 0);
sbin/pfctl/pfctl.c
1662
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1785
anchor_call, depth, rule.anchor_wildcard);
sbin/pfctl/pfctl.c
1792
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1807
anchor_call, depth + 1,
sbin/pfctl/pfctl.c
1809
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1829
pfctl_show_nat(int dev, const char *path, int opts, char *anchorname, int depth,
sbin/pfctl/pfctl.c
1884
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1887
prs.name, depth + 1, 0);
sbin/pfctl/pfctl.c
1888
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1902
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
1932
depth + 1, rule.anchor_wildcard);
sbin/pfctl/pfctl.c
1933
INDENT(depth, !(opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
2357
struct pfctl_eth_ruleset *rs, int depth)
sbin/pfctl/pfctl.c
2369
if (depth) {
sbin/pfctl/pfctl.c
2388
error = pfctl_load_eth_rule(pf, path, r, depth);
sbin/pfctl/pfctl.c
2394
&r->anchor->ruleset, depth + 1)))
sbin/pfctl/pfctl.c
2401
INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
2414
int depth)
sbin/pfctl/pfctl.c
2444
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));
sbin/pfctl/pfctl.c
2491
int rs_num, int depth)
sbin/pfctl/pfctl.c
2504
if (depth) {
sbin/pfctl/pfctl.c
2532
if ((error = pfctl_load_rule(pf, path, r, depth)))
sbin/pfctl/pfctl.c
2536
&r->anchor->ruleset, rs_num, depth + 1)))
sbin/pfctl/pfctl.c
2545
INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
sbin/pfctl/pfctl.c
2558
pfctl_load_rule(struct pfctl *pf, char *path, struct pfctl_rule *r, int depth)
sbin/pfctl/pfctl.c
2623
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));
sbin/pfctl/pfctl_optimize.c
658
reorder_rules(struct pfctl *pf, struct superblock *block, int depth)
sbin/pfctl/pfctl_optimize.c
702
depth, skip_comparitors_names[i]);
sbin/pfctl/pfctl_optimize.c
708
depth, skip_comparitors_names[i],
sbin/pfctl/pfctl_optimize.c
746
DEBUG("(%d) no more commonality for skip steps", depth);
sbin/pfctl/pfctl_optimize.c
757
depth, skip_comparitors_names[largest_list],
sbin/pfctl/pfctl_optimize.c
781
depth, skiplist->ps_count,
sbin/pfctl/pfctl_optimize.c
801
if (reorder_rules(pf, newblock, depth + 1))
stand/common/gfx_fb.c
210
gfx_parse_mode_str(char *str, int *x, int *y, int *depth)
stand/common/gfx_fb.c
226
*depth = -1; /* auto select */
stand/common/gfx_fb.c
229
*depth = strtoul(p, &end, 0);
stand/common/gfx_fb.c
230
if (*depth == 0 || errno != 0 || *end != '\0')
stand/efi/loader/arch/amd64/multiboot2.h
160
multiboot_uint32_t depth;
stand/efi/loader/framebuffer.c
106
u_int depth;
stand/efi/loader/framebuffer.c
112
for (depth = 1; mask != 1; depth++)
stand/efi/loader/framebuffer.c
114
return (depth);
stand/efi/loader/framebuffer.c
342
uint32_t np, depth, refresh;
stand/efi/loader/framebuffer.c
344
status = uga->GetMode(uga, &horiz, &vert, &depth, &refresh);
stand/efi/loader/framebuffer.c
707
u_int depth;
stand/efi/loader/framebuffer.c
711
depth = efifb_color_depth(efifb);
stand/efi/loader/framebuffer.c
713
depth, efifb->fb_stride);
stand/fdt/fdt_loader_cmd.c
1202
int i, o, depth;
stand/fdt/fdt_loader_cmd.c
1215
for (depth = 0;
stand/fdt/fdt_loader_cmd.c
1216
(o >= 0) && (depth >= 0);
stand/fdt/fdt_loader_cmd.c
1217
o = fdt_next_node(fdtp, o, &depth)) {
stand/fdt/fdt_loader_cmd.c
1221
if (depth > FDT_MAX_DEPTH) {
stand/fdt/fdt_loader_cmd.c
1222
printf("max depth exceeded: %d\n", depth);
stand/fdt/fdt_loader_cmd.c
1226
prevname[depth] = name;
stand/fdt/fdt_loader_cmd.c
1229
for (i = 1; i <= depth; i++) {
stand/fdt/fdt_loader_cmd.c
1663
int o, next, depth, rv;
stand/fdt/fdt_loader_cmd.c
1703
depth = 0;
stand/fdt/fdt_loader_cmd.c
1704
while (depth >= 0) {
stand/fdt/fdt_loader_cmd.c
1710
if (depth > 1)
stand/fdt/fdt_loader_cmd.c
1722
depth++;
stand/fdt/fdt_loader_cmd.c
1723
if (depth > FDT_MAX_DEPTH) {
stand/fdt/fdt_loader_cmd.c
1725
depth);
stand/fdt/fdt_loader_cmd.c
1730
depth--;
stand/fdt/fdt_loader_cmd.c
1731
if (depth == 0)
stand/fdt/fdt_loader_cmd.c
1736
depth--;
stand/fdt/fdt_loader_cmd.c
1892
static int depth = 0;
stand/fdt/fdt_loader_cmd.c
1910
depth = 0;
stand/fdt/fdt_loader_cmd.c
1916
if (o >= 0 && depth >= 0) {
stand/fdt/fdt_loader_cmd.c
1921
o = fdt_next_node(fdtp, o, &depth);
stand/fdt/fdt_loader_cmd.c
1932
o = fdt_next_node(fdtp, o, &depth);
stand/fdt/fdt_loader_cmd.c
1938
o = fdt_next_node(fdtp, o, &depth);
stand/fdt/fdt_loader_cmd.c
662
int lo, o = 0, o2, maxo = 0, depth;
stand/fdt/fdt_loader_cmd.c
671
depth = 0;
stand/fdt/fdt_loader_cmd.c
673
while (depth != -1)
stand/fdt/fdt_loader_cmd.c
674
maxo = fdt_next_node(fdtp, maxo, &depth);
stand/ficl/words.c
4931
dictAppendWord(dp, "depth", depth, FW_DEFAULT);
stand/i386/libi386/multiboot.h
122
multiboot_uint32_t depth;
stand/i386/libi386/vbe.c
1019
if (depth != -1 && mi.BitsPerPixel != depth)
stand/i386/libi386/vbe.c
771
vbe_find_mode_xydm(int x, int y, int depth, int m)
stand/i386/libi386/vbe.c
784
else if (depth == -1)
stand/i386/libi386/vbe.c
787
i = depth;
stand/i386/libi386/vbe.c
816
if (depth != -1)
stand/i386/libi386/vbe.c
828
int x, y, depth;
stand/i386/libi386/vbe.c
830
if (!gfx_parse_mode_str(str, &x, &y, &depth))
stand/i386/libi386/vbe.c
833
return (vbe_find_mode_xydm(x, y, depth, -1));
stand/i386/libi386/vbe.c
954
vbe_modelist(int depth)
stand/userboot/test/test.c
112
struct test_file *tf, int depth)
stand/userboot/test/test.c
122
if (depth++ >= MAXSYMLINKS)
stand/userboot/test/test.c
240
tf, depth);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
100
unsigned int depth;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
167
sc->depth = fb.bpp;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
369
+ (sc->depth/8) * (col + sc->xmargin);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
371
bytes = sc->depth / 8;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
375
switch (sc->depth) {
sys/arm/broadcom/bcm2835/bcm2835_fb.c
687
fb->fb_depth = sc->depth;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
688
if (sc->depth <= 1 || sc->depth > 8)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
691
fb->fb_cmsize = 1 << sc->depth;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
777
+ (sc->depth/8) * (col + sc->xmargin);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
782
bytes = sc->depth / 8;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
790
switch (sc->depth) {
sys/arm/broadcom/bcm2835/bcm2835_fb.c
808
if (sc->depth == 32)
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
571
BCM2835_MBOX_INIT_TAG(&msg.depth, SET_DEPTH);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
572
msg.depth.body.req.bpp = fb->bpp;
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h
450
struct bcm2835_mbox_tag_depth depth;
sys/arm/nvidia/drm2/tegra_fb.c
176
drm_fb_helper_fill_fix(info, fb->drm_fb.pitches[0], fb->drm_fb.depth);
sys/arm/nvidia/drm2/tegra_fb.c
181
fb->drm_fb.width, fb->drm_fb.height, fb->drm_fb.depth,
sys/arm/ti/am335x/am335x_lcd_syscons.c
286
+ (sc->depth/8) * (col + sc->xmargin);
sys/arm/ti/am335x/am335x_lcd_syscons.c
288
bytes = sc->depth/8;
sys/arm/ti/am335x/am335x_lcd_syscons.c
293
switch (sc->depth) {
sys/arm/ti/am335x/am335x_lcd_syscons.c
597
fb->fb_depth = sc->depth;
sys/arm/ti/am335x/am335x_lcd_syscons.c
598
if (sc->depth <= 1 || sc->depth > 8)
sys/arm/ti/am335x/am335x_lcd_syscons.c
601
fb->fb_cmsize = 1 << sc->depth;
sys/arm/ti/am335x/am335x_lcd_syscons.c
69
unsigned int depth;
sys/arm/ti/am335x/am335x_lcd_syscons.c
690
+ (sc->depth/8) * (col + sc->xmargin);
sys/arm/ti/am335x/am335x_lcd_syscons.c
702
switch (sc->depth) {
sys/arm/ti/am335x/am335x_lcd_syscons.c
759
va_sc->depth = panel->bpp;
sys/arm/ti/am335x/am335x_lcd_syscons.c
765
* va_sc->depth/8;
sys/cam/cam_xpt.c
151
xpt_traverse_depth depth;
sys/cam/cam_xpt.c
2384
if (tr_config->depth == XPT_DEPTH_BUS) {
sys/cam/cam_xpt.c
2401
if (tr_config->depth == XPT_DEPTH_TARGET) {
sys/cam/cam_xpt.c
2418
if (tr_config->depth == XPT_DEPTH_DEVICE) {
sys/cam/cam_xpt.c
2454
tr_config.depth = XPT_DEPTH_BUS;
sys/cam/cam_xpt.c
2469
tr_config.depth = XPT_DEPTH_DEVICE;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
100
pcstack[depth] = 0;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
294
int depth;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
297
depth = 1;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
307
depth++;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
310
if (depth < aframes)
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
313
return (depth - aframes);
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
67
int depth;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
69
depth = 0;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
72
pcstack[depth++] = (pc_t) intrpc;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
80
while (depth < pcstack_limit) {
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
94
pcstack[depth++] = state.pc;
sys/cddl/dev/dtrace/aarch64/dtrace_isa.c
99
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
102
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
103
pcstack[depth] = 0;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
447
int depth = 0;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
454
depth++;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
462
depth++;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
467
if (depth < aframes)
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
470
return depth - aframes;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
61
int depth = 0;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
68
pcstack[depth++] = (pc_t) intrpc;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
76
while (depth < pcstack_limit) {
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
91
pcstack[depth++] = caller;
sys/cddl/dev/dtrace/amd64/dtrace_isa.c
94
pcstack[depth++] = callpc;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
138
int depth = 1;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
149
depth++;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
152
if (depth < aframes)
sys/cddl/dev/dtrace/arm/dtrace_isa.c
155
return depth - aframes;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
64
int depth = 0;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
67
pcstack[depth++] = (pc_t) intrpc;
sys/cddl/dev/dtrace/arm/dtrace_isa.c
78
while (depth < pcstack_limit) {
sys/cddl/dev/dtrace/arm/dtrace_isa.c
91
pcstack[depth++] = state.registers[PC];
sys/cddl/dev/dtrace/arm/dtrace_isa.c
98
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/arm/dtrace_isa.c
99
pcstack[depth] = 0;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
100
pcstack[depth] = 0;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
476
int depth = 0;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
483
depth++;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
488
depth++;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
493
if (depth < aframes)
sys/cddl/dev/dtrace/i386/dtrace_isa.c
496
return depth - aframes;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
60
int depth = 0;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
67
pcstack[depth++] = (pc_t) intrpc;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
74
while (depth < pcstack_limit) {
sys/cddl/dev/dtrace/i386/dtrace_isa.c
87
pcstack[depth++] = caller;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
91
pcstack[depth++] = callpc;
sys/cddl/dev/dtrace/i386/dtrace_isa.c
99
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
145
int depth = 0;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
152
pcstack[depth++] = (pc_t) intrpc;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
158
while (depth < pcstack_limit) {
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
170
pcstack[depth++] = caller;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
174
pcstack[depth++] = callpc;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
178
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
179
pcstack[depth] = 0;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
509
int depth = 0;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
522
depth++;
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
526
if (depth < aframes)
sys/cddl/dev/dtrace/powerpc/dtrace_isa.c
529
return (depth - aframes);
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
114
pcstack[depth++] = caller;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
116
pcstack[depth++] = state.pc;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
120
for (; depth < pcstack_limit; depth++) {
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
121
pcstack[depth] = 0;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
293
int depth;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
296
depth = 1;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
309
depth++;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
312
if (depth < aframes)
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
315
return (depth - aframes);
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
77
int depth;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
79
depth = 0;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
83
pcstack[depth++] = (pc_t)intrpc;
sys/cddl/dev/dtrace/riscv/dtrace_isa.c
96
while (depth < pcstack_limit) {
sys/compat/linux/linux_ioctl.c
2770
vb->depth = lvb->depth;
sys/compat/linux/linux_ioctl.c
2781
lvb->depth = vb->depth;
sys/compat/linux/linux_videodev_compat.h
43
l_int depth;
sys/ddb/db_pprint.c
103
if (depth > max_depth) {
sys/ddb/db_pprint.c
122
db_indent = depth;
sys/ddb/db_pprint.c
129
db_pprint_type(maddr, mtype, depth + 1);
sys/ddb/db_pprint.c
145
db_indent = depth;
sys/ddb/db_pprint.c
152
db_pprint_type(maddr, mtype, depth + 1);
sys/ddb/db_pprint.c
156
db_indent = depth - 1;
sys/ddb/db_pprint.c
165
db_pprint_arr(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/ddb/db_pprint.c
184
db_indent = depth;
sys/ddb/db_pprint.c
192
db_pprint_type(elem_addr, elem_type, depth);
sys/ddb/db_pprint.c
198
db_indent = depth - 1;
sys/ddb/db_pprint.c
206
db_pprint_enum(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/ddb/db_pprint.c
245
db_pprint_ptr(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/ddb/db_pprint.c
289
if (depth < max_depth && (val != 0)) {
sys/ddb/db_pprint.c
291
db_pprint_type(val, ref_type, depth + 1);
sys/ddb/db_pprint.c
294
db_indent = depth;
sys/ddb/db_pprint.c
308
db_pprint_type(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/ddb/db_pprint.c
321
db_pprint_int(addr, type, depth);
sys/ddb/db_pprint.c
325
db_pprint_struct(addr, type, depth);
sys/ddb/db_pprint.c
329
db_indent = depth;
sys/ddb/db_pprint.c
333
db_pprint_ptr(addr, type, depth);
sys/ddb/db_pprint.c
341
db_pprint_type(addr, ref_type, depth);
sys/ddb/db_pprint.c
345
db_pprint_enum(addr, type, depth);
sys/ddb/db_pprint.c
348
db_pprint_arr(addr, type, depth);
sys/ddb/db_pprint.c
43
u_int depth);
sys/ddb/db_pprint.c
53
db_pprint_int(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/ddb/db_pprint.c
83
db_pprint_struct(db_addr_t addr, struct ctf_type_v3 *type, u_int depth)
sys/dev/bnxt/bnxt_en/bnxt.h
1462
uint32_t mem_size, uint8_t depth,
sys/dev/bnxt/bnxt_en/bnxt.h
737
uint16_t depth;
sys/dev/bnxt/bnxt_en/bnxt_coredump.c
120
if (rmem->depth > 1) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
3383
softc->fw_crash_mem->ring_mem.depth);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
3385
if (softc->fw_crash_mem->ring_mem.depth > 1)
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
597
if (rmem->depth >= 1) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
598
if (rmem->depth == 2)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1040
if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl.idi_vaddr) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
1063
if (rmem->nr_pages > 1 || rmem->depth > 0) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
1100
if (rmem->depth >= 1)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1108
struct bnxt_ctx_pg_info *ctx_pg, uint32_t mem_size, uint8_t depth,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1122
if (ctx_pg->nr_pages > MAX_CTX_PAGES || depth > 1) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
1125
rmem->depth = 2;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1144
rmem->depth = 1;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1159
if (rmem->nr_pages > 1 || depth)
sys/dev/bnxt/bnxt_en/if_bnxt.c
1160
rmem->depth = 1;
sys/dev/bnxt/bnxt_en/if_bnxt.c
1172
if (rmem->depth > 1 || ctx_pg->nr_pages > MAX_CTX_PAGES ||
sys/dev/bnxt/bnxt_re/bnxt_re.h
176
u32 depth;
sys/dev/bnxt/bnxt_re/main.c
1674
req.length = cpu_to_le32(ring_attr->depth + 1);
sys/dev/bnxt/bnxt_re/main.c
3190
int depth;
sys/dev/bnxt/bnxt_re/main.c
3199
depth = BNXT_QPLIB_NQE_MAX_CNT;
sys/dev/bnxt/bnxt_re/main.c
3204
nq->hwq.max_elements = depth;
sys/dev/bnxt/bnxt_re/main.c
3217
rattr.depth = nq->hwq.max_elements - 1;
sys/dev/bnxt/bnxt_re/main.c
3648
rattr.depth = BNXT_QPLIB_CREQE_MAX_CNT - 1;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1057
fpsne = (u64)bnxt_qplib_get_qe(sq_hwq, sq_hwq->depth, &psn_pg);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1112
hwq_attr.depth = bnxt_qplib_get_depth(sq, qp->wqe_mode, true);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1154
hwq_attr.depth = bnxt_qplib_get_depth(rq, qp->wqe_mode, false);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1206
hwq_attr.depth = xrrq->max_elements;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1223
hwq_attr.depth = xrrq->max_elements;
sys/dev/bnxt/bnxt_re/qplib_fp.c
1608
for (i = 0; i < cq_hwq->depth; i++) {
sys/dev/bnxt/bnxt_re/qplib_fp.c
1636
bnxt_qplib_hwq_incr_cons(cq_hwq->depth, &peek_cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
1833
sq_hwq->depth), NULL);
sys/dev/bnxt/bnxt_re/qplib_fp.c
1865
dsge = bnxt_qplib_get_qe(sq_hwq, ((*sw_prod) % sq_hwq->depth), NULL);
sys/dev/bnxt/bnxt_re/qplib_fp.c
2013
ext_hdr = bnxt_qplib_get_qe(sq_hwq, (sw_prod % sq_hwq->depth), NULL);
sys/dev/bnxt/bnxt_re/qplib_fp.c
2365
ext_hdr = bnxt_qplib_get_qe(rq_hwq, (sw_prod % rq_hwq->depth), NULL);
sys/dev/bnxt/bnxt_re/qplib_fp.c
2371
dsge = bnxt_qplib_get_qe(rq_hwq, (sw_prod % rq_hwq->depth), NULL);
sys/dev/bnxt/bnxt_re/qplib_fp.c
2415
hwq_attr.depth = cq->max_wqe;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2523
hwq_attr.depth = new_cqes;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2675
bnxt_qplib_hwq_incr_cons(sq->hwq.depth,
sys/dev/bnxt/bnxt_re/qplib_fp.c
2729
bnxt_qplib_hwq_incr_cons(rq->hwq.depth,
sys/dev/bnxt/bnxt_re/qplib_fp.c
2802
i = cq->hwq.depth;
sys/dev/bnxt/bnxt_re/qplib_fp.c
2870
bnxt_qplib_hwq_incr_cons(cq->hwq.depth,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3013
bnxt_qplib_hwq_incr_cons(sq->hwq.depth, &sq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3039
bnxt_qplib_hwq_incr_cons(srq->hwq.depth, &srq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3085
if (wr_id_idx > srq->hwq.depth - 1) {
sys/dev/bnxt/bnxt_re/qplib_fp.c
3090
wr_id_idx, srq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3108
wr_id_idx, rq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3119
bnxt_qplib_hwq_incr_cons(rq->hwq.depth, &rq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3186
if (wr_id_idx > srq->hwq.depth - 1) {
sys/dev/bnxt/bnxt_re/qplib_fp.c
3191
wr_id_idx, srq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3209
wr_id_idx, rq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3221
bnxt_qplib_hwq_incr_cons(rq->hwq.depth, &rq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3305
if (wr_id_idx > srq->hwq.depth - 1) {
sys/dev/bnxt/bnxt_re/qplib_fp.c
3310
wr_id_idx, srq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3343
bnxt_qplib_hwq_incr_cons(rq->hwq.depth, &rq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3425
bnxt_qplib_hwq_incr_cons(sq->hwq.depth, &sq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
3448
cqe_cons, rq->hwq.depth);
sys/dev/bnxt/bnxt_re/qplib_fp.c
3582
bnxt_qplib_hwq_incr_cons(cq->hwq.depth, &cq->hwq.cons,
sys/dev/bnxt/bnxt_re/qplib_fp.c
604
hwq_attr.depth = nq->hwq.max_elements;
sys/dev/bnxt/bnxt_re/qplib_fp.c
659
hwq_attr.depth = srq->max_wqe;
sys/dev/bnxt/bnxt_re/qplib_fp.c
668
srq_size = min_t(u32, srq->hwq.depth, U16_MAX);
sys/dev/bnxt/bnxt_re/qplib_fp.c
685
srq->swq = kcalloc(srq->hwq.depth, sizeof(*srq->swq),
sys/dev/bnxt/bnxt_re/qplib_fp.c
690
srq->last_idx = srq->hwq.depth - 1;
sys/dev/bnxt/bnxt_re/qplib_fp.c
691
for (idx = 0; idx < srq->hwq.depth; idx++)
sys/dev/bnxt/bnxt_re/qplib_fp.c
936
hwq_attr.depth = bnxt_qplib_get_depth(sq, qp->wqe_mode, false);
sys/dev/bnxt/bnxt_re/qplib_fp.c
960
hwq_attr.depth = bnxt_qplib_get_depth(rq, qp->wqe_mode, false);
sys/dev/bnxt/bnxt_re/qplib_fp.h
410
avail += hwq->depth;
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1053
hwq_attr.depth = BNXT_QPLIB_CREQE_MAX_CNT;
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1064
hwq_attr.depth = BNXT_QPLIB_CMDQE_MAX_CNT & 0x7FFFFFFF;
sys/dev/bnxt/bnxt_re/qplib_res.c
224
u32 npages = 0, depth, stride, aux_pages = 0;
sys/dev/bnxt/bnxt_re/qplib_res.c
240
depth = roundup_pow_of_two(hwq_attr->depth);
sys/dev/bnxt/bnxt_re/qplib_res.c
252
npages = (depth * stride) / pg_size + aux_pages;
sys/dev/bnxt/bnxt_re/qplib_res.c
253
if ((depth * stride) % pg_size)
sys/dev/bnxt/bnxt_re/qplib_res.c
386
hwq->depth = hwq_attr->depth;
sys/dev/bnxt/bnxt_re/qplib_res.c
387
hwq->max_elements = depth;
sys/dev/bnxt/bnxt_re/qplib_res.c
442
hwq_attr.depth = 512;
sys/dev/bnxt/bnxt_re/qplib_res.c
455
hwq_attr.depth = hctx->qp_ctx.max * tqmctx->qcount[i];
sys/dev/bnxt/bnxt_re/qplib_res.c
557
hwq_attr.depth = hctx->qp_ctx.max;
sys/dev/bnxt/bnxt_re/qplib_res.c
566
hwq_attr.depth = hctx->mrw_ctx.max;
sys/dev/bnxt/bnxt_re/qplib_res.c
574
hwq_attr.depth = hctx->srq_ctx.max;
sys/dev/bnxt/bnxt_re/qplib_res.c
582
hwq_attr.depth = hctx->cq_ctx.max;
sys/dev/bnxt/bnxt_re/qplib_res.c
594
hwq_attr.depth = hctx->qp_ctx.max * 16;
sys/dev/bnxt/bnxt_re/qplib_res.h
246
u32 depth;
sys/dev/bnxt/bnxt_re/qplib_res.h
262
u32 depth; /* original requested depth */
sys/dev/bnxt/bnxt_re/qplib_res.h
519
if (hwq->prod >= hwq->depth) {
sys/dev/bnxt/bnxt_re/qplib_res.h
520
hwq->prod %= hwq->depth;
sys/dev/bnxt/bnxt_re/qplib_sp.c
656
hwq_attr.depth = mrinfo->sg.npages;
sys/dev/bnxt/bnxt_re/qplib_sp.c
733
hwq_attr.depth = pg_ptrs;
sys/dev/bxe/bxe.c
5628
int depth, rc, tx_count;
sys/dev/bxe/bxe.c
5659
depth = drbr_inuse(ifp, tx_br);
sys/dev/bxe/bxe.c
5660
if (depth > fp->eth_q_stats.tx_max_drbr_queue_depth) {
sys/dev/bxe/bxe.c
5661
fp->eth_q_stats.tx_max_drbr_queue_depth = depth;
sys/dev/clk/clk.c
1130
clknode_stop(struct clknode *clknode, int depth)
sys/dev/clk/clk.c
1139
if ((clknode->enable_cnt != 0) && (depth == 0)) {
sys/dev/clk/clk.c
1155
rv = clknode_stop(clknode->parent, depth + 1);
sys/dev/clk/clk.h
121
int clknode_stop(struct clknode *clknode, int depth);
sys/dev/dpaa/fman_port.c
461
int depth;
sys/dev/dpaa/fman_port.c
467
depth = 4;
sys/dev/dpaa/fman_port.c
469
depth = 2;
sys/dev/dpaa/fman_port.c
471
depth = 1;
sys/dev/dpaa/fman_port.c
472
sc->sc_tx_deq_pipeline_depth = depth;
sys/dev/dpaa/fman_port.c
473
reg = ((depth - 1) << BMI_FIFO_PIPELINE_DEPTH_SHIFT) | 0x13;
sys/dev/drm2/drm_crtc.c
2076
uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth)
sys/dev/drm2/drm_crtc.c
2085
if (depth == 15)
sys/dev/drm2/drm_crtc.c
2094
if (depth == 24)
sys/dev/drm2/drm_crtc.c
2096
else if (depth == 30)
sys/dev/drm2/drm_crtc.c
2142
r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
sys/dev/drm2/drm_crtc.c
2452
r->depth = fb->depth;
sys/dev/drm2/drm_crtc.c
3682
void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
sys/dev/drm2/drm_crtc.c
3689
*depth = 8;
sys/dev/drm2/drm_crtc.c
3700
*depth = 15;
sys/dev/drm2/drm_crtc.c
3705
*depth = 16;
sys/dev/drm2/drm_crtc.c
3710
*depth = 24;
sys/dev/drm2/drm_crtc.c
3717
*depth = 24;
sys/dev/drm2/drm_crtc.c
3728
*depth = 30;
sys/dev/drm2/drm_crtc.c
3735
*depth = 32;
sys/dev/drm2/drm_crtc.c
3740
*depth = 0;
sys/dev/drm2/drm_crtc.c
3791
unsigned int depth;
sys/dev/drm2/drm_crtc.c
3822
drm_fb_get_bpp_depth(format, &depth, &bpp);
sys/dev/drm2/drm_crtc.h
1004
extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
sys/dev/drm2/drm_crtc.h
1074
extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
sys/dev/drm2/drm_crtc.h
260
unsigned int depth;
sys/dev/drm2/drm_crtc_helper.c
648
} else if (set->fb->depth != set->crtc->fb->depth) {
sys/dev/drm2/drm_crtc_helper.c
912
drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
sys/dev/drm2/drm_fb_helper.c
605
if (fb->depth == 16 && regno > 63)
sys/dev/drm2/drm_fb_helper.c
607
if (fb->depth == 15 && regno > 31)
sys/dev/drm2/drm_fb_helper.c
610
if (fb->depth == 16) {
sys/dev/drm2/drm_fb_helper.c
630
if (fb->depth != 16)
sys/dev/drm2/drm_fb_helper.c
679
int depth;
sys/dev/drm2/drm_fb_helper.c
698
depth = (var->green.length == 6) ? 16 : 15;
sys/dev/drm2/drm_fb_helper.c
701
depth = (var->transp.length > 0) ? 32 : 24;
sys/dev/drm2/drm_fb_helper.c
704
depth = var->bits_per_pixel;
sys/dev/drm2/drm_fb_helper.c
708
switch (depth) {
sys/dev/drm2/drm_fb_helper.c
998
uint32_t depth)
sys/dev/drm2/drm_fb_helper.h
112
uint32_t depth);
sys/dev/drm2/drm_mode.h
284
__u32 depth;
sys/dev/fb/splash_bmp.c
220
u_char depth; /* image depth (1, 4, 8, 24 bits) */
sys/dev/fb/splash_bmp.c
422
switch(info->depth) {
sys/dev/fb/splash_bmp.c
509
bmp_info.depth = bmf->bmfi.bmiHeader.biBitCount;
sys/dev/firewire/fwcrom.c
107
if (cc->depth < 0)
sys/dev/firewire/fwcrom.c
111
if (cc->depth >= CROM_MAX_DEPTH) {
sys/dev/firewire/fwcrom.c
115
cc->depth++;
sys/dev/firewire/fwcrom.c
117
ptr = &cc->stack[cc->depth];
sys/dev/firewire/fwcrom.c
123
ptr = &cc->stack[cc->depth];
sys/dev/firewire/fwcrom.c
133
if (cc->depth > 0) {
sys/dev/firewire/fwcrom.c
134
cc->depth--;
sys/dev/firewire/fwcrom.c
138
cc->depth = -1;
sys/dev/firewire/fwcrom.c
147
while (cc->depth >= 0) {
sys/dev/firewire/fwcrom.c
165
while (cc->depth >= 0) {
sys/dev/firewire/fwcrom.c
192
if (cc->depth < 0)
sys/dev/firewire/fwcrom.c
77
cc->depth = -1;
sys/dev/firewire/fwcrom.c
84
cc->depth = -1;
sys/dev/firewire/fwcrom.c
87
cc->depth = 0;
sys/dev/firewire/fwcrom.c
97
ptr = &cc->stack[cc->depth];
sys/dev/firewire/iec13213.h
209
int depth;
sys/dev/firewire/sbp.c
415
while (cc.depth >= 0) {
sys/dev/firewire/sbp.c
475
while (cc.depth >= 0) {
sys/dev/gpio/acpi_gpiobus.c
175
acpi_gpiobus_enumerate(ACPI_HANDLE handle, UINT32 depth, void *context,
sys/dev/hpt27xx/him.h
243
HPT_U8 depth;
sys/dev/hpt27xx/him.h
248
HPT_U8 depth;
sys/dev/hptmv/entry.c
1089
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth)
sys/dev/hptmv/entry.c
1107
UCHAR depth = ((pSataChannel->identifyDevice[IDEN_QUEUE_DEPTH]) & 0x1f) + 1;
sys/dev/hptmv/entry.c
1108
channelInfo->queueDepth = (depth==32)? 31 : depth;
sys/dev/hptmv/entry.c
1109
mvSataConfigEdmaMode(pSataAdapter, channelIndex, MV_EDMA_MODE_QUEUED, depth);
sys/dev/hptmv/entry.c
1127
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth)
sys/dev/hptmv/global.h
188
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
sys/dev/hptmv/global.h
189
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
sys/dev/hptnr/him.h
243
HPT_U8 depth;
sys/dev/hptnr/him.h
248
HPT_U8 depth;
sys/dev/hptrr/him.h
211
HPT_U8 depth;
sys/dev/hptrr/him.h
216
HPT_U8 depth;
sys/dev/ioat/ioat_test.c
148
for (i = 0; i < tx->depth; i++) {
sys/dev/ioat/ioat_test.c
185
atomic_add_32(&test->status[IOAT_TEST_MISCOMPARE], tx->depth);
sys/dev/ioat/ioat_test.c
187
atomic_add_32(&test->status[IOAT_TEST_OK], tx->depth);
sys/dev/ioat/ioat_test.c
213
tx->depth = test->chain_depth;
sys/dev/ioat/ioat_test.c
265
for (i = 0; i < tx->depth; i++) {
sys/dev/ioat/ioat_test.c
268
if (i == tx->depth - 1)
sys/dev/ioat/ioat_test.c
283
if (i == tx->depth - 1) {
sys/dev/ioat/ioat_test.c
342
if (desc == NULL && tx->depth > 0) {
sys/dev/ioat/ioat_test.c
343
atomic_add_32(&test->status[IOAT_TEST_NO_DMA_ENGINE], tx->depth);
sys/dev/ioat/ioat_test.c
64
uint32_t depth;
sys/dev/mlx5/mlx5_ifc.h
11286
u8 depth[0x6];
sys/dev/mlx5/mlx5_ifc.h
11300
u8 depth[0x6];
sys/dev/mlx5/mlx5_ifc.h
11361
u8 depth[0x6];
sys/dev/mlx5/mlx5_ifc.h
11407
u8 depth[0x6];
sys/dev/ocs_fc/ocs_utils.c
2030
_spv_del(ocs_os_handle_t os, void **a, uint32_t n, uint32_t depth)
sys/dev/ocs_fc/ocs_utils.c
2033
if (depth) {
sys/dev/ocs_fc/ocs_utils.c
2037
_spv_del(os, a[i], n, depth-1);
sys/dev/qat/qat_api/common/compression/dc_session.c
135
icp_qat_hw_compression_depth_t depth = ICP_QAT_HW_COMPRESSION_DEPTH_1;
sys/dev/qat/qat_api/common/compression/dc_session.c
163
depth = ICP_QAT_HW_COMPRESSION_DEPTH_1;
sys/dev/qat/qat_api/common/compression/dc_session.c
167
depth = ICP_QAT_HW_COMPRESSION_DEPTH_1;
sys/dev/qat/qat_api/common/compression/dc_session.c
170
depth = ICP_QAT_HW_COMPRESSION_DEPTH_4;
sys/dev/qat/qat_api/common/compression/dc_session.c
173
depth = ICP_QAT_HW_COMPRESSION_DEPTH_8;
sys/dev/qat/qat_api/common/compression/dc_session.c
176
depth = ICP_QAT_HW_COMPRESSION_DEPTH_16;
sys/dev/qat/qat_api/common/compression/dc_session.c
179
depth = pService->comp_device_data
sys/dev/qat/qat_api/common/compression/dc_session.c
190
dir, dmm, algo, depth, filetype);
sys/dev/qat/qat_api/firmware/include/icp_qat_hw.h
1602
dir, delayed, algo, depth, filetype) \
sys/dev/qat/qat_api/firmware/include/icp_qat_hw.h
1607
(((depth)&QAT_COMPRESSION_DEPTH_MASK) \
sys/dev/regulator/regulator.c
684
regnode_stop(struct regnode *regnode, int depth)
sys/dev/regulator/regulator.c
694
if ((regnode->enable_cnt != 0) && (depth == 0)) {
sys/dev/regulator/regulator.c
714
rv = regnode_stop(regnode->parent, depth + 1);
sys/dev/regulator/regulator.h
114
int regnode_stop(struct regnode *regnode, int depth);
sys/dev/sfxge/common/ef10_filter.c
641
unsigned int depth;
sys/dev/sfxge/common/ef10_filter.c
666
depth = 1;
sys/dev/sfxge/common/ef10_filter.c
671
i = (hash + depth) & (EFX_EF10_FILTER_TBL_ROWS - 1);
sys/dev/sfxge/common/ef10_filter.c
703
if (depth == EF10_FILTER_SEARCH_LIMIT) {
sys/dev/sfxge/common/ef10_filter.c
710
depth++;
sys/dev/sfxge/common/ef10_filter.c
914
unsigned int depth;
sys/dev/sfxge/common/ef10_filter.c
928
depth = 1;
sys/dev/sfxge/common/ef10_filter.c
930
i = (hash + depth) & (EFX_EF10_FILTER_TBL_ROWS - 1);
sys/dev/sfxge/common/ef10_filter.c
936
if (depth == EF10_FILTER_SEARCH_LIMIT) {
sys/dev/sfxge/common/ef10_filter.c
940
depth++;
sys/dev/sfxge/common/efx_filter.c
1206
unsigned int hash, incr, filter_idx, depth;
sys/dev/sfxge/common/efx_filter.c
1212
depth = 1;
sys/dev/sfxge/common/efx_filter.c
1224
*depth_required = depth;
sys/dev/sfxge/common/efx_filter.c
1229
if (depth == FILTER_CTL_SRCH_MAX)
sys/dev/sfxge/common/efx_filter.c
1233
++depth;
sys/dev/sfxge/common/efx_filter.c
1471
unsigned int depth;
sys/dev/sfxge/common/efx_filter.c
1493
&filter_idx, &depth);
sys/dev/sfxge/common/efx_filter.c
1509
if (sfp->sf_depth[sf_spec.sfs_type] < depth) {
sys/dev/sfxge/common/efx_filter.c
1510
sfp->sf_depth[sf_spec.sfs_type] = depth;
sys/dev/sfxge/common/efx_filter.c
1551
unsigned int depth;
sys/dev/sfxge/common/efx_filter.c
1568
&filter_idx, &depth);
sys/dev/sound/pci/hda/hdaa.c
2380
int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
sys/dev/sound/pci/hda/hdaa.c
2387
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
2395
if (depth > 0) {
sys/dev/sound/pci/hda/hdaa.c
2405
if (depth > 0 && (conns == 1 ||
sys/dev/sound/pci/hda/hdaa.c
2415
if (w->ossdev >= 0 && depth > 0)
sys/dev/sound/pci/hda/hdaa.c
2421
depth > 0)
sys/dev/sound/pci/hda/hdaa.c
2444
wc->nid, j, mute, left, right, depth + 1);
sys/dev/sound/pci/hda/hdaa.c
2456
int ossdev, nid_t nid, int index, int mute, int left, int right, int depth)
sys/dev/sound/pci/hda/hdaa.c
2464
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
2471
if (depth > 0) {
sys/dev/sound/pci/hda/hdaa.c
2503
depth > 0)
sys/dev/sound/pci/hda/hdaa.c
2518
mute, cleft, cright, depth + 1);
sys/dev/sound/pci/hda/hdaa.c
2707
hdaa_audio_ctl_recsel_comm(struct hdaa_pcm_devinfo *pdevinfo, uint32_t src, nid_t nid, int depth)
sys/dev/sound/pci/hda/hdaa.c
2716
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
2733
w->conns[i], depth + 1);
sys/dev/sound/pci/hda/hdaa.c
3385
int dupseq, int min, int only, int depth)
sys/dev/sound/pci/hda/hdaa.c
3391
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
3400
depth + 1, "", w->nid);
sys/dev/sound/pci/hda/hdaa.c
3409
depth + 1, "", w->nid, w->bindas);
sys/dev/sound/pci/hda/hdaa.c
3420
depth + 1, "", w->nid, w->bindseqmask);
sys/dev/sound/pci/hda/hdaa.c
3432
depth + 1, "", w->nid, w->bindseqmask);
sys/dev/sound/pci/hda/hdaa.c
3451
if (depth > 0)
sys/dev/sound/pci/hda/hdaa.c
3462
w->conns[i], dupseq, min, only, depth + 1)) != 0) {
sys/dev/sound/pci/hda/hdaa.c
3485
depth + 1, "", w->nid, m);
sys/dev/sound/pci/hda/hdaa.c
3496
int mixed, int min, int only, int depth, int *length, int onlylength)
sys/dev/sound/pci/hda/hdaa.c
3502
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
3510
depth + 1, "", w->nid);
sys/dev/sound/pci/hda/hdaa.c
3517
depth + 1, "", w->nid, w->bindas);
sys/dev/sound/pci/hda/hdaa.c
3525
depth + 1, "", w->nid, w->bindseqmask);
sys/dev/sound/pci/hda/hdaa.c
3532
(onlylength == 0 || onlylength == depth)) {
sys/dev/sound/pci/hda/hdaa.c
3534
*length = depth;
sys/dev/sound/pci/hda/hdaa.c
3538
if (depth > 0)
sys/dev/sound/pci/hda/hdaa.c
3554
j, mixed, min, only, depth + 1,
sys/dev/sound/pci/hda/hdaa.c
3581
depth + 1, "", w->nid, m);
sys/dev/sound/pci/hda/hdaa.c
3956
hdaa_audio_trace_to_out(struct hdaa_devinfo *devinfo, nid_t nid, int depth)
sys/dev/sound/pci/hda/hdaa.c
3963
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
3971
depth + 1, "", w->nid);
sys/dev/sound/pci/hda/hdaa.c
3974
if (depth > 0 && w->bindas != -1) {
sys/dev/sound/pci/hda/hdaa.c
3979
depth + 1, "", w->nid, w->bindas);
sys/dev/sound/pci/hda/hdaa.c
3988
depth + 1, "", w->nid, w->bindas);
sys/dev/sound/pci/hda/hdaa.c
4000
if (depth > 0)
sys/dev/sound/pci/hda/hdaa.c
4015
j, depth + 1) != 0) {
sys/dev/sound/pci/hda/hdaa.c
4031
depth + 1, "", w->nid, res);
sys/dev/sound/pci/hda/hdaa.c
4581
int ossdev, int ctlable, int depth, int *minamp, int *maxamp)
sys/dev/sound/pci/hda/hdaa.c
4587
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
4595
if (depth > 0) {
sys/dev/sound/pci/hda/hdaa.c
4605
if (depth > 0 && ctlable && (conns == 1 ||
sys/dev/sound/pci/hda/hdaa.c
4621
if (w->ossdev >= 0 && depth > 0)
sys/dev/sound/pci/hda/hdaa.c
4627
depth > 0)
sys/dev/sound/pci/hda/hdaa.c
4662
wc->nid, j, ossdev, ctlable, depth + 1,
sys/dev/sound/pci/hda/hdaa.c
4687
int ossdev, int depth, int *minamp, int *maxamp)
sys/dev/sound/pci/hda/hdaa.c
4694
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
4701
if (depth > 0) {
sys/dev/sound/pci/hda/hdaa.c
4739
depth > 0)
sys/dev/sound/pci/hda/hdaa.c
4760
depth + 1, &tminamp, &tmaxamp);
sys/dev/sound/pci/hda/hdaa.c
5957
hdaa_dump_dst_nid(struct hdaa_pcm_devinfo *pdevinfo, nid_t nid, int depth)
sys/dev/sound/pci/hda/hdaa.c
5964
if (depth > HDA_PARSE_MAXDEPTH)
sys/dev/sound/pci/hda/hdaa.c
5971
if (depth == 0)
sys/dev/sound/pci/hda/hdaa.c
5974
device_printf(pdevinfo->dev, "%*s + <- ", 4 + (depth - 1) * 7, "");
sys/dev/sound/pci/hda/hdaa.c
5977
if (depth > 0) {
sys/dev/sound/pci/hda/hdaa.c
5998
hdaa_dump_dst_nid(pdevinfo, w->conns[i], depth + 1);
sys/dev/syscons/syscons.c
449
int depth;
sys/dev/syscons/syscons.c
466
for (depth = 0, i = M_VESA_BASE; i <= M_VESA_MODE_MAX; i++)
sys/dev/syscons/syscons.c
470
info.vi_depth > depth) {
sys/dev/syscons/syscons.c
472
depth = info.vi_depth;
sys/dev/thunderbolt/hcm.c
213
newr.lo = rsc->route.lo | (i << rsc->depth * 8);
sys/dev/thunderbolt/router.c
154
if (((this_rt >> (sc->depth * 8)) > 0xffULL) ||
sys/dev/thunderbolt/router.c
155
(parent->depth + 1 != sc->depth)) {
sys/dev/thunderbolt/router.c
163
this_hop = (uint8_t)(this_rt >> (sc->depth * 8));
sys/dev/thunderbolt/router.c
167
this_hop, sc->depth);
sys/dev/thunderbolt/router.c
296
sc->depth = GET_ROUTER_CS_DEPTH(cfg);
sys/dev/thunderbolt/router.c
303
up, sc->max_adap, sc->depth);
sys/dev/thunderbolt/router_var.h
71
uint8_t depth;
sys/dev/thunderbolt/tb_var.h
38
int8_t depth;
sys/dev/tws/tws.c
642
sc->aen_q.depth=256;
sys/dev/tws/tws.c
644
sc->aen_q.q = malloc(sizeof(struct tws_event_packet)*sc->aen_q.depth,
sys/dev/tws/tws.c
654
sc->trace_q.depth=256;
sys/dev/tws/tws.c
656
sc->trace_q.q = malloc(sizeof(struct tws_trace_rec)*sc->trace_q.depth,
sys/dev/tws/tws.h
176
u_int16_t depth;
sys/dev/tws/tws_services.c
104
tail = (tail+1) % sc->trace_q.depth;
sys/dev/tws/tws_services.c
108
sc->trace_q.head = (head+1) % sc->trace_q.depth;
sys/dev/tws/tws_user.c
250
index = (sc->aen_q.depth + sc->aen_q.tail - 1) % sc->aen_q.depth;
sys/dev/tws/tws_user.c
259
index = (index+1) % sc->aen_q.depth;
sys/dev/tws/tws_user.c
273
index = (index+1) % sc->aen_q.depth;
sys/dev/tws/tws_user.c
384
tail = (tail+1) % cq->depth;
sys/dev/tws/tws_user.c
389
cq->head = (head+1) % cq->depth;
sys/dev/usb/controller/xhci.c
2666
uint8_t depth;
sys/dev/usb/controller/xhci.c
2687
depth = hubdev->parent_hub->depth;
sys/dev/usb/controller/xhci.c
2696
if (depth == 0)
sys/dev/usb/controller/xhci.c
2702
if (depth < 6)
sys/dev/usb/controller/xhci.c
2703
route |= rh_port << (4 * (depth - 1));
sys/dev/usb/usb_debug.c
163
udev->address, udev->curr_config_no, udev->depth, udev->speed,
sys/dev/usb/usb_device.c
1753
struct usb_device *parent_hub, uint8_t depth, uint8_t port_index,
sys/dev/usb/usb_device.c
1768
parent_dev, bus, parent_hub, depth, port_index, port_no,
sys/dev/usb/usb_device.c
1789
if (depth > 0x10) {
sys/dev/usb/usb_device.c
1822
udev->depth = depth;
sys/dev/usb/usb_device.h
248
uint8_t depth; /* distance from root HUB */
sys/dev/usb/usb_device.h
303
struct usb_device *parent_hub, uint8_t depth,
sys/dev/usb/usb_hub.c
1233
udev->depth,
sys/dev/usb/usb_hub.c
1241
"exceeds maximum. HUB ignored\n", (int)udev->depth);
sys/dev/usb/usb_hub.c
1308
udev->depth - 1);
sys/dev/usb/usb_hub.c
784
portno, 128 - (2 * udev->depth));
sys/dev/usb/usb_hub.c
791
portno, 128 - (2 * udev->depth));
sys/dev/usb/usb_hub.c
814
udev->depth + 1, portno - 1, portno, speed, mode);
sys/dev/usb/usb_hub.c
972
if (udev->depth > USB_HUB_MAX_DEPTH)
sys/dev/usb/usb_hub.c
976
if (udev->depth > USB_SS_HUB_DEPTH_MAX)
sys/dev/usb/usb_request.c
1722
uint16_t depth)
sys/dev/usb/usb_request.c
1728
USETW(req.wValue, depth);
sys/dev/usb/usb_request.h
88
struct mtx *mtx, uint16_t depth);
sys/dev/virtio/gpu/virtio_gpu.h
272
uint32_t depth;
sys/dev/vt/hw/fb/vt_early_fb.c
198
GET("depth", depth)
sys/dev/vt/hw/ofwfb/ofwfb.c
495
pcell_t depth, height, width, stride;
sys/dev/vt/hw/ofwfb/ofwfb.c
552
OF_getproplen(node, "depth") != sizeof(depth))
sys/dev/vt/hw/ofwfb/ofwfb.c
556
OF_getencprop(node, "depth", &depth, sizeof(depth));
sys/dev/vt/hw/ofwfb/ofwfb.c
557
if (depth != 8 && depth != 32)
sys/dev/vt/hw/ofwfb/ofwfb.c
559
sc->fb.fb_bpp = sc->fb.fb_depth = depth;
sys/dev/vt/hw/ofwfb/ofwfb.c
565
stride = width*depth/8;
sys/dev/vt/hw/simplefb/simplefb.c
101
.depth = 32, .format = COLOR_FORMAT_RGB,
sys/dev/vt/hw/simplefb/simplefb.c
108
.depth = 32, .format = COLOR_FORMAT_RGB,
sys/dev/vt/hw/simplefb/simplefb.c
115
.depth = 32, .format = COLOR_FORMAT_RGB,
sys/dev/vt/hw/simplefb/simplefb.c
199
sc->fb_depth = sc->fb_bpp = simplefb_formats[i].depth;
sys/dev/vt/hw/simplefb/simplefb.c
79
int depth;
sys/dev/vt/hw/simplefb/simplefb.c
87
.depth = 16, .format = COLOR_FORMAT_RGB,
sys/dev/vt/hw/simplefb/simplefb.c
94
.depth = 24, .format = COLOR_FORMAT_RGB,
sys/fs/devfs/devfs_devs.c
515
int de_flags, depth, j;
sys/fs/devfs/devfs_devs.c
618
depth = 0;
sys/fs/devfs/devfs_devs.c
621
depth++;
sys/fs/devfs/devfs_devs.c
622
j = depth * 3 + strlen(pdev->si_name) + 1;
sys/fs/devfs/devfs_devs.c
625
while (depth-- > 0)
sys/fs/devfs/devfs_rule.c
117
struct devfs_dirent *de, unsigned depth);
sys/fs/devfs/devfs_rule.c
121
unsigned depth);
sys/fs/devfs/devfs_rule.c
607
struct devfs_dirent *de, unsigned depth)
sys/fs/devfs/devfs_rule.c
636
if (depth > 0) {
sys/fs/devfs/devfs_rule.c
639
devfs_ruleset_applyde(ds, dm, de, depth - 1);
sys/fs/devfs/devfs_rule.c
649
struct devfs_dirent *de, unsigned depth)
sys/fs/devfs/devfs_rule.c
654
devfs_rule_run(dk, dm, de, depth);
sys/fs/ext2fs/ext2_bmap.c
101
int error, depth, maxrun = 0, bsize;
sys/fs/ext2fs/ext2_bmap.c
109
depth = le16toh(ehp->eh_depth);
sys/fs/ext2fs/ext2_bmap.c
124
ep = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
1003
path[depth].ep_header->eh_ecount =
sys/fs/ext2fs/ext2_extents.c
1004
htole16(le16toh(path[depth].ep_header->eh_ecount) - m);
sys/fs/ext2fs/ext2_extents.c
1005
ext4_ext_dirty(ip, path + depth);
sys/fs/ext2fs/ext2_extents.c
1009
k = depth - at - 1;
sys/fs/ext2fs/ext2_extents.c
1013
i = depth - 1;
sys/fs/ext2fs/ext2_extents.c
1027
neh->eh_depth = htole16(depth - i);
sys/fs/ext2fs/ext2_extents.c
1065
for (i = 0; i < depth; i++) {
sys/fs/ext2fs/ext2_extents.c
114
(struct ext4_extent_header *)bp->b_data, depth);
sys/fs/ext2fs/ext2_extents.c
1143
int depth, i, error;
sys/fs/ext2fs/ext2_extents.c
1146
i = depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1149
curpath = path + depth;
sys/fs/ext2fs/ext2_extents.c
1182
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1183
if (le16toh(path[depth].ep_header->eh_ecount) ==
sys/fs/ext2fs/ext2_extents.c
1184
le16toh(path[depth].ep_header->eh_max))
sys/fs/ext2fs/ext2_extents.c
1198
int depth, k;
sys/fs/ext2fs/ext2_extents.c
1200
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1201
eh = path[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1202
ex = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
1207
if (!depth)
sys/fs/ext2fs/ext2_extents.c
1214
k = depth - 1;
sys/fs/ext2fs/ext2_extents.c
1215
border = le32toh(path[depth].ep_ext->e_blk);
sys/fs/ext2fs/ext2_extents.c
1237
int depth, len, error, next;
sys/fs/ext2fs/ext2_extents.c
1239
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1240
ex = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
1243
if (htole16(newext->e_len) == 0 || path[depth].ep_header == NULL)
sys/fs/ext2fs/ext2_extents.c
1249
eh = path[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1255
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1256
eh = path[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1277
eh = npath[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1292
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1293
eh = path[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1296
nearex = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
1299
path[depth].ep_ext = EXT_FIRST_EXTENT(eh);
sys/fs/ext2fs/ext2_extents.c
1307
path[depth].ep_ext = nearex + 1;
sys/fs/ext2fs/ext2_extents.c
1312
path[depth].ep_ext = nearex;
sys/fs/ext2fs/ext2_extents.c
1316
nearex = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
1350
ext4_ext_dirty(ip, path + depth);
sys/fs/ext2fs/ext2_extents.c
1400
int error = 0, depth;
sys/fs/ext2fs/ext2_extents.c
141
ext4_ext_walk_header(struct inode *ip, struct ext4_extent_header *eh, int depth)
sys/fs/ext2fs/ext2_extents.c
1426
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1427
if (path[depth].ep_ext == NULL && depth != 0) {
sys/fs/ext2fs/ext2_extents.c
1432
if ((ex = path[depth].ep_ext)) {
sys/fs/ext2fs/ext2_extents.c
145
error = ext4_ext_check_header(ip, eh, depth);
sys/fs/ext2fs/ext2_extents.c
1552
int depth;
sys/fs/ext2fs/ext2_extents.c
1555
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1556
if (!path[depth].ep_header) {
sys/fs/ext2fs/ext2_extents.c
1557
if (path[depth].ep_data == NULL)
sys/fs/ext2fs/ext2_extents.c
1559
path[depth].ep_header =
sys/fs/ext2fs/ext2_extents.c
1560
(struct ext4_extent_header* )path[depth].ep_data;
sys/fs/ext2fs/ext2_extents.c
1563
eh = path[depth].ep_header;
sys/fs/ext2fs/ext2_extents.c
1577
path[depth].ep_ext = ex;
sys/fs/ext2fs/ext2_extents.c
158
(struct ext4_extent_index *)(eh + 1 + i), depth - 1,
sys/fs/ext2fs/ext2_extents.c
1612
ext4_ext_dirty(ip, path + depth);
sys/fs/ext2fs/ext2_extents.c
1627
path[depth].ep_data != NULL)
sys/fs/ext2fs/ext2_extents.c
1628
error = ext4_ext_rm_index(ip, path + depth);
sys/fs/ext2fs/ext2_extents.c
1636
int depth, int flags)
sys/fs/ext2fs/ext2_extents.c
1651
if (le16toh(eh->eh_depth) != depth) {
sys/fs/ext2fs/ext2_extents.c
1657
error = ext4_ext_check_header(ip, eh, depth);
sys/fs/ext2fs/ext2_extents.c
1692
int depth;
sys/fs/ext2fs/ext2_extents.c
1696
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
1698
error = ext4_ext_check_header(ip, ehp, depth);
sys/fs/ext2fs/ext2_extents.c
1702
path = malloc(sizeof(struct ext4_extent_path) * (depth + 1),
sys/fs/ext2fs/ext2_extents.c
1705
path[0].ep_depth = depth;
sys/fs/ext2fs/ext2_extents.c
1708
if (i == depth) {
sys/fs/ext2fs/ext2_extents.c
186
int k, depth, error = 0;
sys/fs/ext2fs/ext2_extents.c
188
depth = path->ep_depth;
sys/fs/ext2fs/ext2_extents.c
193
for (k = 0; k <= depth && error == 0; k++, path++) {
sys/fs/ext2fs/ext2_extents.c
196
depth - 1, false);
sys/fs/ext2fs/ext2_extents.c
340
ext4_ext_max_entries(struct inode *ip, int depth)
sys/fs/ext2fs/ext2_extents.c
343
if (depth == ext4_ext_inode_depth(ip)) {
sys/fs/ext2fs/ext2_extents.c
344
if (depth == 0)
sys/fs/ext2fs/ext2_extents.c
349
if (depth == 0)
sys/fs/ext2fs/ext2_extents.c
404
int depth)
sys/fs/ext2fs/ext2_extents.c
412
if (depth == 0) {
sys/fs/ext2fs/ext2_extents.c
448
int depth)
sys/fs/ext2fs/ext2_extents.c
456
if (le16toh(eh->eh_depth) != depth ||
sys/fs/ext2fs/ext2_extents.c
466
if (le16toh(eh->eh_max) > ext4_ext_max_entries(ip, depth)) {
sys/fs/ext2fs/ext2_extents.c
478
if (ext4_validate_extent_entries(ip, eh, depth)) {
sys/fs/ext2fs/ext2_extents.c
571
int depth, i;
sys/fs/ext2fs/ext2_extents.c
576
depth = path->ep_depth;
sys/fs/ext2fs/ext2_extents.c
577
for (i = 0; i <= depth; i++, path++)
sys/fs/ext2fs/ext2_extents.c
603
int error, depth, i, ppos, alloc;
sys/fs/ext2fs/ext2_extents.c
606
depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
610
error = ext4_ext_check_header(ip, eh, depth);
sys/fs/ext2fs/ext2_extents.c
630
i = depth;
sys/fs/ext2fs/ext2_extents.c
644
if (ppos > depth) {
sys/fs/ext2fs/ext2_extents.c
739
int depth;
sys/fs/ext2fs/ext2_extents.c
744
depth = path->ep_depth;
sys/fs/ext2fs/ext2_extents.c
745
ex = path[depth].ep_ext;
sys/fs/ext2fs/ext2_extents.c
757
if (path[depth].ep_data)
sys/fs/ext2fs/ext2_extents.c
758
return (path[depth].ep_blk);
sys/fs/ext2fs/ext2_extents.c
789
int depth = path->ep_depth;
sys/fs/ext2fs/ext2_extents.c
792
if (depth == 0)
sys/fs/ext2fs/ext2_extents.c
796
depth--;
sys/fs/ext2fs/ext2_extents.c
798
while (depth >= 0) {
sys/fs/ext2fs/ext2_extents.c
799
if (path[depth].ep_index !=
sys/fs/ext2fs/ext2_extents.c
800
EXT_LAST_INDEX(path[depth].ep_header))
sys/fs/ext2fs/ext2_extents.c
801
return (le32toh(path[depth].ep_index[1].ei_blk));
sys/fs/ext2fs/ext2_extents.c
803
depth--;
sys/fs/ext2fs/ext2_extents.c
83
ext4_ext_walk_index(struct inode *ip, struct ext4_extent_index *ex, int depth,
sys/fs/ext2fs/ext2_extents.c
925
int depth = ext4_ext_inode_depth(ip);
sys/fs/ext2fs/ext2_extents.c
941
if (path[depth].ep_ext > EXT_MAX_EXTENT(path[depth].ep_header)) {
sys/fs/ext2fs/ext2_extents.c
947
if (path[depth].ep_ext != EXT_MAX_EXTENT(path[depth].ep_header))
sys/fs/ext2fs/ext2_extents.c
948
border = le32toh(path[depth].ep_ext[1].e_blk);
sys/fs/ext2fs/ext2_extents.c
953
ablks = malloc(sizeof(e4fs_daddr_t) * depth,
sys/fs/ext2fs/ext2_extents.c
955
for (a = 0; a < depth - at; a++) {
sys/fs/ext2fs/ext2_extents.c
976
if (le16toh(path[depth].ep_header->eh_ecount) !=
sys/fs/ext2fs/ext2_extents.c
977
le16toh(path[depth].ep_header->eh_max)) {
sys/fs/ext2fs/ext2_extents.c
986
path[depth].ep_ext++;
sys/fs/ext2fs/ext2_extents.c
987
while (path[depth].ep_ext <= EXT_MAX_EXTENT(path[depth].ep_header)) {
sys/fs/ext2fs/ext2_extents.c
988
path[depth].ep_ext++;
sys/fs/ext2fs/ext2_extents.c
992
memmove(ex, path[depth].ep_ext - m,
sys/geom/part/g_part.c
1966
int attr, depth;
sys/geom/part/g_part.c
2014
depth = (!error) ? attr + 1 : 0;
sys/geom/part/g_part.c
2016
error = g_part_probe(gp, cp, depth);
sys/geom/part/g_part.c
675
g_part_probe(struct g_geom *gp, struct g_consumer *cp, int depth)
sys/geom/part/g_part.c
698
table->gpt_depth = depth;
sys/kern/kern_timeout.c
836
int depth, gcalls, lockcalls, mpcalls;
sys/kern/kern_timeout.c
857
depth = gcalls = lockcalls = mpcalls = 0;
sys/kern/kern_timeout.c
867
++depth;
sys/kern/kern_timeout.c
871
avg_depth += (depth * 1000 - avg_depth) >> 8;
sys/kern/subr_epoch.c
166
if (a->se_stack.depth > b->se_stack.depth)
sys/kern/subr_epoch.c
168
if (a->se_stack.depth < b->se_stack.depth)
sys/kern/subr_epoch.c
170
for (int i = 0; i < a->se_stack.depth; i++) {
sys/kern/subr_stack.c
100
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
115
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
116
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
135
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
136
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
151
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
152
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
177
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
178
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
214
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
215
for (i = 0; i < st->depth; i++) {
sys/kern/subr_stack.c
226
u_int depth)
sys/kern/subr_stack.c
234
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/kern/subr_stack.c
236
if (depth == 0 || st->depth < depth)
sys/kern/subr_stack.c
237
depth = st->depth;
sys/kern/subr_stack.c
238
for (i = 0; i < depth; i++) {
sys/kern/subr_stack.c
71
if (st->depth < STACK_MAX) {
sys/kern/subr_stack.c
72
st->pcs[st->depth++] = pc;
sys/kern/subr_stack.c
99
KASSERT(st->depth <= STACK_MAX, ("bogus stack"));
sys/net/altq/altq.h
61
u_int32_t depth; /* depth in bytes */
sys/net/altq/altq_cbq.c
185
statsp->depth = cl->depth_;
sys/net/altq/altq_cbq.c
371
cl->stats_.depth = cl->depth_;
sys/net/altq/altq_cbq.h
80
u_int depth;
sys/net/altq/altq_cdnr.h
278
u_int64_t depth;
sys/net/altq/altq_rmclass.h
123
u_int depth;
sys/net/altq/altq_subr.c
369
tbr->tbr_depth = TBR_SCALE(profile->depth);
sys/net/pfvar.h
1461
int depth;
sys/net80211/ieee80211_superg.c
644
if (sq->depth == 0) {
sys/net80211/ieee80211_superg.c
661
sq->depth--;
sys/net80211/ieee80211_superg.c
694
sq->depth++;
sys/net80211/ieee80211_superg.c
713
sq->depth--;
sys/net80211/ieee80211_superg.c
904
"%s: stage frame, %u queued", __func__, sq->depth);
sys/net80211/ieee80211_superg.h
63
int depth; /* # items on head */
sys/netgraph/netgraph.h
661
u_int depth;
sys/netgraph/ng_base.c
2024
item->depth = 1;
sys/netgraph/ng_base.c
2190
if (item->depth == 1)
sys/netgraph/ng_base.c
2322
item->depth++;
sys/netgraph/ng_base.c
2345
if (item->depth == 0 && error != 0)
sys/netgraph/ng_base.c
2370
int error = 0, depth;
sys/netgraph/ng_base.c
2382
depth = item->depth;
sys/netgraph/ng_base.c
2499
if (depth == 1 && error != 0)
sys/netpfil/pf/pf.c
5091
if (ctx->depth >= PF_ANCHOR_STACK_MAX) {
sys/netpfil/pf/pf.c
5097
ctx->depth++;
sys/netpfil/pf/pf.c
5124
ctx->depth--;
sys/netpfil/pf/pf.c
5143
pf_step_into_keth_anchor(struct pf_keth_anchor_stackframe *stack, int *depth,
sys/netpfil/pf/pf.c
5153
if (*depth >= PF_ANCHOR_STACK_MAX) {
sys/netpfil/pf/pf.c
5158
} else if (*depth == 0 && a != NULL)
sys/netpfil/pf/pf.c
5160
f = stack + (*depth)++;
sys/netpfil/pf/pf.c
5179
pf_step_out_of_keth_anchor(struct pf_keth_anchor_stackframe *stack, int *depth,
sys/netpfil/pf/pf.c
5190
if (*depth <= 0)
sys/netpfil/pf/pf.c
5192
f = stack + *depth - 1;
sys/netpfil/pf/pf.c
5219
(*depth)--;
sys/netpfil/pf/pf.c
5220
if (*depth == 0 && a != NULL)
sys/netpfil/pf/pf_ioctl.c
1117
tb.depth = altq->tbrsize;
sys/netpfil/pf/pf_lb.c
246
if (ctx->depth >= PF_ANCHOR_STACK_MAX) {
sys/netpfil/pf/pf_lb.c
252
ctx->depth++;
sys/netpfil/pf/pf_lb.c
272
ctx->depth--;
sys/netpfil/pf/pf_lb.c
282
MPASS(ctx->depth == 0);
sys/netpfil/pf/pf_lb.c
284
MPASS(ctx->depth == 0);
sys/powerpc/ofw/ofw_syscons.c
229
int depth;
sys/powerpc/ofw/ofw_syscons.c
262
OF_getprop(node, "depth", &depth, sizeof(depth));
sys/powerpc/ofw/ofw_syscons.c
263
if (depth == 8) {
sys/powerpc/ofw/ofw_syscons.c
268
} else if (depth == 32) {
sys/powerpc/ofw/ofw_syscons.c
281
sc->sc_depth = depth;
sys/sys/_stack.h
35
int depth;
sys/sys/stack.h
63
#define CTRSTACK(m, st, depth) do { \
sys/sys/stack.h
65
stack_ktr((m), __FILE__, __LINE__, st, depth); \
sys/sys/stack.h
68
#define CTRSTACK(m, st, depth)
sys/ufs/ffs/ffs_alloc.c
1246
int depth, range, start, end, numdirs, power, numerator, denominator;
sys/ufs/ffs/ffs_alloc.c
1276
depth = DIP(pip, i_dirdepth);
sys/ufs/ffs/ffs_alloc.c
1277
range = fs->fs_ncg / (1 << depth);
sys/ufs/ffs/ffs_alloc.c
1298
if (depth == 0 && pip->i_number != UFS_ROOTINO)
sys/ufs/ffs/ffs_alloc.c
1305
maxndir = min(avgndir + (1 << depth), fs->fs_ipg);
sys/vm/vm_object.c
2377
int depth, locked_depth;
sys/vm/vm_object.c
2402
depth = 0;
sys/vm/vm_object.c
2411
depth++;
sys/vm/vm_object.c
2412
if (depth == locked_depth) {
sys/x86/iommu/intel_dmar.h
230
void dmar_dev_path(device_t child, int *busno, void *path1, int depth);
sys/x86/iommu/intel_drv.c
592
dmar_print_path(int busno, int depth, const ACPI_DMAR_PCI_PATH *path)
sys/x86/iommu/intel_drv.c
597
for (i = 0; i < depth; i++) {
sys/x86/iommu/intel_drv.c
609
int depth;
sys/x86/iommu/intel_drv.c
611
for (depth = 1; ; depth++) {
sys/x86/iommu/intel_drv.c
615
return (depth);
sys/x86/iommu/intel_drv.c
621
dmar_dev_path(device_t child, int *busno, void *path1, int depth)
sys/x86/iommu/intel_drv.c
627
for (depth--; depth != -1; depth--) {
sys/x86/iommu/intel_drv.c
628
path[depth].Device = pci_get_slot(child);
sys/x86/iommu/intel_drv.c
629
path[depth].Function = pci_get_function(child);
sys/x86/iommu/intel_drv.c
647
int i, depth;
sys/x86/iommu/intel_drv.c
653
depth = depth1;
sys/x86/iommu/intel_drv.c
654
if (depth2 < depth)
sys/x86/iommu/intel_drv.c
655
depth = depth2;
sys/x86/iommu/intel_drv.c
656
for (i = 0; i < depth; i++) {
sys/x86/x86/stack_machdep.c
146
error = st->depth > 0 ? 0 : EBUSY;
tests/sys/vm/shared_shadow_inval_test.c
126
static void child(struct shared_state *ss, int depth);
tests/sys/vm/shared_shadow_inval_test.c
129
child_fork(struct shared_state *ss, int depth)
tests/sys/vm/shared_shadow_inval_test.c
135
child(ss, depth);
tests/sys/vm/shared_shadow_inval_test.c
170
child_verify(struct shared_state *ss, int depth, int newval, int oldval)
tests/sys/vm/shared_shadow_inval_test.c
181
depth, foundval, expectval, oldval);
tests/sys/vm/shared_shadow_inval_test.c
186
child(struct shared_state *ss, int depth)
tests/sys/vm/shared_shadow_inval_test.c
190
if (depth < 1 || depth >= DEPTH)
tests/sys/vm/shared_shadow_inval_test.c
191
child_errx("Bad depth %d", depth);
tests/sys/vm/shared_shadow_inval_test.c
193
dprintf("P%d (pid %d) started\n", depth, mypid);
tests/sys/vm/shared_shadow_inval_test.c
194
switch (depth) {
tests/sys/vm/shared_shadow_inval_test.c
226
child_fork(ss, depth + 1);
tests/sys/vm/shared_shadow_inval_test.c
229
child_verify(ss, depth, mypid, mypid);
tests/sys/vm/shared_shadow_inval_test.c
255
pid = child_fork(ss, depth + 1);
tests/sys/vm/shared_shadow_inval_test.c
269
child_verify(ss, depth, pid, oldval);
tests/sys/vm/shared_shadow_inval_test.c
301
child_verify(ss, depth, oldval, oldval);
tests/sys/vm/shared_shadow_inval_test.c
304
child_errx("Bad depth %d", depth);
tests/sys/vm/shared_shadow_inval_test.c
307
dprintf("P%d (pid %d) exiting\n", depth, mypid);
tests/sys/vm/shared_shadow_inval_test.c
308
ss->exiting[depth] = true;
usr.bin/du/du.c
114
depth = INT_MAX;
usr.bin/du/du.c
159
depth = atoi(optarg);
usr.bin/du/du.c
160
if (errno == ERANGE || depth < 0) {
usr.bin/du/du.c
242
depth = 0;
usr.bin/du/du.c
284
if (p->fts_level <= depth && check_threshold(p))
usr.bin/du/du.c
97
int depth;
usr.bin/mail/names.c
487
static int depth;
usr.bin/mail/names.c
490
if (depth > MAXEXP) {
usr.bin/mail/names.c
494
depth++;
usr.bin/mail/names.c
518
depth--;
usr.bin/posixmqcontrol/posixmqcontrol.c
192
parse_long(text, &creation.depth, "-d", "depth");
usr.bin/posixmqcontrol/posixmqcontrol.c
306
bool valid = creation.exists || creation.depth > 0;
usr.bin/posixmqcontrol/posixmqcontrol.c
430
.mq_maxmsg = q_creation.depth,
usr.bin/posixmqcontrol/posixmqcontrol.c
52
long depth;
usr.bin/posixmqcontrol/posixmqcontrol.c
92
.depth = -1,
usr.bin/tsort/tsort.c
369
find_cycle(NODE *from, NODE *to, int longest_len, int depth)
usr.bin/tsort/tsort.c
383
cycle_buf[depth] = *np;
usr.bin/tsort/tsort.c
385
if (depth + 1 > longest_len) {
usr.bin/tsort/tsort.c
386
longest_len = depth + 1;
usr.bin/tsort/tsort.c
394
len = find_cycle(*np, to, longest_len, depth + 1);
usr.bin/tsort/tsort.c
397
(void)printf("%*s %s->%s %d\n", depth, "",
usr.sbin/bhyve/config.c
237
_expand_config_value(const char *value, int depth)
usr.sbin/bhyve/config.c
252
if (depth > 15) {
usr.sbin/bhyve/config.c
296
nestedval = _expand_config_value(cp, depth + 1);
usr.sbin/bhyve/pci_fbuf.c
424
sc->memregs.depth = 32;
usr.sbin/bhyve/pci_fbuf.c
93
uint16_t depth;
usr.sbin/bhyve/rfb.c
163
uint8_t depth;
usr.sbin/bhyve/rfb.c
279
sinfo.pixfmt.depth = 32;
usr.sbin/bsdinstall/partedit/diskmenu.c
51
bsditems[i].depth = 2 * items[i].indentation;
usr.sbin/bsdinstall/partedit/part_wizard.c
191
disks[n-1].depth = 0;
usr.sbin/fwcontrol/fwcontrol.c
470
while (cc.depth >= 0) {
usr.sbin/fwcontrol/fwcontrol.c
473
for (i = 0; i < cc.depth; i++)
usr.sbin/jail/config.c
284
static unsigned int depth;
usr.sbin/jail/config.c
290
if (++depth > MAX_INCLUDE_DEPTH)
usr.sbin/jail/config.c
318
--depth;
usr.sbin/kbdmap/kbdmap.c
381
listitems[i].depth = 0;
usr.sbin/makefs/mtree.c
156
int depth;
usr.sbin/makefs/mtree.c
158
depth = 0;
usr.sbin/makefs/mtree.c
159
rp[depth] = node->name;
usr.sbin/makefs/mtree.c
160
for (pnode = node->parent; pnode && depth < MAKEFS_MAX_TREE_DEPTH - 1;
usr.sbin/makefs/mtree.c
164
rp[++depth] = pnode->name;
usr.sbin/makefs/mtree.c
172
while (depth > 0) {
usr.sbin/makefs/mtree.c
173
sbuf_cat(sb, rp[depth--]);
usr.sbin/makefs/mtree.c
176
sbuf_cat(sb, rp[depth]);
usr.sbin/pmcstat/pmcpl_callgraph.c
255
pmcstat_cgnode_print(struct pmcstat_cgnode *cg, int depth, uint32_t total)
usr.sbin/pmcstat/pmcpl_callgraph.c
264
if (depth > 0)
usr.sbin/pmcstat/pmcpl_callgraph.c
265
(void) fprintf(args.pa_graphfile, "%*s", depth, space);
usr.sbin/pmcstat/pmcpl_callgraph.c
279
if (depth > 0)
usr.sbin/pmcstat/pmcpl_callgraph.c
280
(void) fprintf(args.pa_graphfile, "%*s", depth, space);
usr.sbin/pmcstat/pmcpl_callgraph.c
317
pmcstat_cgnode_print(*cgn, depth+1, cg->pcg_count);
usr.sbin/pmcstat/pmcpl_callgraph.c
476
int depth __unused, uint32_t nsamples)
usr.sbin/tzsetup/tzsetup.c
117
listitems[i].depth = 0;