Home
last modified time | relevance | path

Searched refs:tmp_data (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c119 unsigned char *tmp_data = NULL; in process_pci_value() local
139 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
141 if (tmp_data) { in process_pci_value()
142 (*policy)->data = tmp_data; in process_pci_value()
175 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
178 if (!tmp_data) { in process_pci_value()
189 (*policy)->data = tmp_data; in process_pci_value()
203 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
205 if (tmp_data) { in process_pci_value()
206 (*policy)->data = tmp_data; in process_pci_value()
[all …]
/freebsd-13.1/usr.sbin/camdd/
H A Dcamdd.c863 struct camdd_buf_data *tmp_data; in camdd_buf_sg_create() local
865 tmp_data = &tmp_buf->buf_type_spec.data; in camdd_buf_sg_create()
868 (bus_addr_t) tmp_data->buf; in camdd_buf_sg_create()
869 data->segs[i].ds_len = tmp_data->fill_len - in camdd_buf_sg_create()
870 tmp_data->resid; in camdd_buf_sg_create()
872 data->iovec[i].iov_base = tmp_data->buf; in camdd_buf_sg_create()
873 data->iovec[i].iov_len = tmp_data->fill_len - in camdd_buf_sg_create()
874 tmp_data->resid; in camdd_buf_sg_create()
876 if (((tmp_data->fill_len - tmp_data->resid) % in camdd_buf_sg_create()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc.c608 char *tmp_data; in getresponse() local
823 tmp_data = rpkt.u.data; in getresponse()
825 memcpy(datap, tmp_data, (unsigned)size); in getresponse()
826 tmp_data += size; in getresponse()