Searched refs:level (Results 76 - 100 of 713) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_concurrency.c46 static int level = 0; variable
54 return (level);
64 else if (new_level == level)
67 level = 0;
75 level = new_level;
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_video.c314 int level; local
318 /* Restore brightness level */
329 level = vo_get_brightness(vo->handle);
330 if (level != -1)
331 vo_set_brightness(vo->handle, level);
554 "current brightness level");
561 "preset level for full power mode");
568 "preset level for economy mode");
657 acpi_video_vo_check_level(struct acpi_video_output *vo, int level) argument
665 if (vo->vo_levels[i] == level)
674 int i, j, level, new_level; local
770 int level, preset, err; local
811 int i, level, *preset, err; local
1013 UINT32 level; local
1030 vo_set_brightness(ACPI_HANDLE handle, int level) argument
[all...]
/freebsd-9.3-release/usr.sbin/ofwdump/
H A Dofwdump.c134 ofw_indent(int level) argument
138 for (i = 0; i < level; i++)
143 ofw_dump_properties(int fd, phandle_t n, int level, const char *pmatch, int raw, argument
165 ofw_indent(level * LVLINDENT + NAMEINDENT);
171 ofw_indent(level * LVLINDENT + DUMPINDENT);
193 ofw_indent(level * LVLINDENT +
205 ofw_dump_node(int fd, phandle_t n, int level, int rec, int prop, argument
214 ofw_indent(level * LVLINDENT);
223 ofw_dump_properties(fd, n, level, pmatch, raw, str);
226 ofw_dump_node(fd, c, level
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-typeprint.c52 int show, int level)
83 pascal_type_print_base (type, stream, show, level);
442 int level)
488 pascal_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level);
493 pascal_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level);
501 pascal_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level);
544 fprintfi_filtered (level + 4, stream, "<incomplete type>\n");
546 fprintfi_filtered (level + 4, stream, "<no data fields>\n");
577 fprintfi_filtered (level + 2, stream,
586 fprintfi_filtered (level
50 pascal_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
440 pascal_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
487 pascal_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); local
605 stream, show - 1, level + 4); local
788 show - 1, level); local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlog.c74 int level; member in struct:isc_logchannel
241 isc_logmodule_t *module, int level, isc_boolean_t write_once,
335 int level = ISC_LOG_INFO; local
347 lcfg->highest_level = level;
371 ISC_LOG_TOSYSLOG, level,
382 level,
704 unsigned int type, int level,
716 REQUIRE(level >= ISC_LOG_CRITICAL);
735 channel->level = level;
703 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument
831 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
847 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
859 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
875 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
887 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
905 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
918 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
936 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
954 isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) argument
1378 isc_log_wouldlog(isc_log_t *lctx, int level) argument
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlog.c75 int level; member in struct:isc_logchannel
242 isc_logmodule_t *module, int level, isc_boolean_t write_once,
335 int level = ISC_LOG_INFO; local
347 lcfg->highest_level = level;
371 ISC_LOG_TOSYSLOG, level,
382 level,
704 unsigned int type, int level,
716 REQUIRE(level >= ISC_LOG_CRITICAL);
735 channel->level = level;
703 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument
831 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
847 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
859 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
875 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
887 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
905 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
918 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
936 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
954 isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) argument
1378 isc_log_wouldlog(isc_log_t *lctx, int level) argument
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h46 int swrap_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen);
47 int swrap_setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen);
92 #define getsockopt(s,level,optname,optval,optlen) swrap_getsockopt(s,level,optname,optval,optlen)
97 #define setsockopt(s,level,optname,optval,optlen) swrap_setsockopt(s,level,optname,optval,optlen)
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlxvar.h36 #define debug(level, fmt, args...) do { if (level <= MLX_DEBUG) printf("%s: " fmt "\n", __func__ , ##args); } while(0)
37 #define debug_called(level) do { if (level <= MLX_DEBUG) printf(__func__ ": called\n"); } while(0)
39 #define debug(level, fmt, args...)
40 #define debug_called(level)
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_error.h40 extern void xfs_error_report(char *tag, int level, struct xfs_mount *mp,
42 extern void xfs_corruption_error(char *tag, int level, struct xfs_mount *mp,
181 extern void xfs_cmn_err(int panic_tag, int level, struct xfs_mount *mp,
184 extern void xfs_fs_cmn_err(int level, struct xfs_mount *mp, char *fmt, ...);
186 #define xfs_fs_repair_cmn_err(level, mp, fmt, args...) \
187 xfs_fs_cmn_err(level, mp, fmt " Unmount and run xfs_repair.", ## args)
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dnvbl.c139 "level", CTLTYPE_INT | CTLFLAG_RW, sc, 0,
140 nvbl_sysctl, "I", "Backlight level (0-100)");
169 uint16_t level; local
171 level = bus_read_stream_2(sc->sc_memr, NVIDIA_PMC_OFF) & 0x7fff;
173 if (level < NVIDIA_BRIGHT_MIN)
176 level = (level - NVIDIA_BRIGHT_MIN) / NVIDIA_BRIGHT_SCALE;
178 return (level);
/freebsd-9.3-release/crypto/openssh/
H A Dlog.c145 log_level_name(LogLevel level) argument
150 if (log_levels[i].val == level)
242 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) argument
250 switch (level) {
259 log_level = level;
262 fprintf(stderr, "Unrecognized internal syslog level code %d\n",
263 (int) level);
373 do_log2(LogLevel level, const char *fmt,...) argument
378 do_log(level, fmt, args);
383 do_log(LogLevel level, cons argument
[all...]
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in99 my ($host, $level, %trace) = @_;
158 # Stratum level 0 is consider invalid
165 my $printhost = ' ' x $level . (do_dns($host) || $host);
177 if ($showpeers && ($maxlevel ? $level < $maxlevel : 1)) {
183 $printhost = ' ' x ($level + 1) . "= " . $peer;
189 scan_host($peer, $level + 1, %trace);
196 my $printhost = ' ' x $level . (do_dns($host) || $host);
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dupdate.h34 void (*func)(void *arg, dns_zone_t *zone, int level,
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h42 isc_thread_setconcurrency(unsigned int level);
/freebsd-9.3-release/contrib/mtree/
H A Dverify.c82 NODE *ep, *level; local
91 level = root;
104 for (level = level->parent; level->prev;
105 level = level->prev)
122 for (ep = level; ep; ep = ep->next)
134 level = ep->child;
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dlog.c65 int level,
74 if ( level < __sdp_min_level ) {
121 int level )
123 __sdp_min_level = level;
64 __sdp_log( int level, char *format, ... ) argument
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.h136 wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, int level, argument
/freebsd-9.3-release/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-9.3-release/sys/netgraph/
H A Dng_ksocket.h55 int32_t level; /* second arg of [gs]etsockopt() */ member in struct:ng_ksocket_sockopt
67 { "level", &ng_parse_int32_type }, \
/freebsd-9.3-release/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-9.3-release/usr.sbin/mtree/
H A Dverify.c78 NODE *ep, *level; local
87 level = root;
100 for (level = level->parent; level->prev;
101 level = level->prev);
117 for (ep = level; ep; ep = ep->next)
129 level = ep->child;
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h42 isc_thread_setconcurrency(unsigned int level);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsyslog.c94 syslog(int level, const char *fmt, ...) { argument
107 switch (level) {
146 * Keep event logging synced with the current debug level
149 ModifyLogLevel(int level) { argument
150 debug_level = level;
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_sysmouse.c311 mode->level = sysmouse_level;
313 switch (mode->level) {
343 int level; local
345 level = *(int *)data;
346 if (level != 0 && level != 1)
349 sysmouse_level = level;
351 vt_mouse_state((level == 0)?VT_MOUSE_SHOW:VT_MOUSE_HIDE);
358 switch (mode->level) {
364 sysmouse_level = mode->level;
[all...]
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dauth-proto.h98 int kerberos5_status(Authenticator *, char *, int level);

Completed in 299 milliseconds

1234567891011>>