Searched refs:ptime (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 113 unsigned long ptime; local 150 ptime = ps.st_mtime; 155 if (!stat(path, &st) && st.st_size && ptime < (unsigned long)st.st_mtime) 156 ptime = st.st_mtime; 203 if (ptime <= (unsigned long)st.st_mtime || ptime <= (unsigned long)st.st_ctime)
|
/illumos-gate/usr/src/cmd/ptools/ |
H A D | Makefile | 44 ptime \
|
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prstat.c | 361 char psize[6], prssize[6], pmem[6], pcpu[6], ptime[12]; local 479 Format_time(ptime, id->id_time, 10); 484 id->id_nproc, psize, prssize, pmem, ptime, local 488 id->id_nproc, psize, prssize, pmem, ptime, local 492 id->id_nproc, psize, prssize, pmem, ptime, local 496 psize, prssize, pmem, ptime, pcpu); 531 Format_time(ptime, 535 Format_time(ptime, 544 ppri, pnice, ptime, pcpu, local 552 ptime, pcp local [all...] |
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 494 ptime.1 \ 672 ptime.1 := LINKSRC = proc.1
|
/illumos-gate/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));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 54 uint32_t ptime; /* previous time check */ member in struct:pcic_pm_t
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | main.c | 1547 const char *ptime; local 1562 ptime = asctime(ptm); 1569 ptime, pdst, ptime + 20);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 10542 mDNSs32 ptime = 0; local 10545 ptime = server->penaltyTime - m->timenow; 10546 if (ptime < 0) 10552 ptime, server->penaltyTime, m->timenow); 10554 ptime = 0; 10557 return ptime;
|
Completed in 107 milliseconds