/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | rfkill.c | 23 u8 soft; member 78 "op=%u soft=%u hard=%u", in rfkill_receive() 79 event.idx, event.type, event.op, event.soft, in rfkill_receive() 85 } else if (event.soft) { in rfkill_receive() 86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_receive() 170 "op=%u soft=%u hard=%u", in rfkill_init() 171 event.idx, event.type, event.op, event.soft, in rfkill_init() 178 } else if (event.soft) { in rfkill_init() 179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | rfkill.c | 23 u8 soft; member 78 "op=%u soft=%u hard=%u", in rfkill_receive() 79 event.idx, event.type, event.op, event.soft, in rfkill_receive() 85 } else if (event.soft) { in rfkill_receive() 86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_receive() 170 "op=%u soft=%u hard=%u", in rfkill_init() 171 event.idx, event.type, event.op, event.soft, in rfkill_init() 178 } else if (event.soft) { in rfkill_init() 179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_init()
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
H A D | Makefile | 17 test: all stress-soft stress-hard 19 stress-soft: 20 @echo "run soft stress tester for 60 seconds"
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | Makefile | 15 .PHONY: clean distclean see test hard soft standalone 57 test: soft hard 65 soft: standalone 68 echo "Running soft offliner for 60 seconds"
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | Makefile | 15 .PHONY: clean distclean see test hard soft standalone 57 test: soft hard 65 soft: standalone 68 echo "Running soft offliner for 60 seconds"
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_cnf.c | 52 int soft = 0; in int_engine_configure() local 77 soft = 1; in int_engine_configure() 98 if (!e && soft) { in int_engine_configure()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_cnf.c | 52 int soft = 0; in int_engine_configure() local 77 soft = 1; in int_engine_configure() 98 if (!e && soft) { in int_engine_configure()
|
/third_party/toybox/toys/net/ |
H A D | rfkill.c | 64 rfevent.soft = tvar == 1; in rfkill_main() 95 xprintf("\tSoft blocked: %s\n", rfevent.soft ? "yes" : "no"); in rfkill_main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_conf.c | 205 int soft = 0; in provider_conf_load() local 238 soft = 1; in provider_conf_load() 273 if (soft) in provider_conf_load()
|
/third_party/openssl/crypto/ |
H A D | provider_conf.c | 205 int soft = 0; in provider_conf_load() local 238 soft = 1; in provider_conf_load() 273 if (soft) in provider_conf_load()
|
/third_party/node/test/common/ |
H A D | report.js | 314 checkForUnknownFields(limits, ['soft', 'hard']); 315 assert(typeof limits.soft === 'number' || limits.soft === 'unlimited', 316 `Invalid ${type} soft limit of ${limits.soft}`);
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/ |
H A D | cases.sh | 16 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_delay.c | 47 struct ir3_instruction *consumer, unsigned n, bool soft) in ir3_delayslots() 66 if (soft && is_ss_producer(assigner)) in ir3_delayslots() 46 ir3_delayslots(struct ir3_instruction *assigner, struct ir3_instruction *consumer, unsigned n, bool soft) ir3_delayslots() argument
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/ |
H A D | cases.sh | 15 . $ROOT/lib/soft-inject.sh
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | apei-inject.sh | 10 . $ROOT/lib/soft-inject.sh
|
/third_party/python/Lib/test/ |
H A D | test_selectors.py | 455 # try to set the soft RLIMIT_NOFILE to the hard RLIMIT_NOFILE ceiling. 456 soft, hard = resource.getrlimit(resource.RLIMIT_NOFILE) 460 (soft, hard)) 463 NUM_FDS = soft
|
/third_party/jinja2/ |
H A D | compiler.py | 201 # a toplevel frame is the root + soft frames such as if conditions. 232 def soft(self) -> "Frame": member in Frame 233 """Return a soft frame. A soft frame may not be modified as 1296 if_frame = frame.soft() 1818 frame = frame.soft()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | compiler.py | 141 # a toplevel frame is the root + soft frames such as if conditions. 181 def soft(self): member in Frame 182 """Return a soft frame. A soft frame may not be modified as 1212 if_frame = frame.soft()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | compiler.py | 138 # a toplevel frame is the root + soft frames such as if conditions. 178 def soft(self): member in Frame 179 """Return a soft frame. A soft frame may not be modified as 1155 if_frame = frame.soft()
|