Lines Matching defs:uchar_t

239 	uchar_t inq_2_reladdr	: 1,	/* relative addressing */
248 uchar_t inq_sftre : 1, /* Soft Reset option */
261 uchar_t inq_3_reladdr : 1, /* relative addressing */
268 uchar_t inq_SIP_3 : 1, /* Interlocked Protocol */
285 uchar_t inq_dtype;
288 uchar_t inq_rmb : 1, /* removable media */
291 uchar_t inq_qual : 7, /* device type qualifier */
297 uchar_t inq_iso : 2, /* ISO version */
301 uchar_t inq_ansi : 3, /* ANSI version */
309 uchar_t inq_aenc : 1, /* async event notification cap. */
315 uchar_t inq_rdf : 4, /* response data format */
323 uchar_t inq_len; /* additional length */
324 uchar_t : 8; /* reserved */
326 uchar_t : 2, /* reserved */
332 uchar_t inq_SIP_1 : 3, /* Interlocked Protocol */
347 uchar_t inq_vid[8]; /* vendor ID */
349 uchar_t inq_pid[16]; /* product ID */
351 uchar_t inq_revision[4]; /* product revision level */
360 uchar_t inq_firmware_rev[4]; /* firmware revision level */
363 uchar_t inq_serial[12]; /* serial number, not used any more */
366 uchar_t inq_res2[2];
369 uchar_t inq_ssa_ports; /* number of ports */
370 uchar_t inq_ssa_tgts; /* number of targets */
375 uchar_t inq_res3[40];
379 uchar_t inq_box_name[32];
380 uchar_t inq_avu[256];
404 uchar_t qual :3,
407 uchar_t dtype :5,
410 uchar_t page_code;
411 uchar_t reserved;
412 uchar_t len;
413 uchar_t page_list[251];
455 void dump_hex_data(char *, uchar_t *, int, int);
457 void print_chars(uchar_t *, int, int);
458 void print_inq_data(char *, char *, L_inquiry, uchar_t *, size_t);
459 void print_fabric_dtype_prop(uchar_t *hba_port_wwn, uchar_t *port_wwn,
460 uchar_t dtype_prop);
461 void print_private_loop_dtype_prop(uchar_t *hba_port_wwn, uchar_t *port_wwn,
462 uchar_t dtype_prop);
464 int cmp_raw_wwn(uchar_t *wwn_1, uchar_t *wwn_2);
472 int get_mode_page(char *path, uchar_t **pg_buf);
473 int scsi_mode_sense_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t pc,
474 uchar_t page_code);
488 uint64_t wwnConversion(uchar_t *wwn);