Searched refs:xpt_getattr (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 95 int xpt_getattr(char *buf, size_t len, const char *attr,
|
H A D | cam_xpt.c | 1156 xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path) in xpt_getattr() function
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 832 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in ndagetattr()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_pass.c | 455 if (xpt_getattr(physpath, MAXPATHLEN, in pass_add_physpath()
|
H A D | scsi_da.c | 2031 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in dagetattr()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 742 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in sddagetattr()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 1630 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in adagetattr()
|