| /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/external/gpl3/gcc/dist/contrib/ |
| bench-stringop | 52 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 53 echo -n " "$TIME 54 echo $TIME $4 >>/tmp/accum 76 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 77 echo -n " "$TIME 78 echo $TIME $4 >>/tmp/accum
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| bench-stringop | 52 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 53 echo -n " "$TIME 54 echo $TIME $4 >>/tmp/accum 76 TIME=`/usr/bin/time -f "%E" ./a.out 2>&1` 77 echo -n " "$TIME 78 echo $TIME $4 >>/tmp/accum
|
| /src/external/mit/libuv/dist/test/ |
| benchmark-ping-udp.c | 29 #define TIME 5000 69 pinger->pongs / (TIME / 1000)); 106 if (uv_now(loop) - start_time > TIME) { 154 completed_pingers, completed_pings / (TIME/1000));
|
| benchmark-ping-pongs.c | 29 #define TIME 5000 83 fprintf(stderr, "ping_pongs: %d roundtrips/s\n", (1000 * pinger->pongs) / TIME); 151 if (uv_now(loop) - start_time > TIME) {
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 25 TIME, /* i: waiting for modification time (gzip) */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| add_n_sub_n.c | 159 TIME (t,(mpn_add_n(r1p,s1p,s2p,n),mpn_sub_n(r1p,s1p,s2p,n))); 161 TIME (t,mpn_add_n_sub_n(r1p,r2p,s1p,s2p,n)); 163 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); 165 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,s2p,n)); 167 TIME (t,mpn_add_n_sub_n(r1p,r2p,r1p,r2p,n));
|
| /src/external/mpl/dhcp/dist/includes/ |
| failover.h | 218 u_int32_t time; member in struct:failover_message 307 * not documented at all. For the time being, we will continue to use 332 TIME stos; 351 TIME last_balance, sched_balance; 367 TIME last_packet_sent; /* Timestamp on last packet we sent. */ 368 TIME last_timestamp_received; /* The last timestamp we sent that 370 TIME skew; /* The skew between our clock and our partner's. */
|
| dhcpd.h | 57 #include <time.h> 87 typedef time_t TIME; 358 TIME rcdate; 365 TIME rcdate; 568 TIME starts, ends, sort_time; 635 TIME tstp; /* Time sent to partner. */ 636 TIME tsfp; /* Time sent from partner. */ 637 TIME atsfp; /* Actual time sent from partner. * [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 ->
|
| /src/external/gpl3/binutils/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 ->
|
| /src/external/gpl3/binutils.old/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 ->
|
| /src/external/gpl3/gdb/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 ->
|
| /src/external/gpl3/gdb.old/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 ->
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tune-gcd-p.c | 40 #include <time.h> 119 #define TIME(res, code) do { \ 149 TIME(t, {
|
| /src/external/mpl/dhcp/dist/common/ |
| resolv.c | 41 TIME parse_time; 176 static TIME rcdate;
|
| parse.c | 660 /* lease-time :== NUMBER SEMI */ 664 TIME *timep; 672 parse_warn (cfile, "Expecting numeric lease time"); 947 TIME 965 /* This indicates 'local' time format. */ 974 return((TIME)0); 980 return((TIME)guess); 987 return((TIME)0); 998 return((TIME)0); 1003 somebody invents a time machine, I think we can safely disregar [all...] |
| /src/bin/ksh/ |
| lex.h | 97 #define TIME 275
|
| /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/external/mpl/dhcp/dist/server/ |
| dhcp.c | 37 #include <sys/time.h> 47 struct lease* lease, TIME original_cltt, 99 static TIME leaseTimeCheck(TIME calculated, TIME alternate); 303 TIME when; 445 not yet expired, in which case leave its expiry time alone. */ 1638 * Remove any time options, per section 3.4 RFC 2131 2177 TIME when; 2186 TIME lease_time [all...] |
| /src/games/battlestar/ |
| extern.h | 42 #include <time.h> 173 #define TIME 1039
|
| words.c | 179 { "time", TIME, VERB, NULL },
|