Home
last modified time | relevance | path

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

/src/usr.sbin/mptutil/
H A Dmpt_cam.c47 static int xptfd; variable
53 if (xptfd == 0) in xpt_open()
54 xptfd = open(XPT_DEVICE, O_RDWR); in xpt_open()
55 return (xptfd); in xpt_open()
93 if (ioctl(xptfd, CAMIOCOMMAND, &ccb) < 0) { in fetch_path_id()
167 if (ioctl(xptfd, CAMIOCOMMAND, &ccb) < 0) { in mpt_query_disk()
431 if (ioctl(xptfd, CAMIOCOMMAND, &ccb) < 0) { in mpt_fetch_disks()
555 if (ioctl(xptfd, CAMIOCOMMAND, &ccb) == -1) in mpt_rescan_bus()