Home
last modified time | relevance | path

Searched refs:soft (Results 1 - 25 of 29) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Drfkill.c23 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 Drfkill.c23 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 DMakefile17 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 DMakefile15 .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 DMakefile15 .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 Deng_cnf.c52 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 Deng_cnf.c52 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 Drfkill.c64 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 Dprovider_conf.c205 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 Dprovider_conf.c205 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 Dreport.js314 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 Dcases.sh16 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c47 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 Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/
H A Dcases.sh15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dapei-inject.sh10 . $ROOT/lib/soft-inject.sh
/third_party/python/Lib/test/
H A Dtest_selectors.py455 # 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 Dcompiler.py201 # 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 Dcompiler.py141 # 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 Dcompiler.py138 # 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()

Completed in 14 milliseconds

12