Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
HDscsi_cd.c284 static int cdstopunit(struct cam_periph *periph, u_int32_t eject);
2697 error = cdstopunit(periph, 0); in cdioctl()
2702 error = cdstopunit(periph, 1); in cdioctl()
3782 cdstopunit(struct cam_periph *periph, u_int32_t eject) in cdstopunit() function