/third_party/openssl/ssl/statem/ |
H A D | statem_dtls.c | 1051 int dtls1_read_failed(SSL *s, int code) in dtls1_read_failed() argument 1053 if (code > 0) { in dtls1_read_failed() 1063 return code; in dtls1_read_failed() 1069 return code; in dtls1_read_failed()
|
/third_party/python/Modules/_ctypes/ |
H A D | cfield.c | 1515 Ideas: Implement VARIANT in this table, using 'V' code. 1516 Use '?' as code for BOOL. 1525 for (; fd->code; ++fd) { in _ctypes_init_fielddesc() 1526 switch (fd->code) { in _ctypes_init_fielddesc() 1603 for (; table->code; ++table) { in _ctypes_get_fielddesc() 1604 if (table->code == fmt[0]) in _ctypes_get_fielddesc()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 582 let code = match libc_errno::errno().0 { 587 c::_exit(code); 607 let code = match libc_errno::errno().0 { 620 c::_exit(code);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.c | 1278 void hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, in hs20_rx_deauth_imminent_notice() argument 1287 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice() 1289 if (code == HS20_DEAUTH_REASON_CODE_BSS) { in hs20_rx_deauth_imminent_notice() 1307 if (code == HS20_DEAUTH_REASON_CODE_ESS && wpa_s->current_ssid) { in hs20_rx_deauth_imminent_notice()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.c | 1304 void hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, in hs20_rx_deauth_imminent_notice() argument 1313 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice() 1315 if (code == HS20_DEAUTH_REASON_CODE_BSS) { in hs20_rx_deauth_imminent_notice() 1333 if (code == HS20_DEAUTH_REASON_CODE_ESS && wpa_s->current_ssid) { in hs20_rx_deauth_imminent_notice()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 323 % Do this outside of the \shipout so @code etc. will be expanded in 324 % the headline as they should be, not taken literally (outputting ''code). 339 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} 342 % {\code {{\tt \backslashcurfont }acronym} 1238 % We have to set dummies so commands such as @code, and characters 2231 %\newif\ifmarkupenv % @env == @code. 2232 %\newif\ifmarkupcommand % @command == @code. 2312 % the code environments to do likewise. 2453 % @code (and similar) prints in typewriter, but with spaces the same 2477 % We *must* turn on hyphenation at `-' and `_' in @code [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 67 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 69 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 76 __field( __u16, code ) 85 __entry->code = code; 89 TP_printk("code 0x%x %s cnt 0x%x idx 0x%x in 0x%llx out 0x%llx", 90 __entry->code, __entry->fast ? "fast" : "slow",
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | main.c | 245 unsigned long code, void *param); 252 unsigned long code, void *param); 2215 unsigned long code, void *_param) in keyboard_notifier_call() 2240 switch (code) { in keyboard_notifier_call() 2285 unsigned long code, void *_param) in vt_notifier_call() 2290 switch (code) { in vt_notifier_call() 2214 keyboard_notifier_call(struct notifier_block *nb, unsigned long code, void *_param) keyboard_notifier_call() argument 2284 vt_notifier_call(struct notifier_block *nb, unsigned long code, void *_param) vt_notifier_call() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov8856.c | 1284 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ov8856_update_pad_format() 1520 struct v4l2_subdev_mbus_code_enum *code) in ov8856_enum_mbus_code() 1523 if (code->index > 0) in ov8856_enum_mbus_code() 1526 code->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ov8856_enum_mbus_code() 1538 if (fse->code != MEDIA_BUS_FMT_SGRBG10_1X10) in ov8856_enum_frame_size() 1518 ov8856_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) ov8856_enum_mbus_code() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 74 /* consuming code assumes buffer is page-sized */ in efx_mcdi_init() 920 * Return: A negative error code, or zero if successful. The error 921 * code may come from the MCDI response or may indicate a failure 936 /* Normally, on receiving an error code in the MCDI response, 938 * things) the raw error code, by means of efx_mcdi_display_error. 940 * the error conditionally on the return code, it should call this 1086 int code = 0, err_arg = 0; in efx_mcdi_display_error() local 1089 code = MCDI_DWORD(outbuf, ERR_CODE); in efx_mcdi_display_error() 1094 cmd, inlen, rc, code, err_arg); in efx_mcdi_display_error() 1315 int code in efx_mcdi_process_event() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 459 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow() 461 flow->l4_mask.icmp.code = match.mask->code; in bnxt_tc_parse_flow() 728 /* l4 ports serve as type/code when ip_proto is ICMP */ in bnxt_hwrm_cfa_flow_alloc() 731 req.l4_dst_port = htons(flow->l4_key.icmp.code); in bnxt_hwrm_cfa_flow_alloc() 732 req.l4_dst_port_mask = htons(flow->l4_mask.icmp.code); in bnxt_hwrm_cfa_flow_alloc() 1083 * or a -ve error code on failure
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_ioctl.c | 1278 u16 code; in esas2r_ioctl_handler() local 1393 ioctl->data.prw.code = 1; in esas2r_ioctl_handler() 1406 code = esas2r_write_params(a, rq, in esas2r_ioctl_handler() 1408 ioctl->data.prw.code = code; in esas2r_ioctl_handler() 1418 ioctl->data.prw.code = 1; in esas2r_ioctl_handler() 2005 /* Pick up possible error code from above */ in esas2r_read_fs()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | crypto.c | 925 * @key_bytes: Length of key in bytes; used for AES code selection 927 * Returns zero on no match, or the cipher code on match 932 u8 code = 0; in ecryptfs_code_for_cipher_string() local 939 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string() 942 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string() 945 code = RFC2440_CIPHER_AES_256; in ecryptfs_code_for_cipher_string() 950 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string() 954 return code; in ecryptfs_code_for_cipher_string() 960 * @cipher_code: The code to convert to cipher name string 974 ecryptfs_printk(KERN_WARNING, "Cipher code no in ecryptfs_cipher_code_to_string() [all...] |
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ip_tables.c | 3 * Packet matching code. 1788 /* Returns 1 if the type and code is matched by the range, 0 otherwise */ 1791 u_int8_t type, u_int8_t code, in icmp_type_code_match() 1795 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match() 1820 icmpinfo->code[0], in icmp_match() 1821 icmpinfo->code[1], in icmp_match() 1822 ic->type, ic->code, in icmp_match() 1790 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, u_int8_t type, u_int8_t code, bool invert) icmp_type_code_match() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 173 dev_err(dev, "Read at %#06x of %d bytes failed with code %d.\n", in sii8620_read_buf() 221 dev_err(dev, "Write at %#06x of %*ph failed with code %d.\n", in sii8620_write_buf() 440 static void sii8620_mt_rap(struct sii8620 *ctx, u8 code) in sii8620_mt_rap() argument 442 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RAP, code); in sii8620_mt_rap() 445 static void sii8620_mt_rcpk(struct sii8620 *ctx, u8 code) in sii8620_mt_rcpk() argument 447 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RCPK, code); in sii8620_mt_rcpk() 450 static void sii8620_mt_rcpe(struct sii8620 *ctx, u8 code) in sii8620_mt_rcpe() argument 452 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RCPE, code); in sii8620_mt_rcpe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 460 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow() 462 flow->l4_mask.icmp.code = match.mask->code; in bnxt_tc_parse_flow() 733 /* l4 ports serve as type/code when ip_proto is ICMP */ in bnxt_hwrm_cfa_flow_alloc() 736 req->l4_dst_port = htons(flow->l4_key.icmp.code); in bnxt_hwrm_cfa_flow_alloc() 737 req->l4_dst_port_mask = htons(flow->l4_mask.icmp.code); in bnxt_hwrm_cfa_flow_alloc() 1091 * or a -ve error code on failure
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 73 /* consuming code assumes buffer is page-sized */ in efx_mcdi_init() 917 * Return: A negative error code, or zero if successful. The error 918 * code may come from the MCDI response or may indicate a failure 933 /* Normally, on receiving an error code in the MCDI response, 935 * things) the raw error code, by means of efx_mcdi_display_error. 937 * the error conditionally on the return code, it should call this 1083 int code = 0, err_arg = 0; in efx_mcdi_display_error() local 1086 code = MCDI_DWORD(outbuf, ERR_CODE); in efx_mcdi_display_error() 1091 cmd, inlen, rc, code, err_arg); in efx_mcdi_display_error() 1312 int code in efx_mcdi_process_event() local [all...] |
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | crypto.c | 898 * @key_bytes: Length of key in bytes; used for AES code selection 900 * Returns zero on no match, or the cipher code on match 905 u8 code = 0; in ecryptfs_code_for_cipher_string() local 912 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string() 915 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string() 918 code = RFC2440_CIPHER_AES_256; in ecryptfs_code_for_cipher_string() 923 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string() 927 return code; in ecryptfs_code_for_cipher_string() 933 * @cipher_code: The code to convert to cipher name string 947 ecryptfs_printk(KERN_WARNING, "Cipher code no in ecryptfs_cipher_code_to_string() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_ioctl.c | 784 .code = input->code, in atomisp_enum_framesizes() 809 .code = atomisp_in_fmt_conv[0].code, in atomisp_enum_frameintervals() 835 struct v4l2_subdev_mbus_code_enum code = { in atomisp_enum_fmt_cap() local 850 rval = v4l2_subdev_call(camera, pad, enum_mbus_code, NULL, &code); in atomisp_enum_fmt_cap()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 1395 * or an error code that is then interpreted as drop packet in __cgroup_bpf_run_filter_skb() 2232 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in sysctl_convert_ctx_access() 2259 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access() 2272 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access() 2274 BPF_SIZE(si->code), si->dst_reg, si->dst_reg, in sysctl_convert_ctx_access() 2420 BPF_MEM | BPF_CLASS(si->code)), \ 2473 *insn++ = BPF_RAW_INSN(BPF_CLASS(si->code) | BPF_MEM | in cg_sockopt_convert_ctx_access()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.c | 75 /* consuming code assumes buffer is page-sized */ in efx_siena_mcdi_init() 921 * Return: A negative error code, or zero if successful. The error 922 * code may come from the MCDI response or may indicate a failure 937 /* Normally, on receiving an error code in the MCDI response, 939 * things) the raw error code, by means of efx_siena_mcdi_display_error. 941 * the error conditionally on the return code, it should call this 1089 int code = 0, err_arg = 0; in efx_siena_mcdi_display_error() local 1092 code = MCDI_DWORD(outbuf, ERR_CODE); in efx_siena_mcdi_display_error() 1097 cmd, inlen, rc, code, err_arg); in efx_siena_mcdi_display_error() 1318 int code in efx_siena_mcdi_process_event() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-capture.c | 52 * @mbus: the mbus code on the src resizer pad that matches the pixel format 368 struct v4l2_subdev_mbus_code_enum *code) in rkisp1_cap_enum_mbus_codes() 372 * initialize curr_mbus to non existing mbus code 0 to ensure it is in rkisp1_cap_enum_mbus_codes() 383 if (n++ == code->index) { in rkisp1_cap_enum_mbus_codes() 384 code->code = curr_mbus; in rkisp1_cap_enum_mbus_codes() 1345 sd_fmt.format.code != fmt->mbus) { in rkisp1_capture_link_validate() 1350 sd_fmt.format.code, sd_fmt.format.width, in rkisp1_capture_link_validate() 367 rkisp1_cap_enum_mbus_codes(struct rkisp1_capture *cap, struct v4l2_subdev_mbus_code_enum *code) rkisp1_cap_enum_mbus_codes() argument
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7251.c | 1085 struct v4l2_subdev_mbus_code_enum *code) in ov7251_enum_mbus_code() 1087 if (code->index > 0) in ov7251_enum_mbus_code() 1090 code->code = MEDIA_BUS_FMT_Y10_1X10; in ov7251_enum_mbus_code() 1099 if (fse->code != MEDIA_BUS_FMT_Y10_1X10) in ov7251_enum_frame_size() 1269 __format->code = MEDIA_BUS_FMT_Y10_1X10; in ov7251_set_format() 1083 ov7251_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) ov7251_enum_mbus_code() argument
|
H A D | ov8858.c | 1425 fmt->format.code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov8858_set_fmt() 1456 if (fse->code != MEDIA_BUS_FMT_SBGGR10_1X10) in ov8858_enum_frame_sizes() 1469 struct v4l2_subdev_mbus_code_enum *code) in ov8858_enum_mbus_code() 1471 if (code->index != 0) in ov8858_enum_mbus_code() 1474 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov8858_enum_mbus_code() 1467 ov8858_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) ov8858_enum_mbus_code() argument
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 67 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt, 69 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa), 76 __field( __u16, code ) 86 __entry->code = code; 91 TP_printk("code 0x%x %s var_cnt 0x%x rep_cnt 0x%x idx 0x%x in 0x%llx out 0x%llx", 92 __entry->code, __entry->fast ? "fast" : "slow",
|