Searched refs:XPT_DEVICE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.bin/iscsictl/
H A Dperiphs.c72 if ((fd = open(XPT_DEVICE, O_RDWR)) == -1) {
73 warn("couldn't open %s", XPT_DEVICE);
/freebsd-10.1-release/lib/libcam/
H A Dcamlib.h79 #define XPT_DEVICE "/dev/xpt0" macro
H A Dcamlib.c277 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
279 "%s: couldn't open %s\n%s: %s", func_name, XPT_DEVICE,
423 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
425 "%s: couldn't open %s\n%s: %s", func_name, XPT_DEVICE,
/freebsd-10.1-release/sbin/camcontrol/
H A Dcamcontrol.c433 if ((fd = open(XPT_DEVICE, O_RDWR)) == -1) {
434 warn("couldn't open %s", XPT_DEVICE);
3124 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
3125 warnx("error opening transport layer device %s", XPT_DEVICE);
3126 warn("%s", XPT_DEVICE);
3311 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
3313 XPT_DEVICE);
3314 warn("%s", XPT_DEVICE);
4291 if ((fd = open(XPT_DEVICE, O_RDWR)) < 0) {
4292 warnx("error opening transport layer device %s", XPT_DEVICE);
[all...]
/freebsd-10.1-release/usr.sbin/mptutil/
H A Dmpt_cam.c55 xptfd = open(XPT_DEVICE, O_RDWR);

Completed in 119 milliseconds