Searched refs:level (Results 476 - 500 of 912) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp183 void ThreadPlanPython::GetDescription(Stream *s, lldb::DescriptionLevel level) { argument
H A DThreadPlanCallFunction.cpp215 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) { argument
216 if (level == eDescriptionLevelBrief) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp132 void HandleDiagnostic(DiagnosticsEngine::Level level,
135 level >= DiagnosticsEngine::Error || level == DiagnosticsEngine::Note) {
137 CapturedDiags.push_back(StoredDiagnostic(level, Info));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h50 /// information and also allows for partial parsing at the block level.
149 lldb::DescriptionLevel level, Target *target) const;
H A DCompileUnit.h149 void GetDescription(Stream *s, lldb::DescriptionLevel level) const;
292 /// defined at the compile unit level.
H A DSymbol.h147 void GetDescription(Stream *s, lldb::DescriptionLevel level,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp41 #include <android/api-level.h>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h92 void GetDescription(Stream *s, lldb::DescriptionLevel level);
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h144 * @param v: at what verbosity level to print this.
154 * @param v: at what verbosity level to print this.
233 * @param v: at what verbosity level to print this.
390 * @param level: verbosity level
394 void log_cert(unsigned level, const char* str, void* cert);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c384 /* Set default compression type, level, and number of threads. */
473 if (strcmp(key, "compression-level") == 0) {
2643 struct la_zstream *lastrm, int level, int withheader)
2664 if (deflateInit2(strm, level, Z_DEFLATED,
2740 struct la_zstream *lastrm, int level)
2763 if (BZ2_bzCompressInit(strm, level, 0, 30) != BZ_OK) {
2846 struct la_zstream *lastrm, int level)
2849 (void) level; /* UNUSED */
2859 struct la_zstream *lastrm, int level)
2868 if (lzma_lzma_preset(&lzma_opt, level)) {
2642 compression_init_encoder_gzip(struct archive *a, struct la_zstream *lastrm, int level, int withheader) argument
2739 compression_init_encoder_bzip2(struct archive *a, struct la_zstream *lastrm, int level) argument
2845 compression_init_encoder_bzip2(struct archive *a, struct la_zstream *lastrm, int level) argument
2858 compression_init_encoder_lzma(struct archive *a, struct la_zstream *lastrm, int level) argument
2911 compression_init_encoder_xz(struct archive *a, struct la_zstream *lastrm, int level, int threads) argument
3047 compression_init_encoder_lzma(struct archive *a, struct la_zstream *lastrm, int level) argument
3057 compression_init_encoder_xz(struct archive *a, struct la_zstream *lastrm, int level, int threads) argument
[all...]
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c894 switch (raid->level) {
945 if (raid->level == 6) {
965 if ((raid->level == 1) && !io_info->isRead) {
972 if ((raid->level >= 5) && ((sc->device_id == MRSAS_TBOLT) ||
976 else if (raid->level == 1) {
1194 (raid->writeMode == MR_RL_WRITE_BACK_MODE) && (raid->level <= 1) &&
1345 if ((raid->level != 1) ||
1673 if (raid->level == 6) {
1709 if ((raid->level == 1) && !io_info->isRead) {
1716 if ((raid->level >
[all...]
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat18 Rem be identical to the name of the top-level directory where the GDB
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1073 char flags; /* Current flags & level */
1074 char mylevel; /* Maximum level & flags */
1209 int func,level; local
1231 level = cp[SLC_FLAGS]&(SLC_LEVELBITS|SLC_ACK);
1234 ((level&SLC_LEVELBITS) == (spcp->flags&SLC_LEVELBITS))) {
1238 if (level == (SLC_DEFAULT|SLC_ACK)) {
1242 * level. Our best guess to recover is to
1248 if (level == ((spcp->flags&SLC_LEVELBITS)|SLC_ACK)) {
1254 level &= ~SLC_ACK;
1256 if (level <
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c83 int (*setsockopt)(int socket, int level, int optname,
85 int (*getsockopt)(int socket, int level, int optname,
1043 int setsockopt(int socket, int level, int optname, argument
1048 rsetsockopt(fd, level, optname, optval, optlen) :
1049 real.setsockopt(fd, level, optname, optval, optlen);
1052 int getsockopt(int socket, int level, int optname, argument
1057 rgetsockopt(fd, level, optname, optval, optlen) :
1058 real.getsockopt(fd, level, optname, optval, optlen);
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c536 sc->mode.level = 0;
954 if (sc->mode.level)
1009 sc->mode.level = 0;
1121 if (sc->mode.level == 0)
1129 switch (sc->mode.level) {
1144 *(int *)data = sc->mode.level;
1153 sc->mode.level = *(int *)data ? 2 : 0;
1154 sc->zenabled = sc->mode.level ? 1 : 0;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c66 #define DPRINTF(level, params) if (level <= fbuf_debug) printf params
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c1130 char flags; /* Current flags & level */
1131 char mylevel; /* Maximum level & flags */
1276 int func,level; local
1298 level = cp[SLC_FLAGS]&(SLC_LEVELBITS|SLC_ACK);
1301 ((level&SLC_LEVELBITS) == (spcp->flags&SLC_LEVELBITS))) {
1305 if (level == (SLC_DEFAULT|SLC_ACK)) {
1309 * level. Our best guess to recover is to
1315 if (level == ((spcp->flags&SLC_LEVELBITS)|SLC_ACK)) {
1321 level &= ~SLC_ACK;
1323 if (level <
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h220 /* Adjust the level here to 10 or over to print stats messages */
221 #define I40E_VC_DEBUG(p, level, ...) \
223 if (level < 10) \
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_machdep.c149 if (args->level > 3)
156 (args->level * (PSL_IOPL / 3));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp192 lldb::DescriptionLevel level) {
198 (*pos)->GetDescription(s, level);
191 GetDescription(Stream *s, lldb::DescriptionLevel level) argument
H A DWatchpoint.cpp145 void Watchpoint::GetDescription(Stream *s, lldb::DescriptionLevel level) { argument
146 DumpWithLevel(s, level);
287 // Pass nullptr for expr_prefix (no translation-unit level definitions).
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp345 int level = ancestor_level; local
419 if (level == 0)
/freebsd-11-stable/sys/geom/raid/
H A Dmd_ddf.c1482 g_raid_md_ddf_supported(int level, int qual, int disks, int force) argument
1487 switch (level) {
2258 int i, numdisks, len, level, qual; local
2280 gctl_error(req, "No RAID level.");
2283 if (g_raid_volume_str2level(levelname, &level, &qual)) {
2284 gctl_error(req, "Unknown RAID level '%s'.", levelname);
2289 if (!g_raid_md_ddf_supported(level, qual, numdisks,
2291 gctl_error(req, "Unsupported RAID level "
2293 level, qual, numdisks);
2422 if (level
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Dber.c632 int *d, level = -1; local
720 if (ber->be_sub == NULL || level >= _MAX_SEQ-1)
722 parent[++level] = ber;
728 if (level < 0 || parent[level] == NULL)
730 ber = parent[level--];
/freebsd-11-stable/bin/ps/
H A Dprint.c699 unsigned class, level; local
703 level = lpri->pri_level;
706 asprintf(&str, "intr:%u", level);
709 asprintf(&str, "real:%u", level);
715 asprintf(&str, "idle:%u", level);
718 asprintf(&str, "%u:%u", class, level);

Completed in 514 milliseconds

<<11121314151617181920>>