Searched refs:depth (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/tws/
H A Dtws_services.c104 tail = (tail+1) % sc->trace_q.depth;
108 sc->trace_q.head = (head+1) % sc->trace_q.depth;
/freebsd-current/sys/dev/hpt27xx/
H A Dhim.h243 HPT_U8 depth; member in struct:tcq_control
248 HPT_U8 depth; member in struct:ncq_control
/freebsd-current/sys/dev/hptnr/
H A Dhim.h243 HPT_U8 depth; member in struct:tcq_control
248 HPT_U8 depth; member in struct:ncq_control
/freebsd-current/sys/dev/hptrr/
H A Dhim.h211 HPT_U8 depth; member in struct:tcq_control
216 HPT_U8 depth; member in struct:ncq_control
/freebsd-current/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h1472 /*!< Search depth 1 (Fastest least exhaustive) */
1475 /*!< Search depth 4 */
1478 /*!< Search depth 8 */
1481 /*!< Search depth 16 */
1484 /*!< Search depth 128 (Slowest, most exhaustive) */
1573 * Define for the compression depth bit position */
1577 * Define for the compression depth mask (three bits) */
1597 * @param depth Compression search depth to use
1602 dir, delayed, algo, depth, filetyp
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib584 usr_exec cd $dir ; $FIND . -depth -type f -exec cksum {} \\\; | $SORT > $outfile
585 usr_exec cd $dir ; $FIND . -depth -type f -xattr -exec runat {} \
/freebsd-current/usr.sbin/bhyve/
H A Dpci_fbuf.c90 uint16_t depth; member in struct:pci_fbuf_softc::__anon101
403 sc->memregs.depth = 32;
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_fb.c176 drm_fb_helper_fill_fix(info, fb->drm_fb.pitches[0], fb->drm_fb.depth);
181 fb->drm_fb.width, fb->drm_fb.height, fb->drm_fb.depth,
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c140 * bitmap depth-specific routines
229 int depth; local
262 OF_getprop(node, "depth", &depth, sizeof(depth));
263 if (depth == 8) {
268 } else if (depth == 32) {
281 sc->sc_depth = depth;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h127 kmp_int32 depth_locked; // depth locked, for nested locks only
131 kmp_int32 depth_locked; // depth locked, for nested locks only
190 kmp_int32 depth_locked; // depth locked, for nested locks only
245 std::atomic_int depth_locked; // depth locked, for nested locks only
259 std::atomic<int> depth_locked; // depth locked, for nested locks only
379 kmp_int32 depth_locked; // depth locked, for nested locks only
479 kmp_int32 depth_locked; // depth locked
752 #define __kmp_acquire_nested_user_lock_with_checks(lck, gtid, depth) \
763 *depth = KMP_LOCK_ACQUIRED_NEXT; \
779 *depth
789 __kmp_acquire_nested_user_lock_with_checks(kmp_user_lock_p lck, kmp_int32 gtid, int *depth) argument
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Ddir.c91 * Check that the recorded depth of the directory is correct.
108 * If depth is correct, nothing to do.
113 * Only the root inode should have depth of 0, so if any other
114 * directory has a depth of 0 then this is an old filesystem
115 * that has not been tracking directory depth. Ask just once
116 * whether it should start tracking directory depth.
126 * a directory does not have the right depth.
144 * Individual directory at wrong depth. Report it and correct if
147 * level in the tree, its depth will be recalculated, but none of
567 int lostdir, depth; local
704 changeino(ino_t dir, const char *name, ino_t newnum, int depth) argument
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dtls.c1838 int depth, r; local
1876 depth = SSL_get0_dane_authority(ssl, NULL, &mspki);
1878 sm_dprintf("dane_res: SSL_get0_dane_authority() depth=%d\n", depth);
1880 if (depth < 0)
1891 : (depth > 0) ? "matched_TA_certificate"
1906 depth, dane_vrfy_ctx->dane_vrfy_res, r,
1909 (depth > 0) ? "matched_TA_certificate" : "matched_EE_certificate"
2444 int reason, depth; local
2449 depth
2863 int depth; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c629 const searchMethod_e searchMethod, const U32 depth,
706 if (depth==0) goto _storeSequence;
712 if (depth==0) goto _storeSequence;
715 /* first search (depth 0) */
728 if (depth>=1)
764 if ((depth==2) && (ip<ilimit)) {
933 const searchMethod_e searchMethod, const U32 depth)
984 if (depth==0) goto _storeSequence;
987 /* first search (depth 0) */
1000 if (depth>
625 ZSTD_compressBlock_lazy_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const searchMethod_e searchMethod, const U32 depth, ZSTD_dictMode_e const dictMode) argument
929 ZSTD_compressBlock_lazy_extDict_generic( ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], const void* src, size_t srcSize, const searchMethod_e searchMethod, const U32 depth) argument
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_superg.c82 #define ATH_FF_TXQMIN 2 /* min txq depth for staging */
643 if (sq->depth == 0) {
660 sq->depth--;
693 sq->depth++;
712 sq->depth--;
887 "%s: stage frame, %u queued", __func__, sq->depth);
/freebsd-current/sys/kern/
H A Dsubr_epoch.c166 if (a->se_stack.depth > b->se_stack.depth)
168 if (a->se_stack.depth < b->se_stack.depth)
170 for (int i = 0; i < a->se_stack.depth; i++) {
/freebsd-current/contrib/bmake/
H A Dcond.c212 int depth; local
216 depth = 0;
221 if ((ch == '&' || ch == '|') && depth == 0)
238 depth++;
239 else if (ch == ')' && --depth < 0)
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzcp.c215 zcp_table_to_nvlist(lua_State *state, int index, int depth) argument
308 * we track the current nvlist depth.
310 if (depth >= ZCP_NVLIST_MAX_DEPTH) {
313 "depth (%d) exceeded for table",
318 depth + 1);
369 const char *key, int depth)
397 nvlist_t *value_nvl = zcp_table_to_nvlist(state, index, depth);
368 zcp_lua_to_nvlist_impl(lua_State *state, int index, nvlist_t *nvl, const char *key, int depth) argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp446 "log timers enable <depth>") {
472 uint32_t depth; variable
473 if (args[0].ref().consumeInteger(0, depth)) {
475 "Could not convert enable depth to an unsigned integer.");
477 Timer::SetDisplayDepth(depth);
615 "log timers < enable <depth> | disable | dump | "
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_cb.c48 int err, depth; local
52 depth = X509_STORE_CTX_get_error_depth(ctx);
55 BIO_printf(bio_err, "depth=%d ", depth);
68 if (verify_args.depth < 0 || verify_args.depth >= depth) {
1203 BIO_printf(bio, "DANE TLSA %d %d %d %s%s %s at depth %d\n",
/freebsd-current/contrib/wpa/src/utils/
H A Dhttp_curl.c997 int err, depth; local
1014 depth = X509_STORE_CTX_get_error_depth(x509_ctx);
1022 if (depth == 0)
1024 else if (depth == 1)
1026 else if (depth == 2)
1031 wpa_printf(MSG_INFO, "Server certificate chain - depth=%d err=%d (%s) subject=%s",
1032 depth, err, err_str, buf);
1035 if (depth == 0 && preverify_ok && validate_server_cert(ctx, cert) < 0)
1039 if (depth == 0 && ctx->ocsp != NO_OCSP && preverify_ok) {
/freebsd-current/contrib/wpa/src/ap/
H A Dauthsrv.c151 wpa_printf(MSG_INFO, "authsrv: certificate chain failure: reason=%d depth=%d subject='%s' err='%s'",
153 data->cert_fail.depth,
158 wpa_printf(MSG_DEBUG, "authsrv: peer certificate: depth=%d serial_num=%s subject=%s",
159 data->peer_cert.depth,
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h245 int depth, const char *subject,
563 int depth,
562 wpas_dbus_signal_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *altsubject[], int num_altsubject, const char *cert_hash, const struct wpabuf *cert) argument
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c51 P->depth = 2;
68 P->depth = 2;
/freebsd-current/sys/net/altq/
H A Daltq_cbq.c183 statsp->depth = cl->depth_;
369 cl->stats_.depth = cl->depth_;
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.c2092 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) argument
2101 if (depth == 15)
2110 if (depth == 24)
2112 else if (depth == 30)
2158 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2468 r->depth = fb->depth;
3725 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, argument
3732 *depth = 8;
3743 *depth
3834 unsigned int depth; local
[all...]

Completed in 488 milliseconds

1234567891011>>