/illumos-gate/usr/src/uts/common/syscall/ |
H A D | times.c | 50 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/libadm/common/ |
H A D | cktime.c | 91 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/lib/libresolv/ |
H A D | resolv.h | 107 extern char *p_time(unsigned long); 109 extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time();
|
H A D | res_debug.c | 229 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 D | tmstruct.h | 73 long p_time; /* start time of a series */ member in struct:pmtab
|
H A D | ttymon.c | 557 if (pmptr->p_time == 0L) 558 pmptr->p_time = now; 560 if ((now - pmptr->p_time) < SPAWN_INTERVAL) { 561 pmptr->p_time = now; 565 pmptr->p_time = now;
|
/illumos-gate/usr/src/lib/libresolv2/common/ |
H A D | llib-lresolv | 27 const char * p_time(unsigned int);
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 110 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/cmd/w/ |
H A D | w.c | 106 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/cmd/init/ |
H A D | init.c | 314 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...] |
/illumos-gate/usr/src/head/ |
H A D | resolv.h | 364 const char *p_time __P((unsigned int));
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 147 #pragma weak __p_time = p_time 730 p_time(u_int32_t value) { function
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 105 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);
|