Home
last modified time | relevance | path

Searched refs:data_pos (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c106 u32 data_pos; in ath11k_tm_process_event() local
138 ab->testmode.data_pos = 0; in ath11k_tm_process_event()
141 data_pos = ab->testmode.data_pos; in ath11k_tm_process_event()
143 if ((data_pos + datalen) > ATH11K_FTM_EVENT_MAX_BUF_LENGTH) { in ath11k_tm_process_event()
145 data_pos, datalen); in ath11k_tm_process_event()
150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen); in ath11k_tm_process_event()
151 data_pos += datalen; in ath11k_tm_process_event()
154 ab->testmode.data_pos = data_pos; in ath11k_tm_process_event()
163 data_pos, ftm_msg->seg_hdr.len); in ath11k_tm_process_event()
166 nla_total_size(data_pos), in ath11k_tm_process_event()
[all …]
H A Dcore.h1010 u32 data_pos; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c52 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument
70 if (data_pos) in wpa_alloc_eapol()
71 *data_pos = hdr + 1; in wpa_alloc_eapol()
79 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument
81 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
H A Dwpas_glue.c64 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument
82 if (data_pos) in wpa_alloc_eapol()
83 *data_pos = hdr + 1; in wpa_alloc_eapol()
449 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument
451 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
H A Dibss_rsn.c86 u16 data_len, size_t *msg_len, void **data_pos) in supp_alloc_eapol() argument
107 if (data_pos) in supp_alloc_eapol()
108 *data_pos = hdr + 1; in supp_alloc_eapol()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h290 size_t *msg_len, void **data_pos) in wpa_sm_alloc_eapol() argument
294 msg_len, data_pos); in wpa_sm_alloc_eapol()
H A Dwpa.h42 size_t *msg_len, void **data_pos);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1249 uint32_t data_pos, data_size; in hfs_decompress() local
1257 data_pos = RSRC_H_SIZE + archive_le32dec(block_info++); in hfs_decompress()
1260 a->compressed_buffer, data_size, data_pos, 0); in hfs_decompress()