Lines Matching refs:chassis
128 moreprintf("\tManufacturer %s\n", dmi->chassis.manufacturer);
129 moreprintf("\tType %s\n", dmi->chassis.type);
130 moreprintf("\tLock %s\n", dmi->chassis.lock);
131 moreprintf("\tVersion %s\n", dmi->chassis.version);
132 moreprintf("\tSerial %s\n", dmi->chassis.serial);
133 moreprintf("\tAsset Tag %s\n", dmi->chassis.asset_tag);
134 moreprintf("\tBoot up state %s\n", dmi->chassis.boot_up_state);
135 moreprintf("\tPower supply state %s\n", dmi->chassis.power_supply_state);
136 moreprintf("\tThermal state %s\n", dmi->chassis.thermal_state);
137 moreprintf("\tSecurity Status %s\n", dmi->chassis.security_status);
138 moreprintf("\tOEM Information %s\n", dmi->chassis.oem_information);
139 moreprintf("\tHeight %u\n", dmi->chassis.height);
140 moreprintf("\tNB Power Cords %u\n", dmi->chassis.nb_power_cords);
198 ("Available commands are system, chassis, base_board, cpu, bios, memory, battery, all, exit\n");
205 if (!strncmp(buffer, "chassis", 6))