Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/scsi/
H A Dscsi_cd.c291 static int cdpause(struct cam_periph *periph, uint32_t go);
2509 error = cdpause(periph, 1); in cdioctl()
2514 error = cdpause(periph, 0); in cdioctl()
3364 cdpause(struct cam_periph *periph, uint32_t go) in cdpause() function