Lines Matching +full:library +full:- +full:sel

35  * library is designed for system software communicating with Illumos-supported
36 * service processors over /dev/ipmi0. It is not a generic IPMI library.
91 EIPMI_READONLY, /* attempt to write read-only param */
92 EIPMI_WRITEONLY, /* attempt to read write-only param */
102 * Basic library functions.
104 * The ipmi_handle is the primary interface to the library. The library itself
105 * is not MT-safe, but it is safe within a single handle. Multithreaded clients
131 #define IPMI_TRANSPORT_TYPE "transport-type"
135 #define IPMI_LAN_HOST "lan-host"
136 #define IPMI_LAN_PORT "lan-port"
137 #define IPMI_LAN_USER "lan-user"
138 #define IPMI_LAN_PASSWD "lan-passwd"
139 #define IPMI_LAN_PRIVLVL "lan-privlvl"
140 #define IPMI_LAN_TIMEOUT "lan-timeout"
141 #define IPMI_LAN_NUM_RETRIES "lan-num-retries"
189 ((dp)->id_manufacturer[0] | \
190 ((dp)->id_manufacturer[1] << 8) | \
191 ((dp)->id_manufacturer[2] << 16))
194 ((dp)->id_product[0] | \
195 ((dp)->id_product[1] << 8))
295 * along with the structure the library takes care of the rest of the work.
329 * SEL (System Event Log) commands. Currently the library only provides
330 * commands for reading the SEL.
334 * 31.2 Get SEL Info Command
358 * 32.1 SEL Event Records
394 * 32.2 OEM SEL Record (with timestamp)
406 * 32.3 OEM SEL Record (no timestamp)
479 * Get SEL Entry Command. See section 31.5. We don't support partial reads, so
492 * SEL time management. See sections 31.10 and 31.11.
544 * The list of possible types is indicated in the sub-chapters of section 43.
741 * Values for is_cs_reading_type. See table 42-2.
758 * Bitmasks based on above reading types. See table 42-2
830 * Bitmasks for sensor-specific reading type (0x6F). See section 42.2.
1138 * Constants for unit type codes. See Table 43-15.
1240 * Event-Only Record. See section 43.3.
1299 * Device-relative Entity Association Record. See section 43.5.
1768 * library.
1796 * device ID, and will return EIPMI_NOT_SUPPORTED if attempted for non-Sun
1832 * identifier, and then a type-specific data portion. The wrapper function will