/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathprobe.c | 125 unsigned long ptime; in pathprobe_20100601() local 165 ptime = ps.st_mtime; in pathprobe_20100601() 170 if (!stat(path, &st) && st.st_size && ptime < (unsigned long)st.st_mtime) in pathprobe_20100601() 171 ptime = st.st_mtime; in pathprobe_20100601() 218 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime) in pathprobe_20100601()
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prstat.c | 362 char psize[6], prssize[6], pmem[6], pcpu[6], ptime[12]; in list_print() local 486 Format_time(ptime, id->id_time, 10); in list_print() 491 id->id_nproc, psize, prssize, pmem, ptime, in list_print() 495 id->id_nproc, psize, prssize, pmem, ptime, in list_print() 499 id->id_nproc, psize, prssize, pmem, ptime, in list_print() 503 psize, prssize, pmem, ptime, pcpu); in list_print() 537 Format_time(ptime, in list_print() 541 Format_time(ptime, in list_print() 549 ppri, pnice, ptime, pcpu, in list_print() 555 ptime, pcpu, name); in list_print()
|
/illumos-gate/usr/src/cmd/ptools/ |
H A D | Makefile | 44 ptime \
|
/illumos-gate/usr/src/test/util-tests/tests/sleep/ |
H A D | sleeptest.ksh | 64 ptime -m $sleep_prog $min 2>&1 | nawk -f $sleep_awk min=$min \
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 822 static time_t ptime = 0; local 827 if (!ptime) 828 (void) time(&ptime); 830 return ((int)((ptime - stbuf.st_mtime)/_sec_per_day));
|
H A D | uustat.c | 1110 static time_t ptime = 0; local 1114 if (!ptime) 1115 (void) time(&ptime); 1118 return ((int)((ptime - stbuf.st_mtime)/_sec_per_day));
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-extended-system-utilities.p5m | 56 link path=usr/bin/$(ARCH64)/ptime target=../../bin/ptime 113 file path=usr/bin/ptime mode=0555 175 link path=usr/proc/bin/ptime target=../../bin/ptime
|
H A D | SUNWcs.man1.inc | 211 link path=usr/share/man/man1/ptime.1 target=proc.1
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 496 ptime.1 \ 683 ptime.1 := LINKSRC = proc.1
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 52 uint32_t ptime; /* previous time check */ member
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 1552 const char *ptime; in setup_basetime() local 1567 ptime = asctime(ptm); in setup_basetime() 1574 ptime, pdst, ptime + 20); in setup_basetime()
|
/illumos-gate/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 265 Process Management:suser:cmd:::/usr/bin/ptime:euid=0
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNS.c | 10899 mDNSs32 ptime = 0; in PenaltyTimeForServer() local 10902 ptime = server->penaltyTime - m->timenow; in PenaltyTimeForServer() 10903 if (ptime < 0) in PenaltyTimeForServer() 10909 ptime, server->penaltyTime, m->timenow); in PenaltyTimeForServer() 10911 ptime = 0; in PenaltyTimeForServer() 10914 return ptime; in PenaltyTimeForServer()
|