Searched refs:cdgetccb (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_cd.c | 250 static union ccb *cdgetccb(struct cam_periph *periph, 1381 cdgetccb(struct cam_periph *periph, u_int32_t priority) in cdgetccb() function 2794 ccb = cdgetccb(periph, /* priority */ 1); in cdprevent() 3037 ccb = cdgetccb(periph, /* priority */ 1); in cdsize() 3289 ccb = cdgetccb(periph, /* priority */ 1); in cdreadtoc() 3336 ccb = cdgetccb(periph, /* priority */ 1); in cdreadsubchannel() 3387 ccb = cdgetccb(periph, /* priority */ 1); in cdgetmode() 3486 ccb = cdgetccb(periph, /* priority */ 1); in cdsetmode() 3579 ccb = cdgetccb(periph, /* priority */ 1); in cdplay() 3636 ccb = cdgetccb(periph, /* priority */ 1); in cdplaymsf() [all …]
|