Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4347 int file_fd, controller_fd; in l_download() local
4370 if ((controller_fd = g_object_open(path_phys, O_NDELAY | O_RDWR)) == -1) in l_download()
4389 if (g_scsi_inquiry_cmd(controller_fd, (uchar_t *)&inq, sizeof (inq))) { in l_download()
4454 if ((status = g_scsi_tur(controller_fd)) == 0) { in l_download()
4467 (void) close(controller_fd); in l_download()
4477 status = dak_download_code_cmd(controller_fd, buf_ptr, in l_download()
4483 (void) close(controller_fd); in l_download()
4488 status = ib_download_code_cmd(controller_fd, IBEEPROM, TEXT_OFFSET, in l_download()
4491 (void) close(controller_fd); in l_download()
4499 status = ib_download_code_cmd(controller_fd, IBEEPROM, IDATA_OFFSET, in l_download()
[all …]