| /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/external/bsd/ntp/dist/libntp/ |
| uglydate.c | 24 long msec; local 30 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */ 49 msec);
|
| prettydate.c | 168 u_int msec; local 181 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */ 182 if (msec >= 1000u) { 183 msec -= 1000u; 199 jd.minute, jd.second, msec); 205 tm->tm_min, tm->tm_sec, msec);
|
| dofptoa.c | 17 int msec 65 if (msec) {
|
| dolfptoa.c | 18 int msec 60 if (msec) {
|
| /src/usr.sbin/timed/timed/ |
| acksend.c | 92 long msec; local 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/external/gpl3/binutils/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| /src/sys/arch/arm/nxp/ |
| if_enet_imx.c | 235 u_int msec; local 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/external/bsd/mdocml/lib/libmandoc/ |
| Makefile | 28 msec.c \
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| uv-compat.h | 77 #define uv_sleep(msec) usleep(msec * 1000)
|
| /src/external/bsd/libevent/dist/ |
| poll.c | 142 long msec = -1; local 178 msec = evutil_tv_to_msec_(tv); 179 if (msec < 0 || msec > INT_MAX) 180 msec = INT_MAX; 185 res = poll(event_set, nfds, msec);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| poll.c | 141 long msec = -1; local 177 msec = evutil_tv_to_msec_(tv); 178 if (msec < 0 || msec > INT_MAX) 179 msec = INT_MAX; 184 res = poll(event_set, nfds, 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 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);
|