Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c772 ifp_download_t *download_p = NULL; in q_load_file() local
791 if ((download_p = (ifp_download_t *)malloc( in q_load_file()
808 if (read(fcode_fd, download_p->dl_fcode, fcode_size) in q_load_file()
811 free(download_p); in q_load_file()
829 free(download_p); in q_load_file()
833 download_p->dl_fcode_len = fcode_size; in q_load_file()
834 file_id = download_p->dl_fcode[0x42] & 0xff; in q_load_file()
836 download_p->dl_chip_id = file_id; in q_load_file()
840 free(download_p); in q_load_file()
844 free(download_p); in q_load_file()
[all …]