Lines Matching refs:ntp
141 ipmi_name_trans_t *ntp;
143 for (ntp = &ipmi_entity_table[0]; ntp->int_name != NULL; ntp++) {
144 if (ntp->int_value == id) {
145 (void) strlcpy(buf, ntp->int_name, len);
156 ipmi_name_trans_t *ntp;
158 for (ntp = &ipmi_sensor_type_table[0]; ntp->int_name != NULL; ntp++) {
159 if (ntp->int_value == type) {
160 (void) strlcpy(buf, ntp->int_name, len);
171 ipmi_name_trans_t *ntp;
173 for (ntp = &ipmi_units_type_table[0]; ntp->int_name != NULL; ntp++) {
174 if (ntp->int_value == type) {
175 (void) strlcpy(buf, ntp->int_name, len);
188 ipmi_name_trans_t *ntp;
192 ntp = &ipmi_sensor_type_table[0];
195 ntp = &ipmi_reading_type_table[0];
198 for (; ntp->int_name != NULL; ntp++) {
199 if (ntp->int_value == val) {
200 (void) strlcpy(buf, ntp->int_name, len);