Searched refs:SCSI_LOW_ALLOC_CCB (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c402 #define SCSI_LOW_ALLOC_CCB(flags) scsi_low_get_ccb((flags)) macro
569 if ((cb = SCSI_LOW_ALLOC_CCB(xs->flags & SCSI_NOSLEEP)) == NULL)
895 #define SCSI_LOW_ALLOC_CCB(flags) scsi_low_get_ccb() macro
990 if (((cb = SCSI_LOW_ALLOC_CCB(1)) == NULL)) {
1229 if (((cb = SCSI_LOW_ALLOC_CCB(1)) == NULL))
2167 if ((cb = SCSI_LOW_ALLOC_CCB(1)) == NULL)
4595 if ((cb = SCSI_LOW_ALLOC_CCB(1)) == NULL)

Completed in 41 milliseconds