/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 | 236 u_int msec; local in function:enet_phy_reset 244 if (of_getprop_uint32(phandle, "phy-reset-duration", &msec)) 245 msec = 1; 249 delay(msec * 1000); 253 if (of_getprop_uint32(phandle, "phy-reset-post-delay", &msec)) 254 msec = 0; 256 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/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/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/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/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/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/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_init.c | 1272 u16 msec = nvbios_rd16(bios, init->offset + 1); local in function:init_ltime 1274 trace("LTIME\t0x%04x\n", msec); 1278 mdelay(msec);
|
/src/sys/dev/usb/ |
uatp.c | 1978 unsigned int msec = sc->sc_knobs.tap_limit_msec; local in function:uatp_tap_limit 1980 limit->tv_usec = ((msec < 1000) ? (1000 * msec) : 100000);
|