Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dchio.h221 #define CHIOEXCHANGE _IOW('c', 0x02, struct changer_exchange) macro
/dragonfly/bin/chio/
H A Dchio.c346 if (ioctl(changer_fd, CHIOEXCHANGE, &cmd)) in do_exchange()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.c729 case CHIOEXCHANGE: in chioctl()