Searched defs:duration (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | tcsendbreak.c | 40 * send zeros for 0.25 seconds, if duration is 0 41 * If duration is not 0, ioctl(fildes, TCSBRK, 0) is used also to 47 tcsendbreak(int fildes, int duration) argument 49 return (ioctl(fildes, TCSBRK, duration));
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasLoadLibrary.c | 46 double duration = 0; local 75 duration = end - start; 76 duration /= HR_SECOND; 78 "%.6f seconds", duration);
|
H A D | Sun_sasRefreshAdapterConfiguration.c | 88 double duration; local 110 duration = end - start; 111 duration /= HR_SECOND; 113 "%.6f seconds", duration);
|
H A D | Sun_sasRefreshInformation.c | 93 double duration; local 121 duration = end - start; 122 duration /= HR_SECOND; 124 "%.6f seconds", duration);
|
H A D | Sun_sasScsiReportLUNs.c | 79 double duration; local 199 duration = end - start; 200 duration /= HR_SECOND; 202 of %.4f seconds", duration);
|
H A D | Sun_sasScsiInquiry.c | 83 double duration; local 232 duration = end - start; 233 duration /= HR_SECOND; 235 of %.4f seconds", duration);
|
H A D | Sun_sasScsiReadCapacity.c | 79 double duration; local 219 duration = end - start; 220 duration /= HR_SECOND; 222 of %.4f seconds", duration);
|
H A D | Sun_sasSendSMPPassThru.c | 97 double duration; local 221 duration = end - start; 222 duration /= HR_SECOND; 224 of %.4f seconds", duration);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/ |
H A D | play.c | 112 grub_uint16_t duration; member in struct:note 157 grub_dprintf ("play", "pitch = %d, duration = %d\n", note->pitch, 158 note->duration); 171 to = grub_get_rtc () + BASE_TEMPO * note->duration / tempo; 211 buf.duration = grub_le_to_cpu16 (buf.duration); 243 note.duration = grub_strtoul (args[i + 1], &end, 0); 246 grub_error (GRUB_ERR_BAD_NUMBER, "bogus duration number");
|
/osnet-11/usr/src/lib/libcommputil/common/ |
H A D | sdp.c | 518 * r=<repeat interval> <active duration> <offsets from start-time> 521 sdp_add_repeat(sdp_time_t *time, uint64_t interval, uint64_t duration, argument 534 new_repeat->r_duration = duration;
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 310 double duration; local 378 /* Do some quick duration calcuations */ 380 duration = end - start; 381 duration /= HR_SECOND; 384 wwnConversion(wwn.raw_wwn), duration); 894 double duration; local 925 // Do some calculations on the duration of the ioctl. 927 duration = end - start; 928 duration /= HR_SECOND; 931 getPath().c_str(), duration); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 4501 I32 duration; local 4509 duration = POPi; 4510 PerlProc_sleep((unsigned int)duration);
|
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses.c | 3309 double duration; local 3578 duration = end - start; 3579 duration /= HR_SECOND; 3582 duration);
|
Completed in 131 milliseconds