Searched refs:seconds (Results 26 - 47 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libadr/common/
H A Dadr.c665 adr_data_new_time(long long seconds, int nanos) argument
667 assert(seconds >= 0 && nanos >= 0 && nanos < NANOSEC);
674 result->d_data.time.seconds = seconds;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h481 uint16_t seconds; /* seconds since did initial bootstrap */ member in struct:__anon266
482 uint16_t Flags; /* seconds since did initial bootstrap */
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c688 data->d_data.time.seconds,
830 tv.seconds < 0 || tv.nanos < 0 || tv.nanos >= NANOSEC ||
831 (*data = adr_data_new_time(tv.seconds, tv.nanos)) == NULL)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h373 grub_uint16_t seconds; /* seconds since did initial bootstrap. */ member in struct:grub_net_bootp_packet
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm305 seconds, possibly fractional. If C<TIMEOUT> is not given and any
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm52 # name/IP and an optional timeout in seconds. Create a tcp ping
58 $timeout # Optional timeout in seconds
68 # seconds and the size in bytes of additional data which should be
77 $timeout, # Optional timeout in seconds
96 croak("Default timeout for ping must be greater than 0 seconds")
238 my $gran = 0.5; # polling granularity in seconds
355 croak("Timeout must be greater than 0 seconds") if $timeout <= 0;
1411 print "HOST: $host [$ip] ACKed in $rtt seconds.\n";
1494 If a default timeout ($def_timeout) in seconds is provided, it is used
1496 must be greater than 0 and the default, if not specified, is 5 seconds
[all...]
H A DPOP3.pm416 B<Timeout> - Maximum time, in seconds, to wait for a response from the
H A DNNTP.pm722 B<Timeout> - Maximum time, in seconds, to wait for a response from the
834 format (seconds since 1970)
H A DSMTP.pm589 B<Timeout> - Maximum time, in seconds, to wait for a response from the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm41 # MacOS time() is seconds since 1 Jan 1904, localtime
173 the corresponding time(2) value in seconds since the system epoch
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c53 #define SMB_FLOCK_WAIT 15 /* in seconds */
646 * for VALID_TIME seconds. This works well because
1514 int seconds = 0; local
1539 if (seconds++ >= SMB_FLOCK_WAIT) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm330 sleep Process block for some number of seconds
354 time Time return number of seconds since 1970
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c113 /* JAN_01_1902 cast to (int) - negative number of seconds from 1970 */
160 int32_t tt_gmtoff; /* GMT offset in seconds */
1185 timeINT_t newt, seconds; local
1188 seconds = t - lclzonep->ats[hi] - 1;
1189 icycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR + 1;
1190 seconds = icycles * YEARSPERREPEAT * AVGSECSPERYEAR;
1191 newt = t - seconds;
1399 * seconds depending on whether the year is a leap year or not. (We take
2508 * Given a pointer into a time zone string, extract a number of seconds,
2511 * of seconds
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c604 pack->seconds = grub_cpu_to_be16 (t);
H A Dnet.c1560 grub_printf("Seconds : 0x%x\n", ack->seconds);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dinit.c146 struct seconds struct
193 struct seconds SECONDS_init;
886 static const Namdisc_t SECONDS_disc = { sizeof(struct seconds), put_seconds, get_seconds, nget_seconds };
1497 NV_MKINTTYPE(time_t,"seconds since the epoch",0);
1825 /* set up the seconds clock */
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py310 seconds = unpacker.unpack_hyper()
312 dt = datetime.datetime.utcfromtimestamp(seconds)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm395 kill a 'perl Makefile.PL' process after the specified time in seconds.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm463 structs are nested. Here, C<Timeval> represents a time (seconds and
475 tv_secs => '$', # seconds
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h794 extern unsigned int sleepX __P((unsigned int seconds));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6774 many seconds inactivity. Set to 0 to never break.
H A DCGI.pm5256 +30s 30 seconds from now

Completed in 120 milliseconds

12