Searched defs:secs (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dtime_cmd.c59 int secs; local
68 secs = (currticks() - start) / ticks_per_sec();
70 printf ( "%s: %ds\n", argv[0], secs );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_ttl.c86 int secs, mins, hours, days, weeks, x; local
89 secs = (int)(src % 60); src /= 60;
112 if (secs || !(weeks || days || hours || mins)) {
113 T(fmt1(secs, 'S', &dst, &dstlen));
H A Dres_debug.c637 int deg = 0, min = 0, secs = 0, secsfrac = 0; local
660 secs = secs * 10 + (*cp++ - '0');
686 + (((((deg * 60) + min) * 60) + secs) * 1000)
692 - (((((deg * 60) + min) * 60) + secs) * 1000)
976 p_secstodate (u_long secs) { argument
978 time_t clock = (time_t)secs;
/vbox/src/VBox/Devices/PC/BIOS/
H A Dlogo.c505 void delay_boot(uint16_t secs) argument
509 if (!secs)
515 printf("Delaying boot for %d seconds:", secs);
516 for (i = secs; i > 0; i--)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimetest.c433 PRTime secs; local
453 secs = PR_ImplodeTime(&et1);
454 if (LL_GE_ZERO(secs)) {
460 PR_ExplodeTime(secs, PR_LocalTimeParameters, &et2);
482 secs = PR_ImplodeTime(&et1);
483 if (!LL_GE_ZERO(secs)) {
489 PR_ExplodeTime(secs, PR_LocalTimeParameters, &et2);
H A Dy2ktmo.c462 fprintf(stderr, "\t-l <secs> lead time (%d)\n",
476 PRInt32 secs; local
501 fprintf(stderr, "lead time: %d secs\n", lead_time_secs);
522 secs = lead_time_secs + 5;
527 (void*)PR_SecondsToInterval(secs), PR_PRIORITY_NORMAL,
533 secs++;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp258 PRInt32 secs, msecs; local
272 if (timeStr != NULL && 2 == PR_sscanf(timeStr, "%d.%d", &secs, &msecs)) {
274 LL_MUL(tmp1, (PRInt64)secs, 1000000);
303 static void ParseTime(PRTime tm, PRInt32& secs, PRInt32& msecs) argument
311 LL_L2I(secs, llsecs);
335 PRInt32 secs, msecs; local
338 ParseTime(tm, secs, msecs);
345 secs, msecs, PR_GetCurrentThread(), pbuf);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcp.h560 uint16_t secs; member in struct:dhcphdr
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c639 time_t secs; local
663 secs = 86400L;
664 (void) MT_safe_localtime(&secs, &localTime);
697 LL_L2I(secs, secs64);
706 if (MT_safe_localtime(&secs, &localTime) == NULL) {
1552 time_t secs; local
1571 /* month, day, hours, mins and secs are always non-negative
1588 secs = mktime(&localTime);
1589 if (secs != (time_t) -1)
1597 * MSL do we adjust the value of secs t
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp442 uint32_t mm, dd, hh, min, secs; local
458 && (RT_SUCCESS(rc = RTStrToUInt32Ex(pcsz + 17, NULL, 0, &secs)))
470 (uint8_t)secs,

Completed in 78 milliseconds