/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wifi_display.c | 70 size_t len, plen; in wifi_display_update_wfd_ie() local 192 plen = buf->used; in wifi_display_update_wfd_ie() 209 buf->used = plen; in wifi_display_update_wfd_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wifi_display.c | 70 size_t len, plen; in wifi_display_update_wfd_ie() local 192 plen = buf->used; in wifi_display_update_wfd_ie() 209 buf->used = plen; in wifi_display_update_wfd_ie()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 1060 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename() local 1079 len = aligned_dlen1 + aligned_dlen2 + ALIGN(plen, 8); in ubifs_jnl_xrename() 1081 len += plen; in ubifs_jnl_xrename() 1136 p += ALIGN(plen, 8); in ubifs_jnl_xrename() 1170 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p1); in ubifs_jnl_xrename() 1175 offs += ALIGN(plen, 8); in ubifs_jnl_xrename() 1177 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p2); in ubifs_jnl_xrename() 1226 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() local 1266 ALIGN(wlen, 8) + ALIGN(plen, 8); in ubifs_jnl_rename() 1268 len += plen; in ubifs_jnl_rename() [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 1060 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename() local 1079 len = aligned_dlen1 + aligned_dlen2 + ALIGN(plen, 8); in ubifs_jnl_xrename() 1081 len += plen; in ubifs_jnl_xrename() 1136 p += ALIGN(plen, 8); in ubifs_jnl_xrename() 1170 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p1); in ubifs_jnl_xrename() 1175 offs += ALIGN(plen, 8); in ubifs_jnl_xrename() 1177 err = ubifs_tnc_add(c, &key, lnum, offs, plen, hash_p2); in ubifs_jnl_xrename() 1230 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() local 1270 ALIGN(wlen, 8) + ALIGN(plen, 8); in ubifs_jnl_rename() 1272 len += plen; in ubifs_jnl_rename() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 86 size_t plen = 1; in eap_sm_buildInitiateReauthStart() local 93 plen += 2 + domain_len; in eap_sm_buildInitiateReauthStart() 97 (EapType) EAP_ERP_TYPE_REAUTH_START, plen, in eap_sm_buildInitiateReauthStart() 700 size_t plen; in erp_send_finish_reauth() local 720 plen = 1 + 2 + 2 + os_strlen(nai); in erp_send_finish_reauth() 722 plen += 1 + hash_len; in erp_send_finish_reauth() 724 plen, EAP_CODE_FINISH, id); in erp_send_finish_reauth() 1473 size_t plen; in eap_sm_parseEapResp() local 1491 plen = be_to_host16(hdr->length); in eap_sm_parseEapResp() 1492 if (plen > wpabuf_le in eap_sm_parseEapResp() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 85 size_t plen = 1; in eap_sm_buildInitiateReauthStart() local 92 plen += 2 + domain_len; in eap_sm_buildInitiateReauthStart() 96 (enum eap_type) EAP_ERP_TYPE_REAUTH_START, plen, in eap_sm_buildInitiateReauthStart() 707 size_t plen; in erp_send_finish_reauth() local 727 plen = 1 + 2 + 2 + os_strlen(nai); in erp_send_finish_reauth() 729 plen += 1 + hash_len; in erp_send_finish_reauth() 732 plen, EAP_CODE_FINISH, id); in erp_send_finish_reauth() 1491 size_t plen; in eap_sm_parseEapResp() local 1509 plen = be_to_host16(hdr->length); in eap_sm_parseEapResp() 1510 if (plen > wpabuf_le in eap_sm_parseEapResp() [all...] |
/kernel/linux/linux-5.10/drivers/misc/ti-st/ |
H A D | st_core.c | 238 unsigned char *plen; in st_int_recv() local 283 plen = in st_int_recv() 286 pr_debug("plen pointing to %x\n", *plen); in st_int_recv() 288 payload_len = *(unsigned char *)plen; in st_int_recv() 291 __le16_to_cpu(*(unsigned short *)plen); in st_int_recv()
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | rtsx_transport.c | 93 unsigned int plen = min(sglen, (unsigned int) in rtsx_stor_access_xfer_buf() local 98 memcpy(ptr + poff, buffer + cnt, plen); in rtsx_stor_access_xfer_buf() 100 memcpy(buffer + cnt, ptr + poff, plen); in rtsx_stor_access_xfer_buf() 106 cnt += plen; in rtsx_stor_access_xfer_buf() 107 sglen -= plen; in rtsx_stor_access_xfer_buf()
|
/kernel/linux/linux-6.6/drivers/misc/ti-st/ |
H A D | st_core.c | 233 unsigned char *plen; in st_int_recv() local 276 plen = in st_int_recv() 279 pr_debug("plen pointing to %x\n", *plen); in st_int_recv() 281 payload_len = *(unsigned char *)plen; in st_int_recv() 284 __le16_to_cpu(*(unsigned short *)plen); in st_int_recv()
|
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | rtsx_transport.c | 93 unsigned int plen = min(sglen, (unsigned int) in rtsx_stor_access_xfer_buf() local 97 memcpy_to_page(page, poff, buffer + cnt, plen); in rtsx_stor_access_xfer_buf() 99 memcpy_from_page(buffer + cnt, page, poff, plen); in rtsx_stor_access_xfer_buf() 104 cnt += plen; in rtsx_stor_access_xfer_buf() 105 sglen -= plen; in rtsx_stor_access_xfer_buf()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | key.c | 94 size_t plen; in rxrpc_preparse_xdr_rxkad() local 110 plen = sizeof(*token) + sizeof(*token->kad) + tktlen; in rxrpc_preparse_xdr_rxkad() 111 prep->quotalen = datalen + plen; in rxrpc_preparse_xdr_rxkad() 113 plen -= sizeof(*token); in rxrpc_preparse_xdr_rxkad() 118 token->kad = kzalloc(plen, GFP_KERNEL); in rxrpc_preparse_xdr_rxkad() 697 size_t plen; in rxrpc_preparse() local 757 plen = sizeof(*token->kad) + v1->ticket_length; in rxrpc_preparse() 758 prep->quotalen = plen + sizeof(*token); in rxrpc_preparse() 764 token->kad = kzalloc(plen, GFP_KERNEL); in rxrpc_preparse()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_clc.c | 841 int len, i, plen, rc; in smc_clc_send_proposal() local 862 plen = sizeof(*pclc_base) + sizeof(*pclc_smcd) + sizeof(*trl); in smc_clc_send_proposal() 875 plen += sizeof(*pclc_prfx) + in smc_clc_send_proposal() 917 plen += sizeof(*v2_ext); in smc_clc_send_proposal() 921 plen += smc_clc_eid_table.ueid_cnt * SMC_MAX_EID_LEN; in smc_clc_send_proposal() 941 plen += sizeof(*smcd_v2_ext); in smc_clc_send_proposal() 950 plen += ini->ism_offered_cnt * in smc_clc_send_proposal() 960 pclc_base->hdr.length = htons(plen); in smc_clc_send_proposal() 996 len = kernel_sendmsg(smc->clcsock, &msg, vec, i, plen); in smc_clc_send_proposal()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btbcm.c | 235 if (fw_size < cmd->plen) { in btbcm_patchram() 242 fw_ptr += cmd->plen; in btbcm_patchram() 243 fw_size -= cmd->plen; in btbcm_patchram() 247 skb = __hci_cmd_sync(hdev, opcode, cmd->plen, cmd_param, in btbcm_patchram()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 97 int plen; in pmac_show_cpuinfo() local 119 pp = of_get_property(np, "compatible", &plen); in pmac_show_cpuinfo() 122 while (plen > 0) { in pmac_show_cpuinfo() 125 plen -= l; in pmac_show_cpuinfo()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_64.c | 505 int i, plen; in mdesc_cpu_hwcap_list() local 520 plen = strlen(prop) + 1; in mdesc_cpu_hwcap_list() 521 prop += plen; in mdesc_cpu_hwcap_list() 522 len -= plen; in mdesc_cpu_hwcap_list()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 89 int plen; in pmac_show_cpuinfo() local 111 pp = of_get_property(np, "compatible", &plen); in pmac_show_cpuinfo() 114 while (plen > 0) { in pmac_show_cpuinfo() 117 plen -= l; in pmac_show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_64.c | 503 int i, plen; in mdesc_cpu_hwcap_list() local 518 plen = strlen(prop) + 1; in mdesc_cpu_hwcap_list() 519 prop += plen; in mdesc_cpu_hwcap_list() 520 len -= plen; in mdesc_cpu_hwcap_list()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | xmit.c | 125 u32 plen; in b43legacy_generate_plcp_hdr() local 127 plen = octets * 16 / bitrate; in b43legacy_generate_plcp_hdr() 129 plen++; in b43legacy_generate_plcp_hdr() 137 *data |= cpu_to_le32(plen << 16); in b43legacy_generate_plcp_hdr()
|
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 84 static struct sk_buff *alloc_lc_skb(struct nfcmrvl_private *priv, uint8_t plen) in alloc_lc_skb() argument 89 skb = nci_skb_alloc(priv->ndev, (NCI_DATA_HDR_SIZE + plen), GFP_KERNEL); in alloc_lc_skb() 98 hdr->plen = plen; in alloc_lc_skb()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_nat.c | 174 unsigned int alen, plen; in nft_nat_init() local 234 plen = sizeof_field(struct nf_nat_range, min_proto.all); in nft_nat_init() 237 &priv->sreg_proto_min, plen); in nft_nat_init() 244 plen); in nft_nat_init()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | datastream.c | 134 u16 plen; in befs_read_lsymlink() local 148 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink() 150 memcpy(buff + bytes_read, bh->b_data, plen); in befs_read_lsymlink() 152 bytes_read += plen; in befs_read_lsymlink()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_hmac.c | 166 int plen, i, dgsize, wrsize; in seg6_hmac_compute() local 174 plen = 16 + 1 + 1 + 4 + (hdr->first_segment + 1) * 16; in seg6_hmac_compute() 177 if (plen >= SEG6_HMAC_RING_SIZE) in seg6_hmac_compute() 214 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_ftp.c | 97 const char *pattern, size_t plen, in ip_vs_ftp_get_addrport() 108 if (data_limit - data < plen) { in ip_vs_ftp_get_addrport() 116 if (strncasecmp(data, pattern, plen) != 0) { in ip_vs_ftp_get_addrport() 119 s = data + plen; in ip_vs_ftp_get_addrport() 96 ip_vs_ftp_get_addrport(char *data, char *data_limit, const char *pattern, size_t plen, char skip, bool ext, int mode, union nf_inet_addr *addr, __be16 *port, __u16 af, char **start, char **end) ip_vs_ftp_get_addrport() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 143 char **out_data, u32 *plen /* returned data len */); 154 char **out_data, u32 *plen /* returned data len */); 175 u64 persistent_fid, u64 volatile_fid, struct smb311_posix_qinfo *data, u32 *plen); 189 void **data, unsigned int *plen, u32 info);
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | datastream.c | 134 u16 plen; in befs_read_lsymlink() local 148 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink() 150 memcpy(buff + bytes_read, bh->b_data, plen); in befs_read_lsymlink() 152 bytes_read += plen; in befs_read_lsymlink()
|