HomeSort by: relevance | last modified time | path
    Searched refs:duration (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/dev/
spkrio.h 19 int duration; /* in 1/100ths of a second */ member in struct:__anon3669
spkr.c 173 * Play tone of proper duration for current rhythm signature.
555 * tp->duration is the length in tick (returns immediately if 0).
560 if (tp->duration <= 0)
564 rest(sc, tp->duration);
566 (*sc->sc_tone)(sc->sc_dev, tp->frequency, tp->duration);
595 if (ttp.duration == 0)
  /src/games/boggle/boggle/
timer.c 114 struct timespec duration; local
116 duration.tv_nsec = (tenths % 10 ) * 100000000L;
117 duration.tv_sec = (long) (tenths / 10);
118 nanosleep(&duration, NULL);
  /src/sys/arch/atari/dev/
kbdreg.h 53 u_int duration; /* duration of bell */ member in struct:kbdbell
kbd.c 371 kb->duration);
624 kbd_bell_gparms(u_int *volume, u_int *pitch, u_int *duration)
629 *duration = (tmp * KBDBELLDURATION) / 1000;
638 kbd_bell_sparms(u_int volume, u_int pitch, u_int duration)
648 t = (duration * 1000) / KBDBELLDURATION;
918 kbd_bell(void *v, u_int pitch, u_int duration, u_int volume)
921 kbd_bell_sparms(volume, pitch, duration);
  /src/lib/libpthread/
thrd.c 150 thrd_sleep(const struct timespec *duration, struct timespec *remaining)
153 _DIAGASSERT(duration != NULL);
157 switch (clock_nanosleep(CLOCK_MONOTONIC, TIMER_RELTIME, duration,
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pm.c 104 static void duration(struct dma_fence *fence, struct dma_fence_cb *cb) function
110 rq->duration.emitted));
207 * Use an interrupt for precise measurement of duration,
213 dma_fence_add_callback(&rq->fence, &rq->duration.cb, duration);
214 rq->duration.emitted = ktime_get();
  /src/sys/arch/x68k/usr.bin/bellctrl/
bellctrl.c 72 /* set duration to default */
85 /* set duration to default */
112 /* If duration is given */
187 set_bell_dur(int duration)
189 values.msec = duration;
249 fprintf(stderr, " To set bell volume, pitch and duration:\n");
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6qdl-sr-som.dtsi 59 * The PHY seems to require a long-enough reset duration to avoid
63 phy-reset-duration = <10>;
imx51-ts4800.dts 96 phy-reset-duration = <1>;
  /src/sys/compat/linux/common/
linux_sg.h 86 unsigned int duration; member in struct:linux_sg_io_hdr
linux_sg.c 170 lreq.duration = req.timeout; /* XXX */
272 "host_status=%u, driver_status=%u, resid=%d, duration=%u, "
278 lr->host_status, lr->driver_status, lr->resid, lr->duration,
  /src/usr.bin/timeout/
timeout.c 66 " [--kill-after time | -k time] [--foreground] <duration> <command>"
73 parse_duration(const char *duration)
78 ret = strtod(duration, &end);
79 if (ret == 0 && end == duration)
80 errx(EXIT_FAILURE, "invalid duration");
86 errx(EX_USAGE, "invalid duration");
101 errx(EX_USAGE, "invalid duration");
105 errx(EX_USAGE, "invalid duration");
  /src/lib/libcurses/
tty.c 262 halfdelay(int duration)
264 if ((duration < 1) || (duration > 255))
270 if (duration > 255)
273 stdscr->delay = duration;
  /src/sys/dev/ic/
cacreg.h 218 u_int32_t duration; /* x100ms */ member in struct:cac_blink
wi_ieee.h 141 u_int16_t duration; member in struct:wi_mgmt_hdr
333 #define WI_RID_MAX_TX_LIFE 0xFD4A /* max tx frame handling duration */
334 #define WI_RID_MAX_RX_LIFE 0xFD4B /* max rx frame handling duration */
cissreg.h 191 u_int32_t duration; /* x100ms */ member in struct:ciss_blink
  /src/sys/arch/sh3/sh3/
exception_vector.S 180 !! For the duration of fast path we keep
338 !! For the duration of fast path we keep
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h 213 } duration; member in union:i915_request::__anon5080
  /src/sys/dev/usb/
usbdi_util.c 453 usbd_set_idle(struct usbd_interface *iface, int duration, int id)
460 USBHIST_CALLARGS(usbdebug, "duration %jd id %jd", duration, id, 0, 0);
467 USETW2(req.wValue, duration, id);
  /src/sys/dev/wscons/
wsbell.c 427 * duration (derived from spkr) is in units of 10msec.
429 tone.duration = vb->period / 10;
  /src/usr.bin/xlint/llib/
llib-lposix 291 int (tcsendbreak)(int fildes, int duration);
  /src/sys/dev/pci/
if_iwnreg.h 1132 uint32_t duration; member in struct:iwn_spectrum_cmd::__anon3372
1182 uint16_t duration; member in struct:iwn4965_tx_stat
1196 uint16_t duration; member in struct:iwn5000_tx_stat
if_wpireg.h 197 uint32_t duration; member in struct:wpi_tx_stat
if_iwmreg.h 2670 * @duration: duration of event in TU
2692 uint32_t duration; member in struct:iwm_time_event_cmd_v1
2707 * and for a certain duration, the driver needs to issue a time event.
2719 * time and for a certain duration, it sends a Time Event. The flow against the
2728 * What is the duration of the event?
2827 * @duration: duration of event in TU
2846 uint32_t duration; member in struct:iwm_time_event_cmd
2935 * @max_duration: max uninterrupted context duration in T
3312 uint32_t duration; member in struct:iwm_mfuart_load_notif
5624 uint32_t duration; member in struct:iwm_scan_results_notif
    [all...]

Completed in 65 milliseconds

1 2