/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 113 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 D | prstat.c | 361 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 D | Makefile | 44 ptime \
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 825 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 D | uustat.c | 1112 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 D | system-extended-system-utilities.mf | 69 $(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 D | SUNWcs.man1.inc | 274 link path=usr/share/man/man1/ptime.1 target=proc.1
|
/titanic_50/usr/src/man/man1/ |
H A D | Makefile | 494 ptime.1 \ 670 ptime.1 := LINKSRC = proc.1
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 54 uint32_t ptime; /* previous time check */ member
|
/titanic_50/usr/src/cmd/truss/ |
H A D | main.c | 1546 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 D | exec_attr.txt | 264 Process Management:suser:cmd:::/usr/bin/ptime:euid=0
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 10522 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 | .gitignore | 2085 usr/src/cmd/ptools/ptime/amd64/ 2086 usr/src/cmd/ptools/ptime/i386/ 4408 usr/src/man/man1/ptime.1
|