Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/path/
H A Dpathprobe.c113 unsigned long ptime; in pathprobe() local
150 ptime = ps.st_mtime; in pathprobe()
155 if (!stat(path, &st) && st.st_size && ptime < (unsigned long)st.st_mtime) in pathprobe()
156 ptime = st.st_mtime; in pathprobe()
203 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime) in pathprobe()
/titanic_50/usr/src/cmd/prstat/
H A Dprstat.c361 char psize[6], prssize[6], pmem[6], pcpu[6], ptime[12]; in list_print() local
479 Format_time(ptime, id->id_time, 10); in list_print()
484 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
488 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
492 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
496 psize, prssize, pmem, ptime, pcpu); in list_print()
531 Format_time(ptime, in list_print()
535 Format_time(ptime, in list_print()
544 ppri, pnice, ptime, pcpu, in list_print()
552 ptime, pcpu, in list_print()
/titanic_50/usr/src/cmd/ptools/
H A DMakefile44 ptime \
/titanic_50/usr/src/cmd/bnu/
H A Duucleanup.c825 static time_t ptime = 0; local
830 if (!ptime)
831 (void) time(&ptime);
833 return ((int)((ptime - stbuf.st_mtime)/_sec_per_day));
H A Duustat.c1112 static time_t ptime = 0; local
1116 if (!ptime)
1117 (void) time(&ptime);
1120 return ((int)((ptime - stbuf.st_mtime)/_sec_per_day));
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-extended-system-utilities.mf69 $(i386_ONLY)file path=usr/bin/$(ARCH32)/ptime mode=0555
89 file path=usr/bin/$(ARCH64)/ptime mode=0555
234 hardlink path=usr/bin/ptime target=../../usr/lib/isaexec
268 link path=usr/proc/bin/ptime target=../../bin/ptime
H A DSUNWcs.man1.inc274 link path=usr/share/man/man1/ptime.1 target=proc.1
/titanic_50/usr/src/man/man1/
H A DMakefile494 ptime.1 \
670 ptime.1 := LINKSRC = proc.1
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_var.h54 uint32_t ptime; /* previous time check */ member
/titanic_50/usr/src/cmd/truss/
H A Dmain.c1546 const char *ptime; in setup_basetime() local
1561 ptime = asctime(ptm); in setup_basetime()
1568 ptime, pdst, ptime + 20); in setup_basetime()
/titanic_50/usr/src/lib/libsecdb/
H A Dexec_attr.txt264 Process Management:suser:cmd:::/usr/bin/ptime:euid=0
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c10522 mDNSs32 ptime = 0; in PenaltyTimeForServer() local
10525 ptime = server->penaltyTime - m->timenow; in PenaltyTimeForServer()
10526 if (ptime < 0) in PenaltyTimeForServer()
10532 ptime, server->penaltyTime, m->timenow); in PenaltyTimeForServer()
10534 ptime = 0; in PenaltyTimeForServer()
10537 return ptime; in PenaltyTimeForServer()
/titanic_50/
H A D.gitignore2085 usr/src/cmd/ptools/ptime/amd64/
2086 usr/src/cmd/ptools/ptime/i386/
4408 usr/src/man/man1/ptime.1