Searched refs:level (Results 451 - 475 of 912) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvtd.c105 uint64_t *ptp; /* first level page table page */
644 vtd_free_ptp(uint64_t *ptp, int level) argument
649 if (level > 1) {
656 vtd_free_ptp(nlp, level - 1);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c244 * Set debug level. All the logs above the level specified here will be
248 pjdlog_debug_set(int level) argument
252 assert(level >= 0);
254 pjdlog_debug_level = level;
258 * Return current debug level.
305 * Convert log level into string.
329 assert(!"Invalid log level.");
349 * Common log routine, which can handle regular log level as well as debug
350 * level
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dsra.c343 sra_status(Authenticator *ap __unused, char *name, int level) argument
345 if (level < AUTH_USER)
346 return(level);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_modem_test.c516 show_host_modem_test(uint8_t level, uint16_t vid, uint16_t pid, uint32_t duration) argument
526 retval = usb_ts_show_menu(level, "Modem Test Parameters",
579 show_host_device_selection(level + 1, &vid, &pid);
/freebsd-11-stable/sbin/hastd/
H A Dpjdlog.c242 * Set debug level. All the logs above the level specified here will be
246 pjdlog_debug_set(int level) argument
250 assert(level >= 0);
252 pjdlog_debug_level = level;
256 * Return current debug level.
303 * Convert log level into string.
327 assert(!"Invalid log level.");
347 * Common log routine, which can handle regular log level as well as debug
348 * level
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlbaselib.c103 int level = (int)luaL_optinteger(L, 2, 1); local
105 if (lua_type(L, 1) == LUA_TSTRING && level > 0) {
106 luaL_where(L, level); /* add extra information */
H A Dlcode.h78 LUAI_FUNC void luaK_patchclose (FuncState *fs, int list, int level);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp203 lldb::DescriptionLevel level) {
204 if (level == lldb::eDescriptionLevelBrief)
233 if (level == eDescriptionLevelVerbose)
202 GetDescription(Stream *s, lldb::DescriptionLevel level) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp424 DescriptionLevel level) {
427 level);
435 loc_sp->GetDescription(&strm, level);
423 GetDescription(SBStream &description, DescriptionLevel level) argument
/freebsd-11-stable/contrib/file/src/
H A Dder.c395 printdata(size_t level, const void *v, size_t x, size_t l) argument
414 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x,
422 printdata(level + 1, p, x, len + x);
/freebsd-11-stable/contrib/gcc/
H A Dcfgloop.h90 int level; member in struct:loop
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp702 int level = 0; local
712 if (level == 0 && (c == ',' || c == ')')) {
724 level++;
726 level--;
/freebsd-11-stable/sys/amd64/amd64/
H A Dprof_machdep.c375 tsc_freq_changed(void *arg, const struct cf_level *level, int status) argument
/freebsd-11-stable/lib/libpjdlog/
H A Dpjdlog.c364 * Set debug level. All the logs above the level specified here will be
368 pjdlog_debug_set(int level) argument
372 assert(level >= 0);
373 assert(level <= 127);
375 pjdlog_debug_level = level;
379 * Return current debug level.
480 * Convert log level into string.
504 assert(!"Invalid log level.");
639 * Common log routine, which can handle regular log level a
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/api/
H A Dtdsmapi.h185 bit32 level,
/freebsd-11-stable/sys/dev/fb/
H A Dfb.c132 * Low-level frame buffer driver functions
546 * Generic low-level frame buffer functions
547 * The low-level functions in the frame buffer subdriver may use these
552 fb_dump_adp_info(char *driver, video_adapter_t *adp, int level) argument
554 if (level <= 0)
577 int level)
579 if (level <= 0)
576 fb_dump_mode_info(char *driver, video_adapter_t *adp, video_info_t *info, int level) argument
/freebsd-11-stable/sys/i386/isa/
H A Dprof_machdep.c359 tsc_freq_changed(void *arg, const struct cf_level *level, int status) argument
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h305 __u32 level; member in struct:rdma_ucm_set_option
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.h73 LUAI_FUNC void luaK_patchclose (FuncState *fs, int list, int level);
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpic.c168 * further interrupts at that level and enables interrupts from all
421 bool level; local
441 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0);
443 if ((oldcnt == 0 && newcnt == 1) || (newcnt > 0 && level == true)) {
444 /* rising edge or level */
450 if (level)
775 * controller (IRQ1) cannot be programmed for level
780 * be programmed for level mode.
/freebsd-11-stable/lib/libc/net/
H A Dnsdispatch.c153 #define nss_log(level, fmt, ...) \
154 syslog((level), "NSSWITCH(%s): " fmt, __func__, __VA_ARGS__)
155 #define nss_log_simple(level, s) \
156 syslog((level), "NSSWITCH(%s): " s, __func__)
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c405 int level; /* operation level: 0 or greater */ member in struct:rodentparam
432 .level = -1,
655 rodent.level = atoi(optarg);
656 if ((rodent.level < 0) || (rodent.level > 4)) {
816 rodent.level = -1;
823 rodent.level = (i == MOUSE_PROTO_SYSMOUSE) ? 1 : 0;
1379 " [-z N] [-t <mousetype>] [-l level] [-3 [-E timeout]]",
1490 int level; local
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dmain.c45 int level, const char *txt, size_t len)
117 if ((conf_stdout & module) && level >= conf_stdout_level) {
123 if ((conf_syslog & module) && level >= conf_syslog_level) {
125 switch (level) {
44 hostapd_logger_cb(void *ctx, const u8 *addr, unsigned int module, int level, const char *txt, size_t len) argument
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp23 #include <android/api-level.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp27 #include <android/api-level.h>

Completed in 379 milliseconds

<<11121314151617181920>>