Lines Matching full:ascii
62 * We convert the ASCII formatted N Port name into a binary in fc_get_pr_transport_id()
149 * The first ISCSI NAME field byte containing an ASCII null character in iscsi_get_pr_transport_id()
170 * The SEPARATOR field shall contain the five ASCII in iscsi_get_pr_transport_id()
175 * (see RFC 3720) in the form of ASCII characters that are the in iscsi_get_pr_transport_id()
178 * ID field byte containing an ASCII null character terminates in iscsi_get_pr_transport_id()
183 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id()
184 buf[off++] = 0x69; /* ASCII Character: "i" */ in iscsi_get_pr_transport_id()
185 buf[off++] = 0x2c; /* ASCII Character: "," */ in iscsi_get_pr_transport_id()
186 buf[off++] = 0x30; /* ASCII Character: "0" */ in iscsi_get_pr_transport_id()
187 buf[off++] = 0x78; /* ASCII Character: "x" */ in iscsi_get_pr_transport_id()
237 len += 5; /* For ",i,0x" ASCII separator */ in iscsi_get_pr_transport_id_len()
317 * 12 ASCII characters representing the ISID in the TransportID in iscsi_parse_pr_out_transport_id()
324 * containing an ASCII null character terminates the in iscsi_parse_pr_out_transport_id()