Home
last modified time | relevance | path

Searched refs:ptime (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprobe.c125 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 Dprstat.c362 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 DMakefile44 ptime \
/illumos-gate/usr/src/test/util-tests/tests/sleep/
H A Dsleeptest.ksh64 ptime -m $sleep_prog $min 2>&1 | nawk -f $sleep_awk min=$min \
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c822 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 Duustat.c1110 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 Dsystem-extended-system-utilities.p5m56 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 DSUNWcs.man1.inc211 link path=usr/share/man/man1/ptime.1 target=proc.1
/illumos-gate/usr/src/man/man1/
H A DMakefile496 ptime.1 \
683 ptime.1 := LINKSRC = proc.1
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h52 uint32_t ptime; /* previous time check */ member
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1552 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 Dexec_attr.txt263 Process Management:suser:cmd:::/usr/bin/ptime:euid=0
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c10899 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()