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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dscsicmd.h78 grub_uint32_t information; member in struct:grub_scsi_request_sense_data
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
209 { 0x0e, 0x00, "invalid information unit" },
210 { 0x0e, 0x01, "information unit too short" },
211 { 0x0e, 0x02, "information unit too long" },
427 { 0x47, 0x03, "information unit iucrc error detected" },
428 { 0x47, 0x04, "asynchronous information protection error detected" },
633 * Qualifier), return a string describing the error information.
653 * Dumps detailed information about a particular SCSI error condition.
729 * Retrieve "information" field from descriptor format sense data. Iterates
730 * through each sense descriptor looking for the information descripto
934 uint64_t information; local
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
349 * Adds session information field to the session or media section of SDP.
353 sdp_add_information(char **information, const char *value) argument
355 if (information == NULL || value == NULL)
357 if (*information != NULL)
359 return (commp_add_str(information, value, strlen(value)));

Completed in 35 milliseconds