Searched refs:t_new (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/powertop/common/
H A Dturbo.c57 static turbo_info_t *t_new = NULL; variable
100 t_new = calloc((size_t)g_ncpus, sizeof (turbo_info_t));
207 if ((ret = pt_turbo_snapshot(t_new)) != 0) {
216 delta_mcnt = t_new[cpu].t_mcnt - cpu_turbo_info[cpu].t_mcnt;
217 delta_acnt = t_new[cpu].t_acnt - cpu_turbo_info[cpu].t_acnt;
231 (void) memcpy(cpu_turbo_info, t_new, g_ncpus * (sizeof (turbo_info_t)));
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c436 __nis_table_mapping_t *t_new = NULL, *tg; local
619 t_new = new_merged_mapping(objs, t);
620 if (t_new) {
623 prev->next = t_new;
625 *table_mapping = t_new;
626 prev = t_new;
658 t_new = new_merged_mapping(objs, t);
659 if (t_new) {
662 prev->next = t_new;
664 *table_mapping = t_new;
[all...]

Completed in 45 milliseconds