Searched refs:SASBADDINTDESC (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 282 #define SASBADDINTDESC(sb, indent, data, fmt, name, desc) \ macro 1175 SASBADDINTDESC(sb, *indent, tmpint, %d, protection_supported, in safillprot() 4828 SASBADDINTDESC(sb, indent, softc->flags & SA_FLAG_FIXED ? 1 : 0, %d, in saextget() 4838 SASBADDINTDESC(sb, indent, tmpint, %d, compression_supported, in saextget() 4844 SASBADDINTDESC(sb, indent, tmpint, %d, compression_enabled, in saextget() 4853 SASBADDINTDESC(sb, indent, (intmax_t)softc->fileno, %jd, in saextget() 4855 SASBADDINTDESC(sb, indent, (intmax_t)softc->blkno, %jd, in saextget() 4858 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_fileno, %jd, in saextget() 4860 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_blkno, %jd, in saextget() 4863 SASBADDINTDESC(sb, indent, (intmax_t)softc->partition, %jd, in saextget() [all …]
|