Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/src/usr.sbin/amd/amd/
Dxutil.c144 show_time_host_and_name(int lvl) in show_time_host_and_name() argument
160 switch (lvl) { in show_time_host_and_name()
183 plog(int lvl, const char *fmt, ...) in plog() argument
188 if (!(xlog_level & lvl)) in plog()
193 switch(lvl) { /* from mike <mcooper@usc.edu> */ in plog()
194 case XLOG_FATAL: lvl = LOG_CRIT; break; in plog()
195 case XLOG_ERROR: lvl = LOG_ERR; break; in plog()
196 case XLOG_USER: lvl = LOG_WARNING; break; in plog()
197 case XLOG_WARNING: lvl = LOG_WARNING; break; in plog()
198 case XLOG_INFO: lvl = LOG_INFO; break; in plog()
[all …]
/openbsd/src/usr.bin/file/magdir/
Dgringotts10 >3 string 1 v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
25 >>8 byte&0x03 0x00 lvl.0
26 >>8 byte&0x03 0x01 lvl.3
27 >>8 byte&0x03 0x02 lvl.6
28 >>8 byte&0x03 0x03 lvl.9
43 >>8 byte&0x03 0x00 lvl.0
44 >>8 byte&0x03 0x01 lvl.3
45 >>8 byte&0x03 0x02 lvl.6
46 >>8 byte&0x03 0x03 lvl.9
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dgen8_ppgtt.c140 #define gen8_pd_shift(lvl) ((lvl) * ilog2(GEN8_PDES)) argument
141 #define gen8_pd_index(i, lvl) i915_pde_index((i), gen8_pd_shift(lvl)) argument
142 #define __gen8_pte_shift(lvl) (GEN8_PTE_SHIFT + gen8_pd_shift(lvl)) argument
143 #define __gen8_pte_index(a, lvl) i915_pde_index((a), __gen8_pte_shift(lvl)) argument
148 gen8_pd_range(u64 start, u64 end, int lvl, unsigned int *idx) in gen8_pd_range() argument
150 const int shift = gen8_pd_shift(lvl); in gen8_pd_range()
151 const u64 mask = ~0ull << gen8_pd_shift(lvl + 1); in gen8_pd_range()
163 static bool gen8_pd_contains(u64 start, u64 end, int lvl) in gen8_pd_contains() argument
165 const u64 mask = ~0ull << gen8_pd_shift(lvl + 1); in gen8_pd_contains()
206 int count, int lvl) in __gen8_ppgtt_cleanup() argument
[all …]
Dintel_ppgtt.c71 void free_px(struct i915_address_space *vm, struct i915_page_table *pt, int lvl) in free_px() argument
75 if (lvl) { in free_px()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcfgbuild.c182 find_label_refs (f, lvl) in find_label_refs() argument
184 rtx lvl;
218 lvl = alloc_EXPR_LIST (0, XEXP (note, 0), lvl);
222 return lvl;
473 rtx lvl = NULL_RTX; local
543 lvl = find_label_refs (XEXP (PATTERN (insn), 0), lvl);
544 lvl = find_label_refs (XEXP (PATTERN (insn), 1), lvl);
545 lvl = find_label_refs (XEXP (PATTERN (insn), 2), lvl);
584 lvl = alloc_EXPR_LIST (0, XEXP (note, 0), lvl);
597 label_value_list = lvl;
/openbsd/src/gnu/usr.bin/perl/dist/base/lib/
Dbase.pm132 my $lvl;
133 … unshift @INC, sub { return if defined $lvl; 1 while defined caller ++$lvl; () };
134 …splice @INC, -1, 0, sub { return if defined caller $lvl; ++$dot_hidden, &base::__inc::unhook; () …
/openbsd/src/sys/arch/loongson/loongson/
Dyeeloong_machdep.c381 int lvl, bitno, ret; in lemote_isa_intr() local
386 for (lvl = IPL_HIGH - 1; lvl != IPL_NONE; lvl--) { in lemote_isa_intr()
387 tmpisr = isr & BONITO_ISA_MASK(bonito_imask[lvl] ^ in lemote_isa_intr()
388 bonito_imask[lvl - 1]); in lemote_isa_intr()
/openbsd/src/bin/ps/
Dps.c513 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in forest_sort() local
587 if ((lvl = ki[src].level) == 0) { in forest_sort()
592 if ((ki[src].prefix = malloc(lvl * 2 + 1)) == NULL) in forest_sort()
595 for (n = 0; n < lvl - 2; n++) { in forest_sort()
601 if (n == lvl - 2) { in forest_sort()
604 if (ki[dst].level > lvl) in forest_sort()
606 if (ki[dst].level == lvl) in forest_sort()
618 strlcpy(ki[src].prefix + n * 2, "- ", (lvl - n) * 2 + 1); in forest_sort()
/openbsd/src/gnu/usr.bin/perl/dist/Carp/lib/
DCarp.pm531 my $lvl = $CarpLevel;
552 redo unless 0 > --$lvl;
560 redo unless 0 > --$lvl;
649 my $lvl = $CarpLevel;
663 redo unless 0 > --$lvl;
675 redo unless 0 > --$lvl;
/openbsd/src/sys/arch/amd64/include/
Dpmap.h220 #define pl_i(va, lvl) \ argument
221 (((VA_SIGN_POS(va)) & ptp_masks[(lvl)-1]) >> ptp_shifts[(lvl)-1])
239 #define ptp_va2o(va, lvl) (pl_i(va, (lvl)+1) * PAGE_SIZE) argument
/openbsd/src/usr.bin/rdist/
Dmessage.c565 message(int lvl, const char *fmt, ...) in message() argument
576 _message(lvl, fmt ? buf : NULL); in message()
583 _debugmsg(int lvl, char *buf) in _debugmsg() argument
585 if (IS_ON(debug, lvl)) in _debugmsg()
593 debugmsg(int lvl, const char *fmt, ...) in debugmsg() argument
602 _debugmsg(lvl, buf); in debugmsg()
/openbsd/src/sys/net/
Dart.c694 uint32_t lvl; in art_table_get() local
700 lvl = parent->at_level + 1; in art_table_get()
702 lvl = 0; in art_table_get()
704 KASSERT(lvl < ar->ar_nlvl); in art_table_get()
710 switch (AT_HEAPSIZE(ar->ar_bits[lvl])) { in art_table_get()
718 panic("incorrect stride length %u", ar->ar_bits[lvl]); in art_table_get()
728 at->at_minfringe = (1 << ar->ar_bits[lvl]); in art_table_get()
729 at->at_level = lvl; in art_table_get()
730 at->at_bits = ar->ar_bits[lvl]; in art_table_get()
/openbsd/src/usr.sbin/npppd/l2tp/
Dl2tpd.c263 int af, lvl, opt, sock, ival; in l2tpd_listener_start() local
269 lvl = (af == AF_INET)? IPPROTO_IP : IPPROTO_IPV6; in l2tpd_listener_start()
310 if (setsockopt(sock, lvl, opt, &ival, sizeof(ival)) != 0) { in l2tpd_listener_start()
332 if (setsockopt(sock, lvl, opt, &ival, sizeof(ival)) != 0) in l2tpd_listener_start()
351 } else if (setsockopt(sock, lvl, opt, ipsec_policy_in, in l2tpd_listener_start()
364 setsockopt(sock, lvl, opt, ipsec_policy_out, in l2tpd_listener_start()
376 if (setsockopt(sock, lvl, opt, &ival, sizeof(ival)) != 0) { in l2tpd_listener_start()
/openbsd/src/sys/arch/arm/arm/
Dcpufunc.c267 int sets, ways, lvl; in armv7_dcache_wbinv_all() local
284 lvl = 0; /* L1 */ in armv7_dcache_wbinv_all()
289 word = wayval | setval | lvl; in armv7_dcache_wbinv_all()
/openbsd/src/gnu/usr.bin/perl/utils/
Dh2ph.PL455 my $lvl = 1; # already saw one open paren
460 while ($index <= length($_) && $lvl > 0) {
461 $lvl++ if substr($_, $index, 1) eq "(";
462 $lvl-- if substr($_, $index, 1) eq ")";
/openbsd/src/sys/dev/acpi/
Dacpidmar.c65 #define DPRINTF(lvl,x...) if (acpidmar_dbg_lvl >= lvl) { printf(x); } argument
67 #define DPRINTF(lvl,x...) argument
444 int lvl, idx; in domain_map_page_intel() local
455 for (lvl = iommu->agaw - VTD_STRIDE_SIZE; lvl>= VTD_LEVEL0; in domain_map_page_intel()
456 lvl -= VTD_STRIDE_SIZE) { in domain_map_page_intel()
457 idx = (va >> lvl) & VTD_STRIDE_MASK; in domain_map_page_intel()
459 if (lvl == VTD_LEVEL0) { in domain_map_page_intel()
1583 int tt, lvl; in domain_map_device() local
1624 lvl = VTD_AWTOLEVEL(iommu->agaw); in domain_map_device()
1630 context_set_address_width(ctx, lvl); in domain_map_device()
[all …]
Dacpidmar.h337 context_set_address_width(struct context_entry *ce, int lvl) in context_set_address_width() argument
340 ce->hi |= ((lvl & CTX_H_AW_MASK) << CTX_H_AW_SHIFT); in context_set_address_width()
/openbsd/src/usr.bin/ctfconv/
Ddw.c351 uint8_t lvl = 0; in dw_die_parse() local
361 lvl--; in dw_die_parse()
376 die->die_lvl = lvl; in dw_die_parse()
390 lvl++; in dw_die_parse()
/openbsd/src/sys/arch/loongson/dev/
Dbonito.c686 int lvl, bitno; in bonito_intr_dispatch() local
692 for (lvl = IPL_HIGH - 1; lvl != IPL_NONE; lvl--) { in bonito_intr_dispatch()
693 tmpisr = isr & (bonito_imask[lvl] ^ bonito_imask[lvl - 1]); in bonito_intr_dispatch()
/openbsd/src/regress/sys/net/rtable/
Dkern_compat.h59 #define log(lvl, x...) fprintf(stderr, x) argument
/openbsd/src/sys/arch/macppc/pci/
Dpci_machdep.c212 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int lvl, in pci_intr_establish() argument
215 return (*intr_establish_func)(pc, ih, IST_LEVEL, lvl, func, arg, what); in pci_intr_establish()
/openbsd/src/usr.sbin/smtpd/
Dsmtpc.c438 log_trace(int lvl, const char *emsg, ...) in log_trace() argument
442 if (verbose > lvl) { in log_trace()
/openbsd/src/sys/dev/ic/
Darcofi.c566 arcofi_mi_to_gain(int lvl) in arcofi_mi_to_gain() argument
568 if (lvl <= AUDIO_MIN_GAIN) in arcofi_mi_to_gain()
570 if (lvl >= AUDIO_MAX_GAIN) in arcofi_mi_to_gain()
573 return ((lvl - AUDIO_MIN_GAIN - 1) * (nitems(arcofi_gains) - 1)) / in arcofi_mi_to_gain()
/openbsd/src/usr.sbin/sasyncd/
Dnet.c79 dump_buf(int lvl, u_int8_t *b, u_int32_t len, char *title) in dump_buf() argument
85 if (cfgstate.verboselevel < lvl) in dump_buf()
101 log_msg(lvl, "%s", buf); in dump_buf()
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
DMM_VMS.pm707 my($type,$lvl) = ($1,$2);
708 $quals =~ s/ -$type$lvl\b\s*//;
710 else { $flagoptstr = '/Optimize' . (defined($lvl) ? "=$lvl" : ''); }

12