/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 177 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 D | co_auth_client_test.cpp | 105 .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 D | mmi_adapter_impl_test.cpp | 188 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 D | btintel.h | 143 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 D | h3xxx.c | 3 * 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 D | decode_exc.c | 5 * 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 D | nospec-insn.h | 111 # 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 D | decode_exc.c | 5 * 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 D | h3xxx.c | 3 * 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 D | netif_receive_skb.c | 245 {.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 D | ledtrig-activity.c | 223 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 D | pwm-beeper.c | 81 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 D | mainstone-wm97xx.c | 36 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 D | isl_oid.h | 31 u16 code; member 38 u16 code; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_cmd.h | 41 #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 D | nft_lookup.c | 5 * 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 D | nft_queue.c | 5 * 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 D | nft_quota.c | 38 regs->verdict.code = NFT_BREAK; in nft_quota_do_eval() 58 regs->verdict.code = NFT_BREAK; in nft_quota_obj_eval()
|
H A D | nft_redir.c | 121 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 D | nft_fwd_netdev.c | 35 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 D | ptrace.h | 358 * @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 D | beep.c | 87 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 D | pfm.c | 156 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 D | manage.c | 36 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 D | nft_fib_ipv4.c | 44 regs->verdict.code = NFT_BREAK; in nft_fib4_eval_type() 97 regs->verdict.code = NFT_BREAK; in nft_fib4_eval()
|