/src/sys/arch/mvme68k/stand/libbug/ |
delay.c | 14 mvmeprom_delay(int msec) 17 MVMEPROM_ARG1(msec);
|
/src/sys/external/bsd/drm2/include/linux/ |
delay.h | 56 mdelay(unsigned int msec) 59 if (msec < MAX_UDELAY_MS) 60 udelay(msec * 1000); 62 while (msec--) 67 msleep(unsigned int msec) 70 ((hz < 1000) && (msec < (1000/(unsigned)hz)))) 71 mdelay(msec); 73 (void)kpause("lnxmslep", false, mstohz(msec), NULL);
|
jiffies.h | 75 msecs_to_jiffies(unsigned int msec) 77 return mstohz(msec);
|
/src/usr.sbin/timed/timed/ |
acksend.c | 92 long msec; local in function:acksend 103 msec = 200; 116 mstotvround(&twait, msec); 128 msec *= 2;
|
/src/sys/arch/x68k/include/ |
kbio.h | 60 int msec; member in struct:kbiocbell
|
opmbellio.h | 74 int msec; member in struct:bell_info
|
/src/sys/arch/arm/nxp/ |
if_enet_imx.c | 235 u_int msec; local in function:enet_phy_reset 243 if (of_getprop_uint32(phandle, "phy-reset-duration", &msec)) 244 msec = 1; 248 delay(msec * 1000); 252 if (of_getprop_uint32(phandle, "phy-reset-post-delay", &msec)) 253 msec = 0; 255 delay(msec * 1000);
|
/src/sys/arch/amiga/dev/ |
iteioctl.h | 54 u_int msec; /* duration of bell */ member in struct:itebell
|
/src/sys/arch/atari/dev/ |
iteioctl.h | 61 u_int msec; /* duration of bell */ member in struct:itebell
|
/src/sys/arch/x68k/usr.bin/bellctrl/ |
bellctrl.c | 189 values.msec = duration; 233 if (values.msec == DEFAULT) 234 values.msec = param.msec;
|
/src/sys/dev/ic/ |
dw_hdmi_phy.c | 149 dwhdmi_phy_wait_i2c_done(struct dwhdmi_softc *sc, int msec) 157 msec -= 10; 158 if (msec <= 0) 275 uint8_t msec; local in function:dwhdmi_phy_configure 343 msec = 4; 347 if (msec-- == 0) {
|
/src/usr.sbin/tpctl/ |
tp.c | 181 tp_waitup(struct tp *tp, int msec, int (*cancel)(void*), void *data) 188 usleep(msec * 1000);
|
/src/sys/external/bsd/dwc2/ |
dwc2.h | 259 msleep(unsigned int msec) 262 ((hz < 1000) && (msec < (1000/hz)))) 263 udelay(msec * 1000); 265 (void)kpause("mdelay", false, mstohz(msec), NULL);
|
/src/sys/external/bsd/vchiq/dist/interface/compat/ |
vchi_bsd.h | 219 #define mdelay(msec) DELAY((msec) * 1000) 226 #define msleep(msec) mdelay(msec)
|
/src/sys/arch/x68k/dev/ |
opmbell.c | 85 u_int msec; member in struct:bell_softc 152 sc->msec = BELL_DURATION; 206 bp->msec = sc->msec; 434 if (sc->msec != 0) { 440 ticks = bellmstohz(sc->msec); 488 data->volume > MAXBVOLUME || data->msec > MAXBTIME) { 493 sc->msec = data->msec;
|
/src/tests/net/route/ |
t_change.sh | 136 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 155 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 203 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 222 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 289 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
|
t_route.sh | 238 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 254 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 270 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 288 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 313 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 328 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 344 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 362 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
|
/src/lib/librumpuser/ |
rumpfiber.c | 488 uint64_t msec; local in function:rumpuser_clock_sleep 494 msec = sec * 1000 + nsec / (1000*1000UL); 495 msleep(msec); 498 msec = sec * 1000 + nsec / (1000*1000UL); 499 abssleep(msec); 596 wait(struct waithead *wh, uint64_t msec) 604 if (msec) 605 w.who->wakeup_time = now() + msec;
|
/src/lib/libc/rpc/ |
clnt_bcast.c | 294 int msec; local in function:rpc_broadcast_exp 451 for (msec = inittime; msec <= waittime; msec += msec) { 526 ts.tv_sec = msec / 1000; 527 ts.tv_nsec = (msec % 1000) * 1000000;
|
/src/sys/arch/hpcmips/tx/ |
tx39clock.c | 283 tx39clock_alarm_set(tx_chipset_tag_t tc, int msec) 287 sc->sc_alarm = TX39_MSEC2RTC(msec);
|
/src/usr.sbin/iteconfig/ |
iteconfig.c | 121 newib.msec = xstrtol(optarg); 186 ib.volume, ib.msec, ib.pitch); 280 "usage: iteconfig [-i] [-f file] [-v volume] [-p pitch] [-t msec]",
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi.h | 216 void intel_dsi_msleep(struct intel_dsi *intel_dsi, int msec);
|
intel_dsi_vbt.c | 653 void intel_dsi_msleep(struct intel_dsi *intel_dsi, int msec) 661 msleep(msec);
|
/src/sbin/route/ |
route.c | 1603 #define msec(u) (((u) + 500) / 1000) /* usec to msec */ macro 1607 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire"); 1611 printf("%8"PRId64"%c ", msec(rtm->rtm_rmx.rmx_rtt), lock(RTT)); 1612 printf("%8"PRId64"%c ", msec(rtm->rtm_rmx.rmx_rttvar), lock(RTTVAR)); 1620 #undef msec
|
/src/sys/dev/pci/ |
xmm7360.c | 62 #define xmm7360_os_msleep(msec) msleep(msec) 291 #define xmm7360_os_msleep(msec) \ 294 tsleep(xmm, 0, "wwancsl", msec * hz / 1000); \ 321 #define msecs_to_jiffies(msec) \ 324 KASSERT(msec > (1000 / hz)); \ 325 msec * hz / 1000; \
|