Searched refs:depth (Results 301 - 325 of 462) sorted by relevance

<<111213141516171819

/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c106 int depth; member in struct:video_adapter_softc
250 va_sc->depth = va_sc->bpp * 8;
738 fb->fb_depth = sc->depth;
739 if (sc->depth <= 1 || sc->depth > 8)
742 fb->fb_cmsize = 1 << sc->depth;
/freebsd-13-stable/sys/arm/versatile/
H A Dversatile_clcd.c145 unsigned int depth; member in struct:video_adapter_softc
340 va_sc->depth = 16;
536 + (sc->depth/8) * (col + sc->xmargin);
597 va_sc->depth = FB_DEPTH;
873 + (sc->depth/8) * (col + sc->xmargin);
885 switch (sc->depth) {
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_syscons.c143 * bitmap depth-specific routines
232 int depth; local
265 OF_getprop(node, "depth", &depth, sizeof(depth));
266 if (depth == 8) {
271 } else if (depth == 32) {
284 sc->sc_depth = depth;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1915 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max, argument
1924 if (strlen(name) + depth > max)
1925 max = strlen(name) + depth;
1932 if ((ret = max_width(zhp, child[c], depth + 2,
1940 if ((ret = max_width(zhp, child[c], depth + 2,
1948 if ((ret = max_width(zhp, child[c], depth + 2,
2213 nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs)
2254 "\t%*s%-*s %-8s", depth, "", cb->cb_namewidth - depth, local
2463 print_status_config(zhp, cb, vname, child[c], depth
2212 print_status_config(zpool_handle_t *zhp, status_cbdata_t *cb, const char *name, nvlist_t *nv, int depth, boolean_t isspare, vdev_rebuild_stat_t *vrs) argument
2474 print_import_config(status_cbdata_t *cb, const char *name, nvlist_t *nv, int depth) argument
4646 print_vdev_stats(zpool_handle_t *zhp, const char *name, nvlist_t *oldnv, nvlist_t *newnv, iostat_cbdata_t *cb, int depth) argument
6053 print_list_stats(zpool_handle_t *zhp, const char *name, nvlist_t *nv, list_cbdata_t *cb, int depth, boolean_t isspare) argument
9494 zpool_do_events_nvprint(nvlist_t *nvl, int depth) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h1067 * @a depth is the requested depth of the editor drive.
1069 * If @a depth is #svn_depth_unknown, the editor will affect only the
1074 * (see Subversion's test suite), at depth #svn_depth_empty, but the
1075 * @c A/B subdir is reported at depth #svn_depth_infinity, then
1081 * and @c add_file for directories with an appropriate depth. For
1086 * If @a depth is #svn_depth_files, #svn_depth_immediates or
1087 * #svn_depth_infinity and @a depth is greater than the reported depth
1089 * operations so as to upgrade the working copy to this depth
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c1364 svn_depth_t depth,
1376 depth != svn_depth_infinity,
1393 if (depth == svn_depth_files
1413 if (depth != svn_depth_infinity)
1512 svn_depth_t depth,
1516 if (depth == svn_depth_infinity
1517 || depth == svn_depth_unknown)
1359 svn_wc__committable_externals_below(apr_array_header_t **externals, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1506 svn_wc__externals_gather_definitions(apr_hash_t **externals, apr_hash_t **depths, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_depth_t depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dprops.c1449 svn_depth_t depth,
1474 switch (depth)
1506 depth, pristine,
1976 svn_depth_t depth,
1998 SVN_ERR_ASSERT(depth == svn_depth_empty);
2022 But from 1.7 onwards, all locks are of infinite depth, and from 1.6
2023 backward we never call this API with depth > empty, so we only need
2042 if (depth == svn_depth_empty || kind != svn_node_dir)
2076 depth,
2439 svn_depth_t depth,
1444 svn_wc__prop_list_recursive(svn_wc_context_t *wc_ctx, const char *local_abspath, const char *propname, svn_depth_t depth, svn_boolean_t pristine, const apr_array_header_t *changelists, svn_wc__proplist_receiver_t receiver_func, void *receiver_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1970 svn_wc_prop_set4(svn_wc_context_t *wc_ctx, const char *local_abspath, const char *name, const svn_string_t *value, svn_depth_t depth, svn_boolean_t skip_checks, const apr_array_header_t *changelist_filter, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
2436 svn_wc__get_cached_iprop_children(apr_hash_t **iprop_paths, svn_depth_t depth, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dold-and-busted.c103 entry->depth = svn_depth_infinity;
669 entry->depth = svn_depth_from_word(result);
671 /* Verify the depth value:
678 invalid = is_this_dir != (entry->depth != svn_depth_exclude);
679 if (entry->depth != svn_depth_infinity && invalid)
682 _("Entry '%s' has invalid 'depth' value"),
686 entry->depth = svn_depth_infinity;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c102 /* Container for all relevant tree changes in depth order.
109 int depth;
149 Note that TRACKER->STACK is depth-ordered,
153 for (; tracker->depth; --tracker->depth)
156 tracker->depth - 1,
187 if (tracker->depth == 0)
196 tracker->depth - 1,
246 if (tracker->depth == tracker->stack->nelts)
254 entry = &APR_ARRAY_IDX(tracker->stack, tracker->depth,
108 int depth; member in struct:path_tracker_t
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c859 const searchMethod_e searchMethod, const U32 depth,
959 if (depth==0) goto _storeSequence;
965 if (depth==0) goto _storeSequence;
968 /* first search (depth 0) */
981 if (depth>=1)
1017 if ((depth==2) && (ip<ilimit)) {
1207 const searchMethod_e searchMethod, const U32 depth)
1257 if (depth==0) goto _storeSequence;
1260 /* first search (depth 0) */
1273 if (depth>
855 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
1203 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-13-stable/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-13-stable/sys/net80211/
H A Dieee80211_superg.c84 #define ATH_FF_TXQMIN 2 /* min txq depth for staging */
645 if (sq->depth == 0) {
662 sq->depth--;
695 sq->depth++;
714 sq->depth--;
889 "%s: stage frame, %u queued", __func__, sq->depth);
/freebsd-13-stable/sys/kern/
H A Dsubr_epoch.c160 if (a->se_stack.depth > b->se_stack.depth)
162 if (a->se_stack.depth < b->se_stack.depth)
164 for (int i = 0; i < a->se_stack.depth; i++) {
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_cb.c46 int err, depth; local
50 depth = X509_STORE_CTX_get_error_depth(ctx);
53 BIO_printf(bio_err, "depth=%d ", depth);
66 if (verify_args.depth < 0 || verify_args.depth >= depth) {
1185 BIO_printf(bio, "DANE TLSA %d %d %d %s%s %s at depth %d\n",
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c380 svn_depth_t depth;
406 svn_depth_t depth,
428 baton.depth = depth;
443 depth,
969 /* Recursively handle each node according to depth, except when the
1159 svn_depth_t depth,
1231 /* Are the remaining items externals with depth empty? */
1233 depth = svn_depth_empty;
1238 depth, just_locke
379 svn_depth_t depth; member in struct:harvest_baton
401 harvest_committables(const char *local_abspath, svn_client__committables_t *committables, apr_hash_t *lock_tokens, const char *copy_mode_relpath, svn_depth_t depth, svn_boolean_t just_locked, apr_hash_t *changelists, apr_hash_t *danglers, svn_client__check_url_kind_t check_url_func, void *check_url_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_context_t *wc_ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1153 svn_client__harvest_committables(svn_client__committables_t **committables, apr_hash_t **lock_tokens, const char *base_dir_abspath, const apr_array_header_t *targets, int depth_empty_start, svn_depth_t depth, svn_boolean_t just_locked, const apr_array_header_t *changelists, svn_client__check_url_kind_t check_url_func, void *check_url_baton, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/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-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h240 int depth, const char *subject,
551 int depth,
550 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-13-stable/contrib/subversion/subversion/svn/
H A Dcl.h175 svn_depth_t depth;
247 svn_depth_t set_depth; /* new sticky ambient depth value */
919 svn_depth_t depth,
171 svn_depth_t depth; member in struct:svn_cl__opt_state_t
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c49 P->depth = 2;
66 P->depth = 2;
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_crtc.c2094 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) argument
2103 if (depth == 15)
2112 if (depth == 24)
2114 else if (depth == 30)
2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2470 r->depth = fb->depth;
3727 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, argument
3734 *depth = 8;
3745 *depth
3836 unsigned int depth; local
[all...]
/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.c183 statsp->depth = cl->depth_;
369 cl->stats_.depth = cl->depth_;
/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub.c785 portno, 128 - (2 * udev->depth));
792 portno, 128 - (2 * udev->depth));
815 udev->depth + 1, portno - 1, portno, speed, mode);
972 if (udev->depth > USB_HUB_MAX_DEPTH)
976 if (udev->depth > USB_SS_HUB_DEPTH_MAX)
1224 DPRINTFN(2, "depth=%d selfpowered=%d, parent=%p, "
1226 udev->depth,
1233 DPRINTFN(0, "HUB at depth %d, "
1234 "exceeds maximum. HUB ignored\n", (int)udev->depth);
1301 udev->depth
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsftp-client.c67 /* Maximum depth to descend in directory trees */
1459 int depth, Attrib *dirattrib, int preserve_flag, int print_flag,
1467 if (depth >= MAX_DIR_DEPTH) {
1468 error("Maximum directory depth exceeded: %d levels", depth);
1514 depth + 1, &(dir_entries[i]->a), preserve_flag,
1793 int depth, int preserve_flag, int print_flag, int resume, int fsync_flag)
1802 if (depth >= MAX_DIR_DEPTH) {
1803 error("Maximum directory depth exceeded: %d levels", depth);
1458 download_dir_internal(struct sftp_conn *conn, const char *src, const char *dst, int depth, Attrib *dirattrib, int preserve_flag, int print_flag, int resume_flag, int fsync_flag) argument
1792 upload_dir_internal(struct sftp_conn *conn, const char *src, const char *dst, int depth, int preserve_flag, int print_flag, int resume, int fsync_flag) argument
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c93 uint16_t depth; member in struct:pci_fbuf_softc::__anon16462
411 sc->memregs.depth = 32;
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl.c996 char *anchorname, int depth)
1110 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1132 p, depth + 1);
1133 INDENT(depth, !(opts & PF_OPT_VERBOSE));
1442 int rs_num, int depth)
1455 if (depth) {
1477 if ((error = pfctl_load_rule(pf, path, r, depth)))
1481 &r->anchor->ruleset, rs_num, depth + 1)))
1488 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE));
1501 pfctl_load_rule(struct pfctl *pf, char *path, struct pfctl_rule *r, int depth) argument
995 pfctl_show_rules(int dev, char *path, int opts, enum pfctl_show format, char *anchorname, int depth) argument
1441 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pfctl_ruleset *rs, int rs_num, int depth) argument
[all...]

Completed in 240 milliseconds

<<111213141516171819