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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_all.c6598 * transportid_str: NUL-terminated string with format: protcol,id
6611 scsi_parse_transportid(char *transportid_str, argument
6632 tmpstr = strsep(&transportid_str, ",.");
6636 "%s: transportid_str is NULL", __func__);
6660 scsi_proto_map[table_entry].value, transportid_str, hdr,
6668 retval = scsi_parse_transportid_spi(transportid_str, hdr,
6676 retval = scsi_parse_transportid_rdma(transportid_str, hdr,
6684 retval = scsi_parse_transportid_iscsi(transportid_str, hdr,
6692 retval = scsi_parse_transportid_sop(transportid_str, hdr,
H A Dscsi_all.h3983 int scsi_parse_transportid(char *transportid_str,

Completed in 182 milliseconds