Searched refs:facility (Results 1 - 25 of 31) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog0833 # o Create seperate entries in config file for each facility. #
46 for facility in $facilities; do
48 tst_resm TINFO "Doing facility: $facility..."
50 # Create the configuration file specific to this facility
55 echo "$facility.info /var/log/messages" >> $CONFIG_FILE
56 echo "$facility.info /var/log/maillog" >> $CONFIG_FILE
61 echo "filter f_syslog-$facility { level(info) and facility($facility); };" >>
[all...]
/external/valgrind/none/tests/s390x/
H A Dfpext_fail.stderr.exp3 Encountered an instruction that requires the floating point extension facility.
4 That facility is not available on this host
H A Dstfle.stdout.exp5 STFLE facility is installed
10 No MSA facility available
H A Dfpext_warn.stderr.exp4 feature requires the floating point extension facility
10 feature requires the floating point extension facility
16 feature requires the floating point extension facility
/external/tcpdump/
H A Dprint-syslog.c84 uint16_t facility,severity; local
89 * severity and facility values
113 facility = (pri & SYSLOG_FACILITY_MASK) >> 3;
119 tok2str(syslog_facility_values, "unknown (%u)", facility),
127 tok2str(syslog_facility_values, "unknown (%u)", facility),
128 facility,
/external/fio/os/windows/posix/include/
H A Dsyslog.h16 void openlog(const char *ident, int logopt, int facility);
/external/toybox/toys/pending/
H A Dlogger.c14 usage: logger [-s] [-t tag] [-p [facility.]priority] [message]
31 int facility = LOG_USER, priority = LOG_NOTICE; local
39 if ((facility = logger_lookup(0, TT.priority_arg)) == -1)
40 error_exit("bad facility: %s", TT.priority_arg);
70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility);
H A Dsyslogd.c51 uint32_t facility[8]; member in struct:logfile
144 if (set & 0x1) file->facility[i] |= ~facval;
362 if (!((tf->facility[lvl] & (1 << fac)) || (tf->level[fac] & (1<<lvl)))) {
/external/autotest/client/cros/cellular/pseudomodem/
H A Dlogging_setup.py64 facility=logging.handlers.SysLogHandler.LOG_DAEMON)
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk8 # Not everything has been moved to this file yet, as this is a new facility.
/external/valgrind/tests/
H A Dfilter_libc40 s/The futex facility returned an unexpected error code.//;
/external/openssh/
H A Dlog.c121 log_facility_name(SyslogFacility facility) argument
126 if (log_facilities[i].val == facility)
241 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) argument
273 switch (facility) {
314 "Unrecognized internal syslog facility code %d\n",
315 (int) facility);
322 * facility, so we force an open/close of syslog here.
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex48 implementing this facility use a name-prefix of \Func{\_UPT}, which is
51 An application that wants to use the \Func{\_UPT}-facility first needs
59 only portions of the \Prog{\_UPT}-facility. For this reason, the
92 \Prog{\_UPT}-facility by definition is not available in
97 The \Prog{\_UPT}-facility assumes that a single \Prog{\_UPT}-info
100 a \Prog{\_UPT}-info structure at any given time, this facility
H A Dlibunwind.tex289 \Func{unw\_flush\_cache}(). The second facility is provided by
/external/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c313 int i, facility, prio; local
317 /* test all combinations of prio 0-7, facility 0-15 */
320 facility = (i >> 3);
322 "facility: %d\n", random(), prio, facility);
336 /* check that facility is not 0 (LOG_KERN). */
342 tst_resm(TFAIL, "facility 0 found: %s", tmp);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb9 Useful for debugging the debugging facility ;)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb372 debugging facility ;) Subclasses can override the record() method (which defaults to printing
/external/fio/os/windows/
H A Dposix.c328 void openlog(const char *ident, int logopt, int facility) argument
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-fp.s5 # Floating-point facility
H A Dppc64-encoding.s5 # Branch facility
127 # Fixed-point facility
H A Dppc64-encoding-vmx.s5 # Vector facility
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/blktrace/doc/
H A Dblktrace.tex738 The blktrace facility provides an efficient event transfer mechanism which

Completed in 2846 milliseconds

12