Searched defs:chassis (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclsmc.c | 92 uint8_t chassis; /* chassis info area */ member in struct:__anon1227 251 offset->chassis = data[2] * 8;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 123 envmon_chassis_t *chassis); 758 * Function to read the chassis serial number 763 envmon_chassis_t *chassis) 776 res = ioctl(envmon_fd, cmd, chassis); 918 envmon_chassis_t chassis; local 968 err = get_serial_num(envmon_fd, &id, cmd, &chassis); 1028 (void) memcpy(buf, chassis.serial_number, 1029 sizeof (chassis.serial_number)); 1316 * chassis serial number. keyswitch and chassis seria 762 get_serial_num(int envmon_fd, envmon_handle_t *id, int cmd, envmon_chassis_t *chassis) argument [all...] |
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | faulty.c | 193 char *chassis; member in struct:host_id 271 find_hostid_in_list(char *platform, char *chassis, char *server, char *domain, argument 287 (chassis == NULL || hostp->hostid.chassis == NULL || 288 strcmp(chassis, hostp->hostid.chassis) == 0) && 304 hostp->hostid.chassis = chassis ? strdup(chassis) : NULL; 317 char *platform = NULL, *chassis local [all...] |
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 1987 envmon_chassis_t chassis; local 2917 chassis.serial_number, 2920 if (ddi_copyout((caddr_t)&chassis, (caddr_t)arg, 2921 sizeof (chassis), mode) != 0) {
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 70 * Because multiple SES targets can be part of a single chassis, we construct 798 * predict, we instead use the chassis-id as a unique identifier, and ignore 823 * If the chassis-id doesn't match, then these FMRIs are not 824 * equivalent. If one of the FMRIs doesn't have a chassis ID, then we 1054 char *product, *chassis; local 1064 &chassis) == 0); 1069 FM_FMRI_AUTH_CHASSIS, TOPO_PROP_IMMUTABLE, chassis, 2257 * Set the 'chassis-type' property for this subchassis. This is either 2729 * Instantiate a new chassis instance in the topology. 2762 * Check to see if there are any devices presennt in the chassis [all...] |
Completed in 750 milliseconds