Home
last modified time | relevance | path

Searched refs:code (Results 2676 - 2700 of 6117) sorted by relevance

1...<<101102103104105106107108109110>>...245

/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp177 void PrintWriteResultCallbackAdapterImpl::WriteResultCallback(std::string jobId, uint32_t code) in WriteResultCallback() argument
179 cb_(jobId, code); in WriteResultCallback()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dco_auth_client_test.cpp105 .WillByDefault([&service, testExecutorIndex](uint32_t code, MessageParcel &data, MessageParcel &reply, in CallRemoteObject()
107 service->OnRemoteRequest(code, data, reply, option); in CallRemoteObject()
/base/web/webview/test/unittest/mmi_adapter/
H A Dmmi_adapter_impl_test.cpp188 const char* code = g_mmi->KeyCodeToString(MMI::KeyEvent::KEYCODE_UNKNOWN); in HWTEST_F() local
189 EXPECT_NE(code, nullptr); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtintel.h143 void btintel_hw_error(struct hci_dev *hdev, u8 code);
203 static inline void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error() argument
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dh3xxx.c3 * Support for Compaq iPAQ H3100 and H3600 handheld computers (common code)
173 .code = KEY_POWER,
180 .code = KEY_ENTER,
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Ddecode_exc.c5 * Floating-point emulation code
46 #define SIGNALCODE(signal, code) ((signal) << 24 | (code))
168 /* some of the following code uses in decode_fpu()
175 * TIMEX extended unimplemented exception code in decode_fpu()
182 /* some of the following code uses excptype, so in decode_fpu()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dnospec-insn.h111 # The ALTERNATIVE replacement code has a .+10 which targets
112 # the "br \reg" after the code has been patched.
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddecode_exc.c5 * Floating-point emulation code
46 #define SIGNALCODE(signal, code) ((signal) << 24 | (code))
168 /* some of the following code uses in decode_fpu()
175 * TIMEX extended unimplemented exception code in decode_fpu()
182 /* some of the following code uses excptype, so in decode_fpu()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dh3xxx.c3 * Support for Compaq iPAQ H3100 and H3600 handheld computers (common code)
173 .code = KEY_POWER,
180 .code = KEY_ENTER,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c245 {.code = (__u8)1,.dst_reg = (__u8)0x2,.src_reg = (__u8)0x3,.off = (__s16)4,.imm = (__s32)5,}); in BPF_PROG()
247 {.code = 1, .dst_reg = 0x2, .src_reg = 0x3, .off = 4, in BPF_PROG()
/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-activity.c223 unsigned long code, void *unused) in activity_reboot_notifier()
230 unsigned long code, void *unused) in activity_panic_notifier()
222 activity_reboot_notifier(struct notifier_block *nb, unsigned long code, void *unused) activity_reboot_notifier() argument
229 activity_panic_notifier(struct notifier_block *nb, unsigned long code, void *unused) activity_panic_notifier() argument
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dpwm-beeper.c81 unsigned int type, unsigned int code, int value) in pwm_beeper_event()
88 switch (code) { in pwm_beeper_event()
80 pwm_beeper_event(struct input_dev *input, unsigned int type, unsigned int code, int value) pwm_beeper_event() argument
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c36 u8 code; /* continuous code */ member
188 wm->acc_rate = cinfo[sp_idx].code; in wm97xx_acc_startup()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Disl_oid.h31 u16 code; member
38 u16 code; member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_cmd.h41 #define init_h2fwcmd_w_parm_no_rsp(pcmd, pparm, code) \
44 pcmd->cmdcode = code;\
289 * 0x03: cmd dropped due to invalid cmd code
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_lookup.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
38 regs->verdict.code = NFT_BREAK; in nft_lookup_eval()
181 switch (data->verdict.code) { in nft_lookup_validate_setelem()
H A Dnft_queue.c5 * Development of this code partly funded by OISF
52 regs->verdict.code = ret; in nft_queue_eval()
68 regs->verdict.code = ret; in nft_queue_sreg_eval()
H A Dnft_quota.c38 regs->verdict.code = NFT_BREAK; in nft_quota_do_eval()
58 regs->verdict.code = NFT_BREAK; in nft_quota_obj_eval()
H A Dnft_redir.c121 regs->verdict.code = nf_nat_redirect_ipv4(pkt->skb, &range, in nft_redir_eval()
126 regs->verdict.code = nf_nat_redirect_ipv6(pkt->skb, &range, in nft_redir_eval()
H A Dnft_fwd_netdev.c35 regs->verdict.code = NF_STOLEN; in nft_fwd_netdev_eval()
149 regs->verdict.code = verdict; in nft_fwd_neigh_eval()
/kernel/linux/linux-5.10/include/linux/
H A Dptrace.h358 * @code: current->exit_code value ptrace will stop with
363 * same @code and @info arguments. It can be defined to a constant if
373 #define arch_ptrace_stop_needed(code, info) (0)
379 * @code: current->exit_code value ptrace will stop with
390 #define arch_ptrace_stop(code, info) do { } while (0)
/kernel/linux/linux-5.10/sound/ppc/
H A Dbeep.c87 unsigned int code, int hz) in snd_pmac_beep_event()
101 switch (code) { in snd_pmac_beep_event()
86 snd_pmac_beep_event(struct input_dev *dev, unsigned int type, unsigned int code, int hz) snd_pmac_beep_event() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpfm.c156 printf(" Code : 0x%"PRIx64"\n", info->code); in print_libpfm_events_detailed()
179 ainfo.code, src); in print_libpfm_events_detailed()
/kernel/linux/linux-5.10/drivers/xen/
H A Dmanage.c36 the distinction when we return the reason code to them. */
175 static int poweroff_nb(struct notifier_block *cb, unsigned long code, void *unused) in poweroff_nb() argument
177 switch (code) { in poweroff_nb()
289 pr_err("Error %d reading sysrq code in control/sysrq\n", in sysrq_handler()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c44 regs->verdict.code = NFT_BREAK; in nft_fib4_eval_type()
97 regs->verdict.code = NFT_BREAK; in nft_fib4_eval()

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...245