Searched defs:tp (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/tools/
H A Dtime.c126 gettimeofday(struct timeval *tp, void *tzp) argument
135 if ((result = (fptr)(tp, tzp)) == 0) {
139 tp->tv_sec = curtime;
146 clock_gettime(clockid_t clock_id, struct timespec *tp) argument
155 if ((result = (fptr)(clock_id, tp)) == 0) {
159 tp->tv_sec = curtime;
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c246 uint *np, *tp; local
270 tp = (uint *) &cs.cpu_sysinfo;
272 *np++ += *tp++;
274 tp = (uint *) &cs.cpu_vminfo;
276 *np++ += *tp++;
H A Dkr_iostat.c535 uint *np, *tp; local
553 tp = (uint *)&(cpu_stat_data[i].cpu_sysinfo);
555 *np++ += *tp++;
557 tp = (uint *)&(cpu_stat_data[i].cpu_vminfo);
559 *np++ += *tp++;
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c109 const char *tp; local
112 for (tp = ep; tp > bp && isdigit(*tp); tp--)
115 if (tp == ep || tp != bp || extract_uint(bp + 1, lun) != 0) {
133 const char *tp; local
135 for (tp = ep; tp >
170 char *tp; local
[all...]

Completed in 23 milliseconds