Searched refs:level (Results 101 - 125 of 966) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/qat/qat_api/common/compression/
H A Ddc_header_footer.c97 Cpa16U header = 0, level = 0; local
121 level = DC_ZLIB_LEVEL_0;
124 level = DC_ZLIB_LEVEL_1;
127 level = DC_ZLIB_LEVEL_2;
130 level = DC_ZLIB_LEVEL_3;
133 /* Bits 6 - 7: FLEVEL, compression level */
134 header |= level << DC_ZLIB_FLEVEL_OFFSET;
/freebsd-current/sys/powerpc/powermac/
H A Dnvbl.c141 "level", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, sc, 0,
142 nvbl_sysctl, "I", "Backlight level (0-100)");
171 uint16_t level; local
173 level = bus_read_stream_2(sc->sc_memr, NVIDIA_PMC_OFF) & 0x7fff;
175 if (level < NVIDIA_BRIGHT_MIN)
178 level = (level - NVIDIA_BRIGHT_MIN) / NVIDIA_BRIGHT_SCALE;
180 return (level);
/freebsd-current/stand/libsa/
H A Dufs.c119 indirect block at level i */
121 level i */
198 int level; local
200 for (level = 0; level < UFS_NIADDR; level++)
201 fp->f_blkno[level] = -1;
221 int level; local
263 for (level = 0; level < UFS_NIADD
552 int level; local
729 int level; local
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_udma_iofic.c144 enum al_udma_iofic_level level,
147 al_assert(al_udma_iofic_level_and_group_valid(level, group));
148 return al_iofic_unmask_offset_get(al_udma_iofic_reg_base_get(regs, level), group);
142 al_udma_iofic_unmask_offset_get( struct unit_regs __iomem *regs, enum al_udma_iofic_level level, int group) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp49 Stream *s, lldb::DescriptionLevel level) {
50 if (level == eDescriptionLevelBrief)
53 ThreadPlanCallFunction::GetDescription(s, level);
48 GetDescription( Stream *s, lldb::DescriptionLevel level) argument
H A DThreadPlanCallFunctionUsingABI.cpp48 DescriptionLevel level) {
49 if (level == eDescriptionLevelBrief) {
47 GetDescription(Stream *s, DescriptionLevel level) argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h48 print_hex_dump(const char *level, const char *prefix_str, argument
59 if (level != NULL)
60 printf("%s", level);
/freebsd-current/usr.bin/indent/
H A Dio.c66 * level, followed by any comments */
102 * at bracket level 0 */
480 diag4(int level, const char *msg, int a, int b) argument
482 if (level)
485 fprintf(stdout, "/**INDENT** %s@%d: ", level == 0 ? "Warning" : "Error", line_no);
490 fprintf(stderr, "%s@%d: ", level == 0 ? "Warning" : "Error", line_no);
497 diag3(int level, const char *msg, int a) argument
499 if (level)
502 fprintf(stdout, "/**INDENT** %s@%d: ", level == 0 ? "Warning" : "Error", line_no);
507 fprintf(stderr, "%s@%d: ", level
514 diag2(int level, const char *msg) argument
[all...]
/freebsd-current/crypto/openssl/test/testutil/
H A Dbasic_output.c45 void test_adjust_streams_tap_level(int level) argument
47 BIO_set_indent(tap_out, level);
48 BIO_set_indent(tap_err, level);
/freebsd-current/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in100 my ($host, $level, %trace) = @_;
159 # Stratum level 0 is consider invalid
166 my $printhost = ' ' x $level . (do_dns($host) || $host);
178 if ($showpeers && ($maxlevel ? $level < $maxlevel : 1)) {
184 $printhost = ' ' x ($level + 1) . "= " . $peer;
190 scan_host($peer, $level + 1, %trace);
197 my $printhost = ' ' x $level . (do_dns($host) || $host);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h40 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
H A DThreadPlanCallOnFunctionExit.h34 void GetDescription(Stream *s, lldb::DescriptionLevel level) override;
/freebsd-current/contrib/mtree/
H A Dverify.c82 NODE *ep, *level; local
91 level = root;
108 for (level = level->parent; level->prev;
109 level = level->prev)
126 for (ep = level; ep; ep = ep->next)
138 level = ep->child;
/freebsd-current/contrib/ntp/libntp/lib/isc/pthreads/include/isc/
H A Dthread.h42 isc_thread_setconcurrency(unsigned int level);
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.h84 SCI_LOCK_LEVEL level; member in struct:SCIF_SAS_LOCK
99 * This field specifies the necessary lock information (e.g. level)
/freebsd-current/sys/netgraph/
H A Dng_ksocket.h53 int32_t level; /* second arg of [gs]etsockopt() */ member in struct:ng_ksocket_sockopt
65 { "level", &ng_parse_int32_type }, \
/freebsd-current/usr.bin/m4/
H A Dtrace.c125 int level; local
128 for (framep = fp, level = 0; framep != 0;
129 level++,framep = mstack[framep-3].sfra)
131 return level;
/freebsd-current/sys/arm64/vmm/io/
H A Dvgic.h47 int vgic_inject_irq(struct hyp *hyp, int vcpuid, uint32_t irqid, bool level);
/freebsd-current/sys/ufs/ffs/
H A Dffs_inode.c249 int offset, size, level, nblocks; local
527 for (level = TRIPLE; level >= SINGLE; level--) {
528 oldblks[UFS_NDADDR + level] = DIP(ip, i_ib[level]);
529 if (lastiblock[level] < 0) {
530 DIP_SET(ip, i_ib[level], 0);
531 lastiblock[level] = -1;
574 for (level
697 ffs_indirtrunc(struct inode *ip, ufs2_daddr_t lbn, ufs2_daddr_t dbn, ufs2_daddr_t lastbn, int level, ufs2_daddr_t *countp) argument
[all...]
/freebsd-current/contrib/telnet/libtelnet/
H A Dauth-proto.h94 int kerberos5_status(Authenticator *, char *, int level);
/freebsd-current/contrib/unbound/util/
H A Dlog.h56 /** 3 - query level information */
58 /** 4 - algorithm level information */
68 * log a verbose message, pass the level for this message.
70 * @param level: verbosity level for this message, compared to global
74 void verbose(enum verbosity_value level,
190 * @param level: verbosity level for this message, compared to global
195 void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* buf);
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dtrc_component.h127 const bool isLoggingErrorLevel(const ocsd_err_severity_t level) const { return level <= m_errVerbosity; };
/freebsd-current/crypto/openssh/
H A Dlog.h87 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
99 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__)
111 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_ARGS__)
121 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_ARGS__)
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Ddmu_traverse.h81 bp_span_in_blocks(uint8_t indblkshift, uint64_t level) argument
83 unsigned int shift = level * (indblkshift - SPA_BLKPTRSHIFT);
/freebsd-current/usr.sbin/apmd/
H A Dapmd.h83 int level; member in struct:battery_watch_event
103 int level, int direction,

Completed in 365 milliseconds

1234567891011>>