Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
HDscsi_cd.c283 static int cdpause(struct cam_periph *periph, u_int32_t go);
2677 error = cdpause(periph, 1); in cdioctl()
2682 error = cdpause(periph, 0); in cdioctl()
3715 cdpause(struct cam_periph *periph, u_int32_t go) in cdpause() function