HomeSort by relevance Sort by last modified time
    Searched refs:facility (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/syscalls/syslog/
syslog08 33 # 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); };" >> $CONFIG_FIL
    [all...]
  /external/valgrind/none/tests/s390x/
fpext_fail.stderr.exp 3 Encountered an instruction that requires the floating point extension facility.
4 That facility is not available on this host
stfle.stdout.exp 5 STFLE facility is installed
10 No MSA facility available
fpext_warn.stderr.exp 4 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/
print-syslog.c 84 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/
syslog.h 16 void openlog(const char *ident, int logopt, int facility);
  /external/toybox/toys/pending/
logger.c 14 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);
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_s390x.go 13 _HWCAP_S390_VX = 2048 // vector facility
19 hasVX bool // vector facility
  /prebuilts/go/linux-x86/src/runtime/
os_linux_s390x.go 13 _HWCAP_S390_VX = 2048 // vector facility
19 hasVX bool // vector facility
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 8 # Not everything has been moved to this file yet, as this is a new facility.
  /prebuilts/go/darwin-x86/test/
linkx.go 7 // Test the -X facility of the gc linker (6l etc.).
  /prebuilts/go/linux-x86/test/
linkx.go 7 // Test the -X facility of the gc linker (6l etc.).
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_ims.cpp 61 std::string facility = ""; local
66 radio->getFacilityLockForApp(serial, facility, password, serviceClass, appId);
84 std::string facility = ""; local
90 radio->setFacilityLockForApp(serial, facility, lockState, password, serviceClass, appId);
108 std::string facility = ""; local
112 radio->setBarringPassword(serial, facility, oldPassword, newPassword);
  /external/valgrind/tests/
filter_libc 40 s/The futex facility returned an unexpected error code.//;
  /prebuilts/go/darwin-x86/src/math/
arith_s390x.go 26 // vector facility installed and enabled.
  /prebuilts/go/linux-x86/src/math/
arith_s390x.go 26 // vector facility installed and enabled.
  /external/autotest/client/cros/cellular/pseudomodem/
logging_setup.py 64 facility=logging.handlers.SysLogHandler.LOG_DAEMON)
  /prebuilts/go/darwin-x86/src/strings/
strings_s390x.go 14 // supportsVX reports whether the vector facility is available.
15 // indexShortStr must not be called if the vector facility is not
  /prebuilts/go/linux-x86/src/strings/
strings_s390x.go 14 // supportsVX reports whether the vector facility is available.
15 // indexShortStr must not be called if the vector facility is not
  /toolchain/binutils/binutils-2.25/binutils/
windmc.h 64 const mc_keyword *facility; member in struct:mc_node
mcparse.y 140 mc_add_keyword ($1, MCTOKEN, "facility", $3, $4);
142 | token '=' error { mc_fatal ("facility number missing"); }
143 | token error { mc_fatal ("facility missing '='"); }
180 cur_node->facility = mc_cur_facility;
224 | sefasy_def facility
227 mc_warn (_("duplicate definition of Facility"));
246 facility: MCFACILITY '=' MCTOKEN label
  /external/openssh/
log.c 121 log_facility_name(SyslogFacility facility)
126 if (log_facilities[i].val == facility)
241 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)
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.
  /prebuilts/go/darwin-x86/src/bytes/
bytes_s390x.go 14 // supportsVX reports whether the vector facility is available.
15 // indexShortStr must not be called if the vector facility is not
  /prebuilts/go/linux-x86/src/bytes/
bytes_s390x.go 14 // supportsVX reports whether the vector facility is available.
15 // indexShortStr must not be called if the vector facility is not
  /external/libunwind/doc/
libunwind-ptrace.tex 48 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

Completed in 620 milliseconds

1 2 3 4