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

/osnet-11/usr/src/cmd/powertop/common/
H A Dturbo.c57 static turbo_info_t *t_new = NULL; variable
94 t_new = calloc((size_t)g_ncpus, sizeof (turbo_info_t));
191 if ((ret = pt_turbo_snapshot(t_new)) != 0) {
200 delta_mcnt = t_new[cpu].t_mcnt - cpu_turbo_info[cpu].t_mcnt;
201 delta_acnt = t_new[cpu].t_acnt - cpu_turbo_info[cpu].t_acnt;
215 (void) memcpy(cpu_turbo_info, t_new, g_ncpus * (sizeof (turbo_info_t)));
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c441 __nis_table_mapping_t *t_new = NULL, *tg; local
626 t_new = new_merged_mapping(objs, t);
627 if (t_new) {
630 prev->next = t_new;
632 *table_mapping = t_new;
633 prev = t_new;
665 t_new = new_merged_mapping(objs, t);
666 if (t_new) {
669 prev->next = t_new;
671 *table_mapping = t_new;
[all...]

Completed in 32 milliseconds