/titanic_51/usr/src/uts/common/syscall/ |
H A D | times.c | 50 struct tms p_time; in times() local 54 p_time.tms_utime = (clock_t)NSEC_TO_TICK( in times() 56 p_time.tms_stime = (clock_t)NSEC_TO_TICK( in times() 58 p_time.tms_cutime = p->p_cutime; in times() 59 p_time.tms_cstime = p->p_cstime; in times() 62 if (copyout(&p_time, tp, sizeof (p_time))) in times() 80 struct tms32 p_time; in times32() local 84 p_time.tms_utime = (clock32_t)NSEC_TO_TICK( in times32() 86 p_time in times32() [all...] |
/titanic_51/usr/src/lib/libadm/common/ |
H A D | cktime.c | 91 p_time(char *string, int llim, int ulim) in p_time() function 152 input = p_time(input, LH, UH); in cktime_val() 158 input = p_time(input, LM, UM); in cktime_val() 164 input = p_time(input, LS, US); in cktime_val() 170 input = p_time(input, LH, UH); in cktime_val() 181 input = p_time(input, LM, UM); in cktime_val() 191 input = p_time(input, LS, US); in cktime_val() 197 input = p_time(input, LH, UH); in cktime_val() 207 input = p_time(input, LM, UM); in cktime_val() 215 input = p_time(inpu in cktime_val() [all...] |
/titanic_51/usr/src/lib/libresolv/ |
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) in p_time() function
|
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 | mapfile-vers | 64 p_time;
|
/titanic_51/usr/src/cmd/whodo/ |
H A D | whodo.c | 110 time_t p_time; /* ticks of user & system time */ member 341 up->p_time = 0; in main() 376 up->p_time = statinfo.pr_utime.tv_sec + in main() 524 up->p_time / 60L, up->p_time % 60L, in showproc() 591 jobtime += up->p_time + up->p_ctime; in calctotals() 592 proctime += up->p_time; in calctotals()
|
/titanic_51/usr/src/cmd/ttymon/ |
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;
|
H A D | tmstruct.h | 73 long p_time; /* start time of a series */ member
|
/titanic_51/usr/src/cmd/w/ |
H A D | w.c | 106 time_t p_time; /* seconds of user & system time */ member 360 up->p_time = 0; in main() 395 up->p_time = statinfo.pr_utime.tv_sec + in main() 588 jobtime += up->p_time + up->p_ctime; in calctotals() 589 proctime += up->p_time; in calctotals()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rlib.h | 71 extern char *p_time(u_long value);
|
/titanic_51/usr/src/cmd/init/ |
H A D | init.c | 314 long p_time; /* Start time for a series of respawns */ member 1361 if (process->p_time == 0L) in spawn() 1362 process->p_time = now; in spawn() 1366 if ((now - process->p_time) < SPAWN_INTERVAL) { in spawn() 1377 process->p_time = now; in spawn() 1386 if (now - process->p_time < SPAWN_INTERVAL + INHIBIT) in spawn() 1388 process->p_time = now; in spawn() 1487 process->p_time = 0L; in findpslot() 2323 process->p_time = 0L; in siglvl() 2523 process->p_time in efork() [all...] |
/titanic_51/usr/src/lib/libresolv2/common/ |
H A D | llib-lresolv | 27 const char * p_time(unsigned int);
|
H A D | mapfile-vers | 296 p_time;
|
/titanic_51/usr/src/head/ |
H A D | resolv.h | 364 const char *p_time __P((unsigned int));
|
/titanic_51/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) { in p_time() function
|
/titanic_51/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) in p_time() function 1950 p_time(shp,sfstderr,sh_translate(format),tm); in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 210 static int p_time(Shell_t *shp, Sfio_t *out, const char *format, clock_t *tm) in p_time() function 2668 p_time(shp,sfstderr,sh_translate(format),tm); in sh_exec()
|