Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sheck
  • Content: Threads
  • Order by date
  1. sheck

    STIOCMD IOCTL On AIX 5L?

    I am getting an EFAULT error 14 (Bad Address) on AIX 5L but I don't see this on AIX 4.3.3. Doesn't matter if it is built on 5L. Is STIOCMD supported by 5L? struct sc_iocmd scmd; (void) memset((char *)&scmd, 0, sizeof(scmd)); scmd.scsi_cdb[0] = 0x12; scmd.scsi_cdb[1] = 0x0; scmd.scsi_cdb[2] =...

Part and Inventory Search

Back
Top