Searched refs:depth (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/freebsd-current/sys/dev/clk/
H A Dclk.c1130 clknode_stop(struct clknode *clknode, int depth) argument
1139 if ((clknode->enable_cnt != 0) && (depth == 0)) {
1155 rv = clknode_stop(clknode->parent, depth + 1);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1480 const searchMethod_e searchMethod, const U32 depth,
1544 DEBUGLOG(7, "search baseline (depth 0)");
1557 if (depth==0) goto _storeSequence;
1563 if (depth==0) goto _storeSequence;
1566 /* first search (depth 0) */
1579 if (depth>=1)
1581 DEBUGLOG(7, "search depth 1");
1616 if ((depth==2) && (ip<ilimit)) {
1617 DEBUGLOG(7, "search depth 2");
1870 const searchMethod_e searchMethod, const U32 depth)
1476 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
1866 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/crypto/openssh/
H A Dreadconf.c137 int flags, int *activep, int *want_final_pass, int depth);
141 int *want_final_pass, int depth);
1045 int linenum, int *activep, int flags, int *want_final_pass, int depth)
2027 "depth %d%s", filename, linenum,
2028 gl.gl_pathv[i], depth,
2034 activep, want_final_pass, depth + 1);
2445 int flags, int *activep, int *want_final_pass, int depth)
2453 if (depth < 0 || depth > READCONF_MAX_DEPTH)
2486 depth) !
1043 process_config_line_depth(Options *options, struct passwd *pw, const char *host, const char *original_host, char *line, const char *filename, int linenum, int *activep, int flags, int *want_final_pass, int depth) argument
2443 read_config_file_depth(const char *filename, struct passwd *pw, const char *host, const char *original_host, Options *options, int flags, int *activep, int *want_final_pass, int depth) argument
[all...]
H A Dservconf.c79 struct connection_info *connectinfo, int flags, int *activep, int depth);
1311 struct connection_info *connectinfo, int *inc_flags, int depth,
2217 activep, depth + 1);
2264 activep, depth + 1);
2897 struct connection_info *connectinfo, int flags, int *activep, int depth)
2902 if (depth < 0 || depth > SERVCONF_MAX_DEPTH)
2914 depth, includes) != 0)
1309 process_server_config_line_depth(ServerOptions *options, char *line, const char *filename, int linenum, int *activep, struct connection_info *connectinfo, int *inc_flags, int depth, struct include_list *includes) argument
2895 parse_server_config_depth(ServerOptions *options, const char *filename, struct sshbuf *conf, struct include_list *includes, struct connection_info *connectinfo, int flags, int *activep, int depth) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp459 virtual void dump(const TargetRegisterInfo *TRI, int depth = 0) = 0;
461 void dumpDepth(int depth) {
462 for (int i = depth; i > 0; --i) {
482 void dump(const TargetRegisterInfo *TRI, int depth = 0) override {
483 dumpDepth(depth);
532 void dump(const TargetRegisterInfo *TRI, int depth = 0) override {
533 dumpDepth(depth);
538 dumpDepth(depth);
544 MRTI->dump(TRI, depth + 1);
/freebsd-current/contrib/libxo/libxo/
H A Dxo.h201 xo_set_depth (xo_handle_t *xop, int depth);
/freebsd-current/sys/contrib/libfdt/
H A Dlibfdt.h160 int fdt_next_node(const void *fdt, int offset, int *depth);
774 * @supernodedepth: depth of the ancestor to find
778 * at a specific depth from the root (where the root itself has depth
779 * 0, its immediate subnodes depth 1 and so forth). So
782 * nodeoffset has depth D, then:
791 * of depth supernodedepth (>=0), on success
793 * -FDT_ERR_NOTFOUND, supernodedepth was greater than the depth of
804 * fdt_node_depth - find the depth of a given node
808 * fdt_node_depth() finds the depth o
[all...]
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dproto.h462 prt_value(FILE * fp, int depth, tOptDesc * od, tOptionValue const * ovp);
/freebsd-current/crypto/openssl/apps/include/
H A Dapps.h331 int depth; member in struct:verify_options_st
/freebsd-current/sbin/fsck_ffs/
H A Dfsck.h310 u_int i_depth; /* depth of directory from root */
334 extern int adjdepth[MIBSIZE]; /* MIB cmd to adjust directory depth count */
479 int changeino(ino_t dir, const char *name, ino_t newnum, int depth);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c348 data->lzma_opt.depth = 0;
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.h409 avail += hwq->depth;
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_builders.c317 (*items)[i].depth = setdepth ?
/freebsd-current/sys/x86/iommu/
H A Dintel_dmar.h288 void dmar_dev_path(device_t child, int *busno, void *path1, int depth);
/freebsd-current/sys/vm/
H A Dvm_object.c2367 int depth, locked_depth; local
2391 depth = 0;
2400 depth++;
2401 if (depth == locked_depth) {
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_lu.c805 int X509_STORE_set_depth(X509_STORE *ctx, int depth) argument
807 X509_VERIFY_PARAM_set_depth(ctx->param, depth);
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c470 while (cc.depth >= 0) {
473 for (i = 0; i < cc.depth; i++)
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c146 uint8_t depth; member in struct:rfb_pixfmt
258 sinfo.pixfmt.depth = 32;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c163 visit_nodes(const void *nodep, VISIT which, int depth) argument
165 (void) depth;
/freebsd-current/sys/geom/part/
H A Dg_part.c675 g_part_probe(struct g_geom *gp, struct g_consumer *cp, int depth) argument
698 table->gpt_depth = depth;
1036 /* Make sure we can nest and if so, determine our depth. */
1042 error = g_getattr("PART::depth", cp, &attr);
1966 int attr, depth; local
2007 /* Make sure we can nest and if so, determine our depth. */
2013 error = g_getattr("PART::depth", cp, &attr);
2014 depth = (!error) ? attr + 1 : 0;
2016 error = g_part_probe(gp, cp, depth);
2283 if (g_handleattr_int(bp, "PART::depth", tabl
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_device.c1752 struct usb_device *parent_hub, uint8_t depth, uint8_t port_index,
1765 DPRINTF("parent_dev=%p, bus=%p, parent_hub=%p, depth=%u, "
1767 parent_dev, bus, parent_hub, depth, port_index, port_no,
1788 if (depth > 0x10) {
1790 "Invalid device depth\n");
1821 udev->depth = depth;
1751 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, struct usb_device *parent_hub, uint8_t depth, uint8_t port_index, uint8_t port_no, enum usb_dev_speed speed, enum usb_hc_mode mode) argument
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c376 /* NQ depth 4096 */
868 if ((rmem->nr_pages > 1 || rmem->depth > 0) && !rmem->pg_tbl.idi_vaddr) {
891 if (rmem->nr_pages > 1 || rmem->depth > 0) {
928 if (rmem->depth >= 1)
936 u8 depth, struct bnxt_ctx_mem_type *ctxm)
949 if (ctx_pg->nr_pages > MAX_CTX_PAGES || depth > 1) {
952 rmem->depth = 2;
971 rmem->depth = 1;
986 if (rmem->nr_pages > 1 || depth)
987 rmem->depth
934 bnxt_alloc_ctx_pg_tbls(struct bnxt_softc *softc, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, struct bnxt_ctx_mem_type *ctxm) argument
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf.c3570 pf_step_into_anchor(struct pf_kanchor_stackframe *stack, int *depth, argument
3580 if (*depth >= PF_ANCHOR_STACKSIZE) {
3585 } else if (*depth == 0 && a != NULL)
3587 f = stack + (*depth)++;
3606 pf_step_out_of_anchor(struct pf_kanchor_stackframe *stack, int *depth, argument
3617 if (*depth <= 0)
3619 f = stack + *depth - 1;
3646 (*depth)--;
3647 if (*depth == 0 && a != NULL)
3672 pf_step_into_keth_anchor(struct pf_keth_anchor_stackframe *stack, int *depth, argument
3708 pf_step_out_of_keth_anchor(struct pf_keth_anchor_stackframe *stack, int *depth, struct pf_keth_ruleset **rs, struct pf_keth_rule **r, struct pf_keth_rule **a, int *match) argument
[all...]
/freebsd-current/contrib/libucl/include/
H A Ducl.h1194 * @param depth depth of stack to retrieve (top is 0)
1197 UCL_EXTERN ucl_object_t* ucl_parser_get_current_stack_object (struct ucl_parser *parser, unsigned int depth);
/freebsd-current/tools/tools/nanobsd/
H A Ddefaults.sh597 find "${NANO_WORLDDIR}"/usr -type d -depth -print |

Completed in 715 milliseconds

<<1112131415