Searched refs:facilities (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | logger.c | 58 *facilities[] = {"kern", "user", "mail", "daemon", "auth", "syslog", in logger_main() local 66 facility = arrayfind(TT.p, facilities, ARRAY_LEN(facilities)); in logger_main()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 106 // Instruction returns a bit vector of the enabled hardware facilities. 184 // for facilities. in ProbeImpl() 190 // D(B) to specify to memory location to store the facilities bits in ProbeImpl() 191 // The facilities we are checking for are: in ProbeImpl() 194 int64_t facilities[3] = {0L}; in ProbeImpl() local 202 : "=Q"(facilities), "=r"(reg0) in ProbeImpl() 208 if (facilities[0] & (one << (63 - 45))) { in ProbeImpl() 212 if (facilities[0] & (one << (63 - 34))) { in ProbeImpl() 216 if (facilities[0] & (one << (63 - 37))) { in ProbeImpl() 220 if (facilities[ in ProbeImpl() [all...] |
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
H A D | syslog08 | 27 # case 8: Test all the facilities at a particular level. # 42 local facilities="user mail daemon auth lpr" 44 tst_resm TINFO "testing all the facilities" 46 for facility in $facilities; do 123 tst_resm TINFO " Test all the facilities at a particular level."
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | utils.py | 103 facilities = "".join(x for x in cpuinfo_list if x.startswith("facilities")) 104 facilities_list = facilities.split(" ")
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 288 facilities: first, it is possible to flush the cached information
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 4280 % Index generation facilities
|
Completed in 11 milliseconds