Home
last modified time | relevance | path

Searched refs:ms (Results 126 – 150 of 179) sorted by relevance

12345678

/dragonfly/contrib/file/magic/Magdir/
H A Dasf127 !:mime video/x-ms-asf
H A Dmap382 # delay in ms: like 0, 500
383 >>7 ulelong !0 \b, %u ms
H A Dfonts408 !:mime application/vnd.ms-opentype
422 !:mime application/vnd.ms-fontobject
H A Djpeg177 #!:mime image/vnd.ms-photo
H A Dmsvc192 !:mime application/x-ms-pdb
/dragonfly/sys/bus/mmc/
H A Dmmc.c163 static void mmc_ms_delay(int ms);
196 mmc_ms_delay(int ms) in mmc_ms_delay() argument
201 timo = ms * hz / 1000; in mmc_ms_delay()
205 DELAY(1000 * ms); in mmc_ms_delay()
/dragonfly/usr.bin/dsynth/
H A Dbuild.c2374 int ms; in dophase() local
2641 ms = mptylogpoll(MasterPtyFd, fdlog, wmsg, &wdog_time); in dophase()
2642 if (ms == MPTY_FAILED) { in dophase()
2648 if (ms == MPTY_EOF) in dophase()
/dragonfly/sys/dev/disk/ahci/
H A Dahci.h649 void ahci_os_sleep(int ms);
/dragonfly/sys/dev/disk/sili/
H A Dsili.h921 void sili_os_sleep(int ms);
/dragonfly/sys/dev/raid/mfi/
H A Dmfi.c2883 union mfi_statrequest *ms; in mfi_ioctl() local
2909 ms = (union mfi_statrequest *)arg; in mfi_ioctl()
2910 switch (ms->ms_item) { in mfi_ioctl()
2915 bcopy(&sc->mfi_qstat[ms->ms_item], &ms->ms_qstat, in mfi_ioctl()
/dragonfly/usr.bin/compress/doc/
H A DNOTES105 look/feel of the thing [if ms-dos can be said to have a look and feel].
/dragonfly/sys/dev/sound/pci/
H A Dhdspe-pcm.c46 float ms; member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c1345 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1628 mc->mc_ttl = ms->ms_ttl;
1629 ms->ms_seq++;
1630 le32enc(mc->mc_seq, ms->ms_seq);
/dragonfly/contrib/cryptsetup/
H A DABOUT-NLS543 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
718 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dchrono941 operator""ms(long double __msecs)
946 operator""ms()
/dragonfly/sys/dev/disk/ncr/
H A Dncr.c6955 int ms = 0; local
6979 while (!(INW(nc_sist) & GEN) && ms++ < 1000)
6991 kprintf ("\tDelay (GEN=%d): %u msec\n", gen, ms);
6995 return ms ? ((1 << gen) * 4440) / ms : 0;
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge.c2525 int i, err, ms, mxge_media_type_entries; in mxge_media_probe() local
2573 for (ms = 0; err == EBUSY && ms < 50; ms++) { in mxge_media_probe()
2580 cage_type, err, ms); in mxge_media_probe()
/dragonfly/contrib/less/
H A Dfuncs.h307 public void sleep_ms(int ms);
/dragonfly/share/terminfo/
H A DMakefile.entries1310 m/ms-vt-utf8 \
1311 m/ms-vt100 \
1312 m/ms-vt100+ \
1313 m/ms-vt100-color \
/dragonfly/sys/config/
H A DX86_64_GENERIC33 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
/dragonfly/contrib/grep/doc/
H A Dgrep.texi309 and default to @samp{ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36}
906 The @samp{mt}, @samp{ms}, and @samp{mc} capabilities of @env{GREP_COLORS}
921 that defaults to @samp{ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36}
961 Setting this is equivalent to setting both @samp{ms=} and @samp{mc=}
965 @item ms=01;31
966 @vindex ms GREP_COLORS @r{capability}
/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c344 static void MDELAY(int ms) { while (ms--) UDELAY(1000); } in MDELAY() argument
6934 unsigned int ms = 0; local
6959 while (!(INW(nc_sist) & GEN) && ms++ < 100000)
6972 f = ms ? ((1 << gen) * 4340) / ms : 0;
6976 sym_name(np), gen, ms, f);
/dragonfly/sys/bus/u4b/
H A Dusb_transfer.c2838 void (*cb) (void *arg), usb_timeout_t ms) in usbd_transfer_timeout_ms() argument
2844 USB_MS_TO_TICKS(ms) + USB_CALLOUT_ZERO_TICKS, cb, xfer); in usbd_transfer_timeout_ms()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1175 delay_output(int ms GCC_UNUSED) in delay_output()
/dragonfly/sys/dev/netif/ral/
H A Drt2860.c3097 rt2860_set_gp_timer(struct rt2860_softc *sc, int ms) in rt2860_set_gp_timer() argument
3105 if (ms == 0) in rt2860_set_gp_timer()
3109 ms *= 16; /* Unit: 64us */ in rt2860_set_gp_timer()
3110 tmp = (tmp & 0xffff) | ms << RT2860_GP_TIMER_SHIFT; in rt2860_set_gp_timer()

12345678