Searched refs:level (Results 426 - 450 of 912) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/sicontrol/
H A Dsicontrol.c252 int level; local
277 level = lvls2bits(av[1]);
279 tc.tc_dbglvl |= level;
281 tc.tc_dbglvl &= ~level;
283 tc.tc_dbglvl = level;
/freebsd-11-stable/contrib/bmake/
H A Dcond.c182 static unsigned int cond_depth = 0; /* current .if nesting level */
203 * Push back the most recent token read. We only need one level of
1279 int level; /* Level at which to report errors. */
1282 level = PARSE_FATAL;
1298 Parse_Error(level, "if-less endif");
1311 Parse_Error(level, "if-less else");
1360 Parse_Error(level, "if-less elif");
1379 * In meta mode, dirdeps.mk (only runs at level 0)
1268 int level; /* Level at which to report errors. */ local
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dticket.c195 int level)
200 if (level > 9) {
205 level);
240 sessionkey, &child, level + 1);
291 &child.elements, level + 1);
188 find_type_in_ad(krb5_context context, int type, krb5_data *data, krb5_boolean *found, krb5_boolean failp, krb5_keyblock *sessionkey, const AuthorizationData *ad, int level) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldebug.c90 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { argument
93 if (level < 0) return 0; /* invalid (negative) level */
95 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous)
96 level--;
97 if (level == 0 && ci != &L->base_ci) { /* level found? */
101 else status = 0; /* no such level */
/freebsd-11-stable/sys/dev/adb/
H A Dadb_mouse.c171 sc->mode.level = 0;
599 addr = (caddr_t)&mode.level;
607 sc->mode.level = 1;
611 sc->mode.level = 0;
618 *(int *)addr = sc->mode.level;
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c275 /* Move to the next node on this level. */
364 int nitems, level, doadjust; local
401 level = cur->fts_level;
402 if (level < FTS_MAXLEVEL)
403 level++;
444 p->fts_level = level;
683 /* Adjust the rest of the tree, including the current level. */
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_show.c199 const char *level, *state; local
209 level = mpt_raid_level(info->VolumeType);
212 printf("(%6s) %-8s %6s %-*s", buf, level, stripe, state_len,
215 printf("(%s) %s %s %s", buf, level, stripe, state);
217 printf("(%s) %s %s", buf, level, state);
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c222 __LINE__, data->level, data->level_type, cpu);
230 cpuid_count(data->level, data->level_type, data->data);
241 cdata.level = data->level;
242 /* Override the level type. */
307 .level = 0,
/freebsd-11-stable/sys/x86/x86/
H A Dtsc.c86 static void tsc_freq_changed(void *arg, const struct cf_level *level,
88 static void tsc_freq_changing(void *arg, const struct cf_level *level,
696 tsc_freq_changing(void *arg, const struct cf_level *level, int *status) argument
709 tsc_freq_changed(void *arg, const struct cf_level *level, int status) argument
717 /* Total setting for this level gives the new frequency in MHz. */
718 freq = (uint64_t)level->total_set.freq * 1000000;
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h96 int kern_cpuset_getaffinity(struct thread *td, cpulevel_t level,
98 int kern_cpuset_setaffinity(struct thread *td, cpulevel_t level,
101 int kern_cpuset_getid(struct thread *td, cpulevel_t level,
136 int kern_getsockopt(struct thread *td, int s, int level, int name,
243 int kern_setsockopt(struct thread *td, int s, int level, int name,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c312 /* Set default compression type and its level. */
403 if (strcmp(key, "compression-level") == 0) {
1683 struct la_zstream *lastrm, int level, int withheader)
1704 if (deflateInit2(strm, level, Z_DEFLATED,
1779 struct la_zstream *lastrm, int level, int withheader)
1782 (void) level; /* UNUSED */
1796 struct la_zstream *lastrm, int level)
1819 if (BZ2_bzCompressInit(strm, level, 0, 30) != BZ_OK) {
1902 struct la_zstream *lastrm, int level)
1905 (void) level; /* UNUSE
1682 compression_init_encoder_deflate(struct archive *a, struct la_zstream *lastrm, int level, int withheader) argument
1778 compression_init_encoder_deflate(struct archive *a, struct la_zstream *lastrm, int level, int withheader) argument
1795 compression_init_encoder_bzip2(struct archive *a, struct la_zstream *lastrm, int level) argument
1901 compression_init_encoder_bzip2(struct archive *a, struct la_zstream *lastrm, int level) argument
1917 compression_init_encoder_lzma(struct archive *a, struct la_zstream *lastrm, int level, uint64_t filter_id) argument
2006 compression_init_encoder_lzma1(struct archive *a, struct la_zstream *lastrm, int level) argument
2014 compression_init_encoder_lzma2(struct archive *a, struct la_zstream *lastrm, int level) argument
2081 compression_init_encoder_lzma1(struct archive *a, struct la_zstream *lastrm, int level) argument
2091 compression_init_encoder_lzma2(struct archive *a, struct la_zstream *lastrm, int level) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c170 dlpromisconreq(fd, level)
172 u_long level;
179 promiscon_req.dl_level = level;
193 dlpromiscoff(fd, level)
195 u_long level;
202 promiscoff_req.dl_level = level;
755 (void) printf("DL_PROMISCON_REQ: level %s\n",
762 (void) printf("DL_PROMISCOFF_REQ: level %s\n",
1274 dlpromisclevel(level)
1275 u_long level;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp183 void SymbolContext::GetDescription(Stream *s, lldb::DescriptionLevel level, argument
197 comp_unit->GetDescription(s, level);
203 function->GetDescription(s, level, target);
209 func_type->GetDescription(s, level, false);
231 (*pos)->GetDescription(s, function, level, target);
238 line_entry.GetDescription(s, level, comp_unit, target, false);
244 symbol->GetDescription(s, level, target);
531 // the block that defines the function is the function's top level block,
536 // that the block that is desired is the top level block of the function
1114 Stream *s, lldb::DescriptionLevel level) cons
1290 GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target) const argument
[all...]
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvlist.c414 nvlist_dump_error_check(const nvlist_t *nvl, int fd, int level) argument
418 dprintf(fd, "%*serror: %d\n", level * 4, "",
435 int level; local
437 level = 0;
438 if (nvlist_dump_error_check(nvl, fd, level))
443 dprintf(fd, "%*s%s (%s):", level * 4, "", nvpair_name(nvp),
465 if (nvlist_dump_error_check(tmpnvl, fd, level + 1))
471 level++;
571 level + 1)) {
581 (level
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp445 static int level; member in class:input_stack
451 int input_stack::level = 0; member in class:input_stack
460 return level;
465 level++;
470 level--;
502 "in diversion level = %d\n", input_stack::get_div_level());
505 level--;
510 assert(level == 0);
538 level--;
543 assert(level
5382 int level = 0; local
5602 int level = 0; local
[all...]
/freebsd-11-stable/sys/geom/raid/
H A Dmd_promise.c609 g_raid_md_promise_supported(int level, int qual, int disks, int force) argument
614 switch (level) {
652 if (level != G_RAID_VOLUME_RL_RAID5 && qual != G_RAID_VOLUME_RLQ_NONE)
1269 int numdisks, i, len, level, qual; local
1289 gctl_error(req, "No RAID level.");
1294 if (g_raid_volume_str2level(levelname, &level, &qual)) {
1295 gctl_error(req, "Unknown RAID level '%s'.", levelname);
1300 if (!g_raid_md_promise_supported(level, qual, numdisks,
1302 gctl_error(req, "Unsupported RAID level "
1304 level, qua
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsdbout.c38 5. All top level static and external variable definitions are moved to the
39 end of file with all top level statics occurring first before externs.
474 stop before the 7th level, so that ADA recursive types will not give an
478 plain_type_1 (tree type, int level) argument
561 if (level >= 6)
564 m = plain_type_1 (TREE_TYPE (type), level+1);
620 if (level >= 6)
623 m = plain_type_1 (TREE_TYPE (type), level+1);
630 if (level >= 6)
633 m = plain_type_1 (TREE_TYPE (type), level
[all...]
H A Dcfgloop.c135 fprintf (file, ";; depth %d, level %d, outer %ld\n",
136 loop->depth, loop->level,
386 /* Helper function to compute loop nesting depth and enclosed loop level
387 for the natural loop specified by LOOP. Returns the loop level. */
393 int level = 1;
398 /* Traverse loop tree assigning depth and computing level as the
399 maximum level of all the inner loops of this loop. The loop
400 level is equivalent to the height of the loop in the loop tree
407 if (ilevel > level)
408 level
392 int level = 1; local
[all...]
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c860 show_host_device_selection(uint8_t level, uint16_t *pvid, uint16_t *ppid) argument
889 printf("%s%d) %s\n", indent[level], index, ptr);
898 printf("%sr) Refresh device list\n", indent[level]);
899 printf("%sx) Return to previous menu\n", indent[level]);
1202 show_host_msc_test(uint8_t level, uint16_t vid, argument
1214 retval = usb_ts_show_menu(level,
1323 show_host_device_selection(level + 1, &vid, &pid);
/freebsd-11-stable/sys/kern/
H A Dsubr_prf.c280 _vprintf(int level, int flags, const char *fmt, va_list ap) argument
289 pca.pri = level;
308 msglogstr(pca.p_bufr, level, /*filter_cr*/1);
324 log(int level, const char *fmt, ...) argument
329 vlog(level, fmt, ap);
334 vlog(int level, const char *fmt, va_list ap) argument
337 (void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap);
/freebsd-11-stable/sys/vm/
H A Dvm_reserv.c74 * The number of small pages that are contained in a level 0 reservation
85 * The size of a level 0 reservation in bytes
279 int counter, error, level, unused_pages; local
286 for (level = -1; level <= VM_NRESERVLEVEL - 2; level++) {
290 TAILQ_FOREACH(rv, &vm_rvq_partpop/*[level]*/, partpopq) {
295 sbuf_printf(&sbuf, "%5d: %6dK, %6d\n", level,
881 * If the given page belongs to a reservation, returns the level of that
894 * Returns a reservation level i
1067 vm_reserv_size(int level) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmime.c9 * forth in the LICENSE file which can be found at the top level of
83 ** level -- recursion level.
100 mime8to7(mci, header, e, boundaries, flags, level)
106 int level;
128 if (level > MAXMIMENESTING)
133 sm_dprintf("mime8to7: too deep, level=%d\n",
134 level);
135 usrerr("mime8to7: recursion level %d exceeded",
136 level);
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c880 enum ipoib_flush_level level)
892 __ipoib_ib_dev_flush(cpriv, level);
906 if (level == IPOIB_FLUSH_HEAVY) {
924 if (level == IPOIB_FLUSH_LIGHT) {
929 if (level >= IPOIB_FLUSH_NORMAL)
932 if (level == IPOIB_FLUSH_HEAVY) {
942 if (level >= IPOIB_FLUSH_NORMAL)
879 __ipoib_ib_dev_flush(struct ipoib_dev_priv *priv, enum ipoib_flush_level level) argument
/freebsd-11-stable/sys/libkern/
H A Dzlib.c439 int level; /* compression level (1..9) */ member in struct:deflate_state
664 * the desired pack level (0..9). The values given below have been tuned to
733 int deflateInit_(strm, level, version, stream_size)
735 int level;
739 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
745 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
748 int level;
780 if (level == Z_DEFAULT_COMPRESSION) level
[all...]
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c260 vlapic_set_intr_ready(struct vlapic *vlapic, int vector, bool level) argument
283 return ((*vlapic->ops.set_intr_ready)(vlapic, vector, level));
296 if ((tmrptr[idx] & mask) != (level ? mask : 0)) {
299 level ? "level" : "edge");
1545 vlapic_deliver_intr(struct vm *vm, bool level, uint32_t dest, bool phys, argument
1573 lapic_set_intr(vm, vcpuid, vec, level);
1609 vlapic_set_tmr(struct vlapic *vlapic, int vector, bool level) argument
1619 if (level)
1625 (*vlapic->ops.set_tmr)(vlapic, vector, level);
[all...]

Completed in 278 milliseconds

<<11121314151617181920>>