| /illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | trace.c | 427 double seconds; local 430 seconds = difftime(Statistics.end, Statistics.start); 441 "in %.0f seconds, at %.1f lines/minute.\n", 446 seconds, Statistics.lines*60.0/seconds);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
| H A D | ncab2clf.c | 388 int seconds = 0; local 399 if (!atoi_for2(p+1, &seconds)) 441 tm->tm_sec = seconds;
|
| /illumos-gate/usr/src/cmd/krb5/ldap_util/ |
| H A D | kdb5_ldap_realm.c | 1929 int neg, days, hours, minutes, seconds; local 1942 seconds = duration; 1945 hours, minutes, seconds);
|
| /illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
| H A D | n2rng.c | 962 n2rng_config_retry(n2rng_t *n2rng, clock_t seconds) argument 971 (void *)n2rng, drv_usectohz(seconds * SECOND)); 973 "%d seconds, id = %x", seconds, n2rng->n_timeout_id);
|
| /illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_send.c | 838 int resplen, seconds, n, s; local 910 seconds = (statp->retrans << tries); 912 seconds /= statp->nscount; 913 if (seconds <= 0) 914 seconds = 1; 916 timeout = evConsTime(seconds, 0);
|
| /illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
| H A D | ixp425_board.c | 152 getc(int seconds) argument 158 limit = seconds * 1000000/10000;
|
| /illumos-gate/usr/src/lib/libzoneinfo/common/ |
| H A D | libzone.c | 702 conv_gmt(int seconds, int flag) argument 707 if ((seconds < _GMT_MIN) || (seconds > _GMT_MAX)) { 711 hour = (seconds / 60) / 60; 1220 * in ISO 6709 sign-degrees-minutes-seconds format,
|
| /illumos-gate/usr/src/cmd/fm/eversholt/common/ |
| H A D | literals.h | 91 L_DECL(seconds); variable
|
| /illumos-gate/usr/src/cmd/ipf/tools/ |
| H A D | ipfstat.c | 1807 int hours, minutes, seconds; local 1809 /* ttl is in half seconds */ 1815 seconds = ttl % 60; 1818 sprintf(ttlbuf, "%2d:%02d:%02d", hours, minutes, seconds); 1820 sprintf(ttlbuf, "%2d:%02d", minutes, seconds);
|
| /illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
| H A D | kadmin.c | 116 int neg, days, hours, minutes, seconds; local 129 seconds = duration; 132 hours, minutes, seconds);
|
| /illumos-gate/usr/src/cmd/truss/ |
| H A D | ramdata.h | 122 int seconds; /* seconds, fraction for timestamps */ member in struct:__anon1902
|
| H A D | main.c | 1897 int seconds; local 1903 seconds = Lsp->pr_tstamp.tv_sec - Cp->basetime.tv_sec; 1906 seconds--; 1912 seconds++; 1917 (void) printf("%2d.%4.4d\t", seconds, fraction); 1920 int oseconds = pri->seconds; 1923 pri->seconds = seconds; 1925 seconds -= oseconds; 1928 seconds [all...] |
| /illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
| H A D | wanboot.c | 69 * Our read requests should timeout after 25 seconds 163 unsigned int seconds; local 166 seconds = WANBOOT_RETRY_SECS * retry_cnt; 167 if (seconds > WANBOOT_RETRY_MAX_SECS) { 168 seconds = WANBOOT_RETRY_MAX_SECS; 171 "Will retry in %d seconds ...", seconds); 172 (void) sleep(seconds);
|
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_hio.c | 792 * Delay <seconds> number of seconds. 807 int seconds) 809 delay(drv_usectohz(seconds * 1000000)); 2115 * Wait for 30 seconds. 806 nxge_delay( int seconds) argument
|
| /illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
| H A D | smb_pwdutil.c | 811 int seconds = 0; local 835 if (seconds++ >= S_WAITTIME) {
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_server.c | 2044 int seconds = 1; local 2070 ticks = SEC_TO_TICK(seconds);
|
| H A D | smb_kutil.c | 907 nt_time *= 10000000; /* seconds to 100ns */ 915 uint32_t seconds; local 938 seconds = nt_time / 10000000; 939 unix_time->tv_sec = seconds; 1111 * of seconds since the Epoch (00:00:00 UTC, January 1, 1970). This is
|
| /illumos-gate/usr/src/cmd/cron/ |
| H A D | at.c | 937 int seconds = 0; local 949 seconds = atoi_for2(p+1); 978 tm.tm_sec = seconds;
|
| /illumos-gate/usr/src/lib/libshell/common/sh/ |
| H A D | init.c | 107 struct seconds struct 153 struct seconds SECONDS_init; 840 static const Namdisc_t SECONDS_disc = { sizeof(struct seconds), put_seconds, get_seconds, nget_seconds }; 1327 NV_MKINTTYPE(time_t,"seconds since the epoch",0); 1631 /* set up the seconds clock */
|
| /illumos-gate/usr/src/cmd/rcm_daemon/common/ |
| H A D | rcm_script.c | 1024 * Timeoutval is the max timeout value in seconds for the script to supply 2008 long seconds; local 2035 * Merge the seconds and nanoseconds, rounding up if there 2038 seconds = interval->tv_sec + (interval->tv_nsec / 1000000000L); 2040 seconds += (interval->tv_sec > 0) ? 1L : -1L; 2042 seconds);
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | pxe.h | 481 uint16_t seconds; /* seconds since did initial bootstrap */ member in struct:__anon2142 482 uint16_t Flags; /* seconds since did initial bootstrap */
|
| /illumos-gate/usr/src/cmd/ps/ |
| H A D | ps.c | 1618 time_t seconds; local 1628 seconds = tim % 60; 1637 days, hours, minutes, seconds); 1640 hours, minutes, seconds); 1643 minutes, seconds); 2436 time_t seconds = now.tv_sec - start->tv_sec; local 2440 seconds++; 2442 seconds--; 2444 return (seconds);
|
| /illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | pxe.h | 473 uint16_t seconds; /* seconds since did initial bootstrap */ member in struct:__anon328 474 uint16_t Flags; /* seconds since did initial bootstrap */
|
| /illumos-gate/usr/src/cmd/zonestat/zonestat/ |
| H A D | zonestat.c | 811 * Human readable format omits the fractional seconds. 2152 * parses and [nh][nm][hs] notation into seconds 2157 int seconds = 0; local 2194 /* Look for seconds delimiter */ 2197 if ((seconds = zonestat_extract_int(this, next, &end)) == -1) 2205 /* No delimiter found. Treat as seconds */ 2208 seconds = strtol(this, &end, 0); 2216 seconds += (minutes * 60); 2217 seconds += (hours * 60 * 60); 2219 return (seconds); [all...] |
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | videodev2.h | 358 uint8_t seconds; member in struct:v4l2_timecode 517 uint64_t tv_sec; /* seconds */ 617 /* Time per frame in seconds */
|