mktables.sh (32ece1f96d76b7ae0165091c2bc2a3cdce36971b) | mktables.sh (f44a1392c9d1c0ff0faf96d4eed0952a6b5cfbe0) |
---|---|
1#!/bin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License, Version 1.0 only 7# (the "License"). You may not use this file except in compliance 8# with the License. --- 58 unchanged lines hidden (view full) --- 67SMB_CAT_ smbios_cache_ctype_desc uint_t 68SMB_CAE_ smbios_cache_ecc_desc uint_t 69SMB_CAF_ smbios_cache_flag_desc uint_t 70SMB_CAL_ smbios_cache_loc_desc uint_t 71SMB_CAG_ smbios_cache_logical_desc uint_t 72SMB_CAM_ smbios_cache_mode_desc uint_t 73SMB_CHST_ smbios_chassis_state_desc uint_t 74SMB_CHT_ smbios_chassis_type_desc uint_t | 1#!/bin/sh 2# 3# CDDL HEADER START 4# 5# The contents of this file are subject to the terms of the 6# Common Development and Distribution License, Version 1.0 only 7# (the "License"). You may not use this file except in compliance 8# with the License. --- 58 unchanged lines hidden (view full) --- 67SMB_CAT_ smbios_cache_ctype_desc uint_t 68SMB_CAE_ smbios_cache_ecc_desc uint_t 69SMB_CAF_ smbios_cache_flag_desc uint_t 70SMB_CAL_ smbios_cache_loc_desc uint_t 71SMB_CAG_ smbios_cache_logical_desc uint_t 72SMB_CAM_ smbios_cache_mode_desc uint_t 73SMB_CHST_ smbios_chassis_state_desc uint_t 74SMB_CHT_ smbios_chassis_type_desc uint_t |
75SMB_COOLDEV_S_ smbios_cooldev_status_desc uint_t 76SMB_COOLDEV_T_ smbios_cooldev_type_desc uint_t |
|
75SMB_EVFL_ smbios_evlog_flag_desc uint_t 76SMB_EVHF_ smbios_evlog_format_desc uint_t 77SMB_EVM_ smbios_evlog_method_desc uint_t 78SMB_HWSEC_PS_ smbios_hwsec_desc uint_t 79SMB_IPMI_F_ smbios_ipmi_flag_desc uint_t 80SMB_IPMI_T_ smbios_ipmi_type_desc uint_t | 77SMB_EVFL_ smbios_evlog_flag_desc uint_t 78SMB_EVHF_ smbios_evlog_format_desc uint_t 79SMB_EVM_ smbios_evlog_method_desc uint_t 80SMB_HWSEC_PS_ smbios_hwsec_desc uint_t 81SMB_IPMI_F_ smbios_ipmi_flag_desc uint_t 82SMB_IPMI_T_ smbios_ipmi_type_desc uint_t |
83SMB_IPROBE_L_ smbios_iprobe_loc_desc uint_t 84SMB_IPROBE_S_ smbios_iprobe_status_desc uint_t |
|
81SMB_POWERSUP_F_ smbios_powersup_flag_desc uint_t 82SMB_POWERSUP_I_ smbios_powersup_input_desc uint_t 83SMB_POWERSUP_S_ smbios_powersup_status_desc uint_t 84SMB_POWERSUP_T_ smbios_powersup_type_desc uint_t 85SMB_MAL_ smbios_memarray_loc_desc uint_t 86SMB_MAU_ smbios_memarray_use_desc uint_t 87SMB_MAE_ smbios_memarray_ecc_desc uint_t 88SMB_MDF_ smbios_memdevice_flag_desc uint_t --- 9 unchanged lines hidden (view full) --- 98SMB_PRT_ smbios_processor_type_desc uint_t 99SMB_PRU_ smbios_processor_upgrade_desc uint_t 100SMB_SLCH1_ smbios_slot_ch1_desc uint_t 101SMB_SLCH2_ smbios_slot_ch2_desc uint_t 102SMB_SLL_ smbios_slot_length_desc uint_t 103SMB_SLT_ smbios_slot_type_desc uint_t 104SMB_SLU_ smbios_slot_usage_desc uint_t 105SMB_SLW_ smbios_slot_width_desc uint_t | 85SMB_POWERSUP_F_ smbios_powersup_flag_desc uint_t 86SMB_POWERSUP_I_ smbios_powersup_input_desc uint_t 87SMB_POWERSUP_S_ smbios_powersup_status_desc uint_t 88SMB_POWERSUP_T_ smbios_powersup_type_desc uint_t 89SMB_MAL_ smbios_memarray_loc_desc uint_t 90SMB_MAU_ smbios_memarray_use_desc uint_t 91SMB_MAE_ smbios_memarray_ecc_desc uint_t 92SMB_MDF_ smbios_memdevice_flag_desc uint_t --- 9 unchanged lines hidden (view full) --- 102SMB_PRT_ smbios_processor_type_desc uint_t 103SMB_PRU_ smbios_processor_upgrade_desc uint_t 104SMB_SLCH1_ smbios_slot_ch1_desc uint_t 105SMB_SLCH2_ smbios_slot_ch2_desc uint_t 106SMB_SLL_ smbios_slot_length_desc uint_t 107SMB_SLT_ smbios_slot_type_desc uint_t 108SMB_SLU_ smbios_slot_usage_desc uint_t 109SMB_SLW_ smbios_slot_width_desc uint_t |
110SMB_TPROBE_L_ smbios_tprobe_loc_desc uint_t 111SMB_TPROBE_S_ smbios_tprobe_status_desc uint_t |
|
106SMB_TYPE_ smbios_type_desc uint_t | 112SMB_TYPE_ smbios_type_desc uint_t |
113SMB_VPROBE_L_ smbios_vprobe_loc_desc uint_t 114SMB_VPROBE_S_ smbios_vprobe_status_desc uint_t |
|
107SMB_WAKEUP_ smbios_system_wakeup_desc uint_t 108' 109 110if [ $# -ne 1 ]; then 111 echo "Usage: $0 file.h > file.c" >&2 112 exit 2 113fi 114 --- 40 unchanged lines hidden --- | 115SMB_WAKEUP_ smbios_system_wakeup_desc uint_t 116' 117 118if [ $# -ne 1 ]; then 119 echo "Usage: $0 file.h > file.c" >&2 120 exit 2 121fi 122 --- 40 unchanged lines hidden --- |