Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/storage/liba5k/common/
H A Dmon.c4348 int file_fd, controller_fd; in l_download() local
4371 if ((controller_fd = g_object_open(path_phys, O_NDELAY | O_RDWR)) == -1) in l_download()
4390 if (g_scsi_inquiry_cmd(controller_fd, (uchar_t *)&inq, sizeof (inq))) { in l_download()
4455 if ((status = g_scsi_tur(controller_fd)) == 0) { in l_download()
4468 (void) close(controller_fd); in l_download()
4478 status = dak_download_code_cmd(controller_fd, buf_ptr, in l_download()
4484 (void) close(controller_fd); in l_download()
4489 status = ib_download_code_cmd(controller_fd, IBEEPROM, TEXT_OFFSET, in l_download()
4492 (void) close(controller_fd); in l_download()
4500 status = ib_download_code_cmd(controller_fd, IBEEPROM, IDATA_OFFSET, in l_download()
[all …]