Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_cd.c292 static int cdstopunit(struct cam_periph *periph, uint32_t eject);
2529 error = cdstopunit(periph, 0); in cdioctl()
2534 error = cdstopunit(periph, 1); in cdioctl()
3431 cdstopunit(struct cam_periph *periph, uint32_t eject) in cdstopunit() function