Searched defs:information (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
212 { 0x0e, 0x00, "invalid information unit" },
213 { 0x0e, 0x01, "information unit too short" },
214 { 0x0e, 0x02, "information unit too long" },
430 { 0x47, 0x03, "information unit iucrc error detected" },
431 { 0x47, 0x04, "asynchronous information protection error detected" },
636 * Qualifier), return a string describing the error information.
656 * Dumps detailed information about a particular SCSI error condition.
732 * Retrieve "information" field from descriptor format sense data. Iterates
733 * through each sense descriptor looking for the information descripto
937 uint64_t information; local
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
352 * Adds session information field to the session or media section of SDP.
356 sdp_add_information(char **information, const char *value) argument
358 if (information == NULL || value == NULL)
360 if (*information != NULL)
362 return (commp_add_str(information, value, strlen(value)));
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
459 * So only one protection information interval is used
519 * source of defect information is not specified.
2594 * Return the Read Capacity information
3022 * Retrieve "information" field from descriptor format
3024 * looking for the information descriptor and returns
3025 * the information field from that descriptor.
3036 * Initialize result to -1 indicating there is no information
3061 * Check if this is an information descriptor. We can
3069 * Found an information descripto
3333 uint64_t information; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
238 * These routines put LUN information in CDB byte 1 bits 7-5.
240 * sending LUN information as part of IDENTIFY message.
273 * Following routine does not put LUN information in CDB.
519 0x00, 0x1D, "ATA passthrough information available",
576 0x0e, 0x00, "invalid information unit",
577 0x0e, 0x01, "information unit too short",
578 0x0e, 0x02, "information unit too long",
798 0x47, 0x03, "information unit iucrc error detected",
799 0x47, 0x04, "asynchronous information protectio
1674 scsi_ext_sense_fields(uint8_t *sense_buffer, int sense_buf_len, uint8_t **information, uint8_t **cmd_spec_info, uint8_t **fru_code, uint8_t **sk_specific, uint8_t **stream_flags) argument
1814 scsi_sense_info_uint64(uint8_t *sense_buffer, int sense_buf_len, uint64_t *information) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h307 unsigned long information; member in struct:heci_cb_private

Completed in 74 milliseconds