HomeSort by: relevance | last modified time | path
    Searched refs:TIME (Results 1 - 16 of 16) sorted by relevancy

  /src/usr.bin/systat/
vmstat.h 32 enum display_mode { BOOT, TIME, RUN };
syscall.c 136 time(&now);
194 if (display_mode == TIME) {
215 case SHOW_COUNTS | SHOW_TIMES: /* time/count */
220 if (display_mode == TIME)
280 if (display_mode == TIME) {
307 display_mode = TIME;
vmstat.c 72 enum display_mode display_mode = TIME;
256 time(&now);
405 if (display_mode == TIME) (s1).fld[i] = temp;}
408 if (display_mode == TIME) (s1).nchstats.fld = temp;}
411 if (display_mode == TIME) (s1).fld = temp; \
490 if (display_mode == TIME) {
560 if (display_mode == TIME)
692 display_mode = TIME;
786 if (display_mode == TIME)
884 /* elapsed time for disk stats *
    [all...]
  /src/usr.bin/ipcs/
ipcs.c 74 #include <time.h>
88 #define TIME 16
196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
211 option |= TIME;
220 (void)time(&now);
310 if (option & TIME)
324 if (option & TIME) {
346 if (option & TIME)
365 if (option & TIME)
377 if (option & TIME) {
    [all...]
  /src/common/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
inflate.c 38 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
248 first time it's called, and returns those tables the first time and
250 exchange for a little execution time. However, BUILDFIXED should not be
698 state->mode = TIME;
700 case TIME:
703 state->head->time = hold;
1396 /* if first time, start search in bit buffer */
  /src/bin/ksh/
lex.h 97 #define TIME 275
syn.c 384 case TIME:
669 { "time", TIME, true },
  /src/tests/fs/vfs/
t_vnops.c 31 #include <sys/time.h>
104 * The lookup is permitted to modify the access time of
127 #define TIME(FN) \
139 TIME(st_atimespec);
140 TIME(st_mtimespec);
141 TIME(st_ctimespec);
142 TIME(st_birthtimespec);
149 #undef TIME
776 /* msdosfs has only access date, not time */
  /src/games/battlestar/
extern.h 42 #include <time.h>
173 #define TIME 1039
words.c 179 { "time", TIME, VERB, NULL },
cypher.c 418 printf("Time (was %d) = ", ourtime);
546 case TIME:
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 55 ; 0110 TIME
67 ; PRT0 device dispatcher/TIME
130 ; TIME
187 ; +8.w TIME
441 ; TIME
914 ; #### TIME
1528 ; no STAT for first time
1639 ; no STAT for first time
1735 ; no STAT for first time
1868 ; no STAT for first time
    [all...]
  /src/games/monop/
execute.c 47 #include <sys/time.h>
48 #include <time.h>
59 typedef struct tm TIME;
272 time(&t); /* get current time */
276 fprintf(outf, "time %s", ctime(&t)); /* ctime includes a \n */
529 if (!strcmp(attribute, "time")) {
  /src/sys/arch/sun3/dev/
xd.c 41 * the time to answer some of my questions about the 753/7053.
172 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
175 #define XDC_WAIT(XDC, LCV, TIME, BITS) \
177 (LCV) = (TIME); \
1473 * XDC_MAXIOPB (31) active iopbs at one time. iopbs are allocated in
1474 * DVMA space at boot up time. what happens if we run out of iopb's?
2127 /* until next time */
  /src/sys/dev/vme/
xd.c 40 * the time to answer some of my questions about the 753/7053.
155 * XDC_WAIT: wait for XDC's csr "BITS" to come on in "TIME".
158 #define XDC_WAIT(XDC, LCV, TIME, BITS) { \
159 (LCV) = (TIME); \
1644 * XDC_MAXIOPB (31) active iopbs at one time. iopbs are allocated in
1645 * DVMA space at boot up time. what happens if we run out of iopb's?
2307 /* until next time */

Completed in 53 milliseconds