Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c289 static int cdstopunit(struct cam_periph *periph, uint32_t eject);
2519 error = cdstopunit(periph, 0); in cdioctl()
2524 error = cdstopunit(periph, 1); in cdioctl()
3427 cdstopunit(struct cam_periph *periph, uint32_t eject) in cdstopunit() function