Searched defs:p_time (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dtimes.c50 struct tms p_time; local
54 p_time.tms_utime = (clock_t)NSEC_TO_TICK(
56 p_time.tms_stime = (clock_t)NSEC_TO_TICK(
58 p_time.tms_cutime = p->p_cutime;
59 p_time.tms_cstime = p->p_cstime;
62 if (copyout(&p_time, tp, sizeof (p_time)))
80 struct tms32 p_time; local
84 p_time.tms_utime = (clock32_t)NSEC_TO_TICK(
86 p_time
[all...]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_debug.c229 fprintf(file, ", ttl = %s", p_time(_getlong(cp)));
293 fprintf(file, "\n\trefresh = %s", p_time(_getlong(cp)));
295 fprintf(file, "\n\tretry = %s", p_time(_getlong(cp)));
297 fprintf(file, "\n\texpire = %s", p_time(_getlong(cp)));
299 fprintf(file, "\n\tmin = %s\n", p_time(_getlong(cp)));
486 p_time(value) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmstruct.h73 long p_time; /* start time of a series */ member in struct:pmtab
/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c91 p_time(char *string, int llim, int ulim) function
152 input = p_time(input, LH, UH);
158 input = p_time(input, LM, UM);
164 input = p_time(input, LS, US);
170 input = p_time(input, LH, UH);
181 input = p_time(input, LM, UM);
191 input = p_time(input, LS, US);
197 input = p_time(input, LH, UH);
207 input = p_time(input, LM, UM);
215 input = p_time(inpu
[all...]
/illumos-gate/usr/src/cmd/w/
H A Dw.c106 time_t p_time; /* seconds of user & system time */ member in struct:uproc
360 up->p_time = 0;
395 up->p_time = statinfo.pr_utime.tv_sec +
588 jobtime += up->p_time + up->p_ctime;
589 proctime += up->p_time;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c147 #pragma weak __p_time = p_time
730 p_time(u_int32_t value) { function
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c110 time_t p_time; /* ticks of user & system time */ member in struct:uproc
341 up->p_time = 0;
376 up->p_time = statinfo.pr_utime.tv_sec +
524 up->p_time / 60L, up->p_time % 60L,
591 jobtime += up->p_time + up->p_ctime;
592 proctime += up->p_time;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c105 static int p_time(Shell_t *shp, Sfio_t *out, const char *format, clock_t *tm) function
1950 p_time(shp,sfstderr,sh_translate(format),tm);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c314 long p_time; /* Start time for a series of respawns */ member in struct:PROC_TABLE
1361 if (process->p_time == 0L)
1362 process->p_time = now;
1366 if ((now - process->p_time) < SPAWN_INTERVAL) {
1377 process->p_time = now;
1386 if (now - process->p_time < SPAWN_INTERVAL + INHIBIT)
1388 process->p_time = now;
1487 process->p_time = 0L;
2323 process->p_time = 0L;
2523 process->p_time
[all...]

Completed in 70 milliseconds