Home
last modified time | relevance | path

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

/trueos/sys/cam/scsi/
HDscsi_all.h444 struct scsi_transportid_header struct
3411 struct scsi_transportid_header *hdr,
3421 struct scsi_transportid_header **hdr,
3429 struct scsi_transportid_header **hdr,
3437 struct scsi_transportid_header **hdr,
3445 struct scsi_transportid_header **hdr,
3453 struct scsi_transportid_header **hdr,
3461 struct scsi_transportid_header **hdr,
HDscsi_all.c5475 scsi_transportid_sbuf(struct sbuf *sb, struct scsi_transportid_header *hdr, in scsi_transportid_sbuf()
5728 struct scsi_transportid_header **hdr, in scsi_parse_transportid_64bit()
5829 scsi_parse_transportid_spi(char *id_str, struct scsi_transportid_header **hdr, in scsi_parse_transportid_spi()
5903 *hdr = (struct scsi_transportid_header *)spi; in scsi_parse_transportid_spi()
5913 scsi_parse_transportid_rdma(char *id_str, struct scsi_transportid_header **hdr, in scsi_parse_transportid_rdma()
6047 *hdr = (struct scsi_transportid_header *)rdma; in scsi_parse_transportid_rdma()
6064 scsi_parse_transportid_iscsi(char *id_str, struct scsi_transportid_header **hdr, in scsi_parse_transportid_iscsi()
6165 *hdr = (struct scsi_transportid_header *)iscsi; in scsi_parse_transportid_iscsi()
6176 scsi_parse_transportid_sop(char *id_str, struct scsi_transportid_header **hdr, in scsi_parse_transportid_sop()
6326 *hdr = (struct scsi_transportid_header *)sop; in scsi_parse_transportid_sop()
[all …]
/trueos/sbin/camcontrol/
HDpersist.c67 struct scsi_transportid_header *hdr;
164 scsi_transportid_sbuf(sb, (struct scsi_transportid_header *)buf, len); in persist_print_transportid()