Searched defs:controller_fd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 52 milliseconds