Searched refs:loglevel (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c188 char * loglevel; local
191 loglevel = KERN_WARNING;
193 loglevel = KERN_ERR;
195 printk("%s+------ PCI-Express Device Error ------+\n", loglevel);
196 printk("%sError Severity\t\t: %s\n", loglevel,
200 printk("%sPCIE Bus Error type\t: (Unaccessible)\n", loglevel);
201 printk("%sUnaccessible Received\t: %s\n", loglevel,
204 printk("%sUnregistered Agent ID\t: %04x\n", loglevel,
208 printk("%sPCIE Bus Error type\t: %s\n", loglevel,
215 printk("%s%s\t: %s\n", loglevel, errms
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_sysfs_driver.c29 * @_define: name of ZFCP loglevel define
31 * Generates store function for a sysfs loglevel attribute of zfcp driver.
38 unsigned int loglevel; \
48 loglevel = atomic_read(&zfcp_data.loglevel); \
49 loglevel &= ~((unsigned int) 0xf << (ZFCP_LOG_AREA_##_define << 2)); \
50 loglevel |= new_loglevel << (ZFCP_LOG_AREA_##_define << 2); \
51 atomic_set(&zfcp_data.loglevel, loglevel); \
H A Dzfcp_aux.c39 static u32 loglevel = ZFCP_LOG_LEVEL_DEFAULTS; variable
89 module_param(loglevel, uint, 0400);
90 MODULE_PARM_DESC(loglevel,
280 atomic_set(&zfcp_data.loglevel, loglevel);
H A Dzfcp_def.h511 /* get "loglevel" nibble assignment */
513 ((atomic_read(&zfcp_data.loglevel) >> (zfcp_lognibble<<2)) & 0xF)
515 /* set "loglevel" nibble */
1031 atomic_t loglevel; /* current loglevel */ member in struct:zfcp_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_log.h13 uint8_t loglevel; member in struct:ebt_log_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.h201 do { if (loglevel & CTC_LOGLEVEL_DEBUG) printk(KERN_DEBUG fmt,##arg); } while (0)
204 do { if (loglevel & CTC_LOGLEVEL_INFO) printk(KERN_INFO fmt,##arg); } while (0)
207 do { if (loglevel & CTC_LOGLEVEL_NOTICE) printk(KERN_NOTICE fmt,##arg); } while (0)
210 do { if (loglevel & CTC_LOGLEVEL_WARN) printk(KERN_WARNING fmt,##arg); } while (0)
213 do { if (loglevel & CTC_LOGLEVEL_EMERG) printk(KERN_EMERG fmt,##arg); } while (0)
216 do { if (loglevel & CTC_LOGLEVEL_ERR) printk(KERN_ERR fmt,##arg); } while (0)
219 do { if (loglevel & CTC_LOGLEVEL_CRIT) printk(KERN_CRIT fmt,##arg); } while (0)
H A Dctcmain.c231 static int loglevel = CTC_LOGLEVEL_DEFAULT; variable
335 if (!(loglevel & CTC_LOGLEVEL_DEBUG))
2514 return sprintf(buf, "%d\n", loglevel);
2527 loglevel = ll1;
2677 static DEVICE_ATTR(loglevel, 0644, loglevel_show, loglevel_write);
3056 loglevel = CTC_LOGLEVEL_DEFAULT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dlogger.c142 * "unsetuplog" calls with loglevel == NULL.
143 * loglevel == NULL means:
149 static void setuplog_internal(const char *loglevel, const char *logtype, const char *filename) argument
162 /* Parse loglevel */
163 if (loglevel == NULL) {
167 if (strcasecmp(loglevel, arr_loglevel_strings[levelnum]) == 0)
193 enum loglevels loglevel, enum logtypes logtype)
239 if (loglevel >= (num_loglevel_chars - 1))
240 templen = snprintf(ptr, len, " (D%d:", loglevel - 1);
242 templen = snprintf(ptr, len, " (%c:", arr_loglevel_chars[loglevel]);
190 generate_message_details(char *message_details_buffer, int message_details_buffer_length, int display_options, enum loglevels loglevel, enum logtypes logtype) argument
262 get_syslog_equivalent(enum loglevels loglevel) argument
295 log_setup(const char *filename, enum loglevels loglevel, enum logtypes logtype) argument
411 syslog_setup(int loglevel, enum logtypes logtype, int display_options, int facility) argument
456 make_syslog_entry(enum loglevels loglevel, enum logtypes logtype _U_, char *message) argument
473 make_log_entry(enum loglevels loglevel, enum logtypes logtype, const char *file, int line, char *message, ...) argument
628 char *ptr, *ptrbak, *logtype, *loglevel = NULL, *filename = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dlogger.c141 * "unsetuplog" calls with loglevel == NULL.
142 * loglevel == NULL means:
148 static void setuplog_internal(const char *loglevel, const char *logtype, const char *filename) argument
161 /* Parse loglevel */
162 if (loglevel == NULL) {
166 if (strcasecmp(loglevel, arr_loglevel_strings[levelnum]) == 0)
192 enum loglevels loglevel, enum logtypes logtype)
238 if (loglevel >= (num_loglevel_chars - 1))
239 templen = snprintf(ptr, len, " (D%d:", loglevel - 1);
241 templen = snprintf(ptr, len, " (%c:", arr_loglevel_chars[loglevel]);
189 generate_message_details(char *message_details_buffer, int message_details_buffer_length, int display_options, enum loglevels loglevel, enum logtypes logtype) argument
261 get_syslog_equivalent(enum loglevels loglevel) argument
294 log_setup(const char *filename, enum loglevels loglevel, enum logtypes logtype) argument
410 syslog_setup(int loglevel, enum logtypes logtype, int display_options, int facility) argument
455 make_syslog_entry(enum loglevels loglevel, enum logtypes logtype _U_, char *message) argument
472 make_log_entry(enum loglevels loglevel, enum logtypes logtype, const char *file, int line, char *message, ...) argument
625 char *ptr, *ptrbak, *logtype, *loglevel = NULL, *filename = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/build_farm/
H A Dbasicsmb.fns29 sed "s|LOGLEVEL|$loglevel|g" \
43 echo " LOGLEVEL=$loglevel"
97 echo "( echo $test_smbpasswd_password ; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami"
98 ( echo $test_smbpasswd_password; echo $test_smbpasswd_password; ) | $prefix/bin/smbpasswd -L -D $loglevel -s -a $whoami
200 if test -z "$loglevel"
202 loglevel=1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dlogger.h8 * LOG(<logtype>, <loglevel>, "<string>"[, args]);
18 * confstring = "<logtype> <loglevel> [<filename>]"
46 * syslog_setup(int loglevel, enum logtypes logtype, int display_options, int facility);
49 * loglevel can't be changed at runtime.
167 void log_setup(const char *filename, enum loglevels loglevel, enum logtypes logtype);
170 void syslog_setup(int loglevel, enum logtypes logtype,
188 UAM_MODULE_EXPORT void make_log_entry(enum loglevels loglevel, enum logtypes logtype, const char *file, int line, char *message, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dlogger.h8 * LOG(<logtype>, <loglevel>, "<string>"[, args]);
18 * confstring = "<logtype> <loglevel> [<filename>]"
46 * syslog_setup(int loglevel, enum logtypes logtype, int display_options, int facility);
49 * loglevel can't be changed at runtime.
166 void log_setup(const char *filename, enum loglevels loglevel, enum logtypes logtype);
169 void syslog_setup(int loglevel, enum logtypes logtype,
187 UAM_MODULE_EXPORT void make_log_entry(enum loglevels loglevel, enum logtypes logtype, const char *file, int line, char *message, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dsecureserver.pl58 my $loglevel = 5; # stunnel log level
218 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel ";
227 print "log level: $loglevel\n";
249 debug = $loglevel
273 print "debug = $loglevel\n";
H A Dsshserver.pl191 my $loglevel = $debugprotocol?'DEBUG3':'DEBUG2';
503 push @cfgarr, "LogLevel $loglevel";
852 push @cfgarr, "LogLevel $loglevel";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_osf.h44 __u32 loglevel; member in struct:xt_osf_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_osf.c59 .flags = XTOPT_PUT, XTOPT_POINTER(s, loglevel), .min = 0, .max = 2},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcnid_metad.c446 char *loglevel = NULL; local
482 loglevel = strdup(optarg);
493 if (loglevel) {
494 strlcpy(logconfig + 8, loglevel, 13);
495 free(loglevel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcnid_metad.c451 char *loglevel = NULL; local
491 loglevel = strdup(optarg);
513 if (loglevel) {
514 strlcpy(logconfig + 8, loglevel, 13);
515 free(loglevel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_log.c33 if (info->loglevel >= 8)
167 li.u.log.level = info->loglevel;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Dmain.c246 static int __init loglevel(char *str) function
252 __setup("loglevel=", loglevel);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c2267 char *loglevel; local
2340 if ((loglevel = nvram_get("console_loglevel")))
2341 klogctl(8, NULL, atoi(loglevel));
3070 char *loglevel; local
3073 if ((loglevel = nvram_get("console_loglevel"))) {
3074 loglev = atoi(loglevel);

Completed in 255 milliseconds