Home
last modified time | relevance | path

Searched refs:facility (Results 1 – 25 of 124) sorted by relevance

12345

/external/llvm/lib/Target/SystemZ/
DSystemZProcessors.td24 "Assume that the distinct-operands facility is installed"
29 "Assume that the load/store-on-condition facility is installed"
34 "Assume that the high-word facility is installed"
39 "Assume that the floating-point extension facility is installed"
44 "Assume that the population-count facility is installed"
49 "Assume that the fast-serialization facility is installed"
54 "Assume that interlocked-access facility 1 is installed"
60 "Assume that the miscellaneous-extensions facility is installed"
65 "Assume that the transactional-execution facility is installed"
70 "Assume that the processor-assist facility is installed"
DSystemZRegisterInfo.td95 // used for virtual registers if the high-word facility is available.
/external/tcpdump/
Dprint-syslog.c88 u_int16_t facility,severity; in syslog_print() local
117 facility = (pri & SYSLOG_FACILITY_MASK) >> 3; in syslog_print()
123 tok2str(syslog_facility_values, "unknown (%u)", facility), in syslog_print()
131 tok2str(syslog_facility_values, "unknown (%u)", facility), in syslog_print()
132 facility, in syslog_print()
/external/toybox/toys/pending/
Dlogger.c31 int facility = LOG_USER, priority = LOG_NOTICE; in logger_main() local
39 if ((facility = logger_lookup(0, TT.priority_arg)) == -1) in logger_main()
70 openlog(TT.ident, (toys.optflags & FLAG_s ? LOG_PERROR : 0) , facility); in logger_main()
Dsyslogd.c51 uint32_t facility[8]; member
144 if (set & 0x1) file->facility[i] |= ~facval; in resolve_config()
362 if (!((tf->facility[lvl] & (1 << fac)) || (tf->level[fac] & (1<<lvl)))) { in logmsg()
/external/valgrind/none/tests/s390x/
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
Dstfle.stdout.exp5 STFLE facility is installed
10 No MSA facility available
Dfpext_fail.stderr.exp4 That facility is not available on this host
/external/openssh/
Dlog.c122 log_facility_name(SyslogFacility facility) in log_facility_name() argument
127 if (log_facilities[i].val == facility) in log_facility_name()
242 log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr) in log_init() argument
274 switch (facility) { in log_init()
316 (int) facility); in log_init()
Dsftp-server.036 Specifies the facility code that is used when logging messages
/external/libunwind/doc/
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
/external/fio/os/windows/posix/include/
Dsyslog.h16 void openlog(const char *ident, int logopt, int facility);
/external/elfutils/src/
DCOPYING-LGPLV350 facility refers to a function or data to be supplied by an Application
51 that uses the facility (other than as an argument passed when the
52 facility is invoked), then you may convey a copy of the modified
57 function or data, the facility still operates, and performs
/external/llvm/test/CodeGen/SystemZ/
Dint-sub-09.ll1 ; Test 128-bit subtraction when the distinct-operands facility is available.
Dint-add-16.ll1 ; Test 128-bit addition when the distinct-operands facility is available.
/external/clang/examples/PrintFunctionNames/
DREADME.txt1 This is a simple example demonstrating how to use clang's facility for
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-inject.txt22 information could make use of this facility.
/external/iproute2/tc/
DREADME.last44 but remember: not all pentiums have this facility, and
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt46 the program, and using the 'typedef' like facility is not a wonderful
/external/valgrind/
DREADME.s39034 instructions from that facility and observing whether SIGILL is thrown
/external/iptables/extensions/
Dlibxt_cluster.man58 In the case of TCP connections, pickup facility has to be disabled
/external/mesa3d/docs/
DRELNOTES-6.331 window-system indepedent Pbuffer facility.
/external/clang/test/Analysis/
Dblocks.m47 aslclient asl_open(const char *ident, const char *facility, uint32_t opts);
/external/iputils/doc/
Drarpd.sgml44 This facility is deeply obsoleted by
/external/sepolicy/tools/sepolicy-analyze/
DREADME92 neverallow rules as it parses them. This is principally a debugging facility

12345