Lines Matching refs:fcio
308 fcio_t fcio; in findversion() local
384 fcio.fcio_cmd = FCIO_GET_FCODE_REV; in findversion()
386 fcio.fcio_xfer = FCIO_XFER_READ; in findversion()
387 fcio.fcio_obuf = (caddr_t)version; in findversion()
388 fcio.fcio_olen = MAXNAMELEN; in findversion()
391 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in findversion()
409 fcio.fcio_cmd = FCIO_GET_FW_REV; in findversion()
411 fcio.fcio_xfer = FCIO_XFER_READ; in findversion()
412 fcio.fcio_obuf = (caddr_t)fw_rev; in findversion()
413 fcio.fcio_olen = FC_FW_REV_SIZE; in findversion()
415 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in findversion()