Searched refs:ms (Results 301 - 325 of 447) sorted by relevance

<<1112131415161718

/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c84 struct minimal_symbol *ms; local
86 ms = lookup_minimal_symbol (name, NULL, NULL);
87 if (ms == NULL)
90 *kva = SYMBOL_VALUE_ADDRESS (ms);
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c49 cl_event(SCR *sp, EVENT *evp, u_int32_t flags, int ms) argument
95 if (ms == 0)
98 t.tv_sec = ms / 1000;
99 t.tv_usec = (ms % 1000) * 1000;
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c183 int cpus, ms; local
193 for (ms = 0; ms < 5000; ++ms) {
/freebsd-11-stable/contrib/file/src/
H A Dprint.c225 file_magwarn(struct magic_set *ms, const char *f, ...) argument
232 if (ms->file)
233 (void) fprintf(stderr, "%s, %lu: ", ms->file,
234 CAST(unsigned long, ms->line));
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c197 ng_handle_event(unsigned int ms, void *context) argument
201 struct timeval timeout = {0, ms * 1000lu};
224 ng_handle_events(unsigned int ms, void *context) argument
226 while (ng_handle_event(ms, context))
/freebsd-11-stable/sys/net80211/
H A Dieee80211_hwmp.c163 "path entry lifetime (ms)");
172 "estimate travelse time across the MBSS (ms)");
176 "root PREQ timeout (ms)");
180 "root interval (ms)");
184 "root announcement interval (ms)");
189 "root confirmation interval (ms) (read-only)");
208 "mesh route inactivity timeout (ms)");
223 * 500 TU is 512 ms.
228 * NB: I dont know how to make SYSCTL_PROC that calls ms to ticks
799 struct ieee80211_mesh_state *ms local
832 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
873 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
901 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
940 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1265 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1498 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1535 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1687 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1734 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1851 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
1906 struct ieee80211_mesh_state *ms = vap->iv_mesh; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c83 linux_msleep_interruptible(unsigned int ms) argument
88 if (ms == 0)
89 ms = 1;
90 ret = -pause_sbt("lnxsleep", mstosbt(ms), 0, C_HARDCLOCK | C_CATCH);
97 return (ms);
/freebsd-11-stable/contrib/amd/amq/
H A Damq.c312 show_ms(amq_mount_stats *ms) argument
318 ms->as_drops, ms->as_stale, ms->as_mok, ms->as_merr, ms->as_uerr);
818 amq_mount_stats *ms = amqproc_stats_1((voidp) 0, clnt); local
819 if (ms) {
820 show_ms(ms);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d180 tick-1ms
203 tick-1ms
226 tick-1ms
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_import_name.c184 OM_uint32 major_status, ms; local
289 gss_release_name(&ms, &rname);
/freebsd-11-stable/gnu/usr.bin/groff/tmac/
H A DMakefile13 MLINKS= groff_ms.7 ms.7
45 SPECIALFILES= an.tmac man.tmac s.tmac ms.tmac www.tmac
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sem.c220 alarm_ms(const int ms) argument
226 timer.it_value.tv_usec = ms * 1000;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h89 ktime_add_ms(ktime_t kt, int64_t ms) argument
92 return (ktime_add_ns(kt, ms * NSEC_PER_MSEC));
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c830 /* 10ms delay */
3158 proc_mmanplus(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms, argument
3208 ms->button |= (pb->ipacket[2] &
3211 ms->button |= (pb->ipacket[2] &
3240 ms->button = ms->obutton;
3249 ms->button |= ms->obutton & MOUSE_EXTBUTTONS;
3254 proc_synaptics(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms, argument
3319 ms
3775 psmgestures(struct psm_softc *sc, finger_t *fingers, int nfingers, mousestatus_t *ms) argument
4134 psmsmoother(struct psm_softc *sc, finger_t *f, int smoother_id, mousestatus_t *ms, int *x, int *y) argument
4385 proc_elantech(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms, int *x, int *y, int *z) argument
4835 proc_versapad(struct psm_softc *sc, packetbuf_t *pb, mousestatus_t *ms, int *x, int *y, int *z) argument
4944 mousestatus_t ms; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Diocp-internal.h86 long ms; member in struct:event_iocp_port
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c91 count_wait_for(int i, int ms) argument
98 while (ms > 0 && count != i) {
100 tv.tv_usec = ms * 1000;
104 ms -= elapsed;
/freebsd-11-stable/sys/sys/
H A Dpipe.h82 vm_page_t ms[PIPENPAGES]; /* pages in source process */ member in struct:pipemapping
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c101 uint32_t ms; local
103 for (ms = 0; ms < 2000; ++ms) {
/freebsd-11-stable/sys/x86/xen/
H A Dpv.c213 int ms, cpus = mp_naps; local
250 for (ms = 0; ms < 5000; ms++) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1384 mount_state_t *ms = arg; local
1387 if (zfs_mount(zhp, ms->ms_mntopts, ms->ms_mntflags) != 0)
1388 ret = ms->ms_mntstatus = -1;
1395 mount_state_t *ms = arg; local
1399 ret = ms->ms_mntstatus = -1;
1532 mount_state_t ms = { 0 }; local
1552 ms.ms_mntopts = mntopts;
1553 ms.ms_mntflags = flags;
1555 zfs_mount_one, &ms, B_TRU
[all...]
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c126 int ms; local
136 for (ms = 0; ms < 5000; ms++) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp208 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { argument
209 CHECK(ms);
210 return &ms->allocator_cache;
213 QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) { argument
214 CHECK(ms);
215 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
216 return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
614 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); local
615 AllocatorCache *ac = GetAllocatorCache(ms);
616 quarantine.Put(GetQuarantineCache(ms), QuarantineCallbac
713 CommitBack(AsanThreadLocalMallocStorage *ms, BufferedStackTrace *stack) argument
778 AsanThreadLocalMallocStorage *ms = &t->malloc_storage(); local
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mapper.c131 struct _memstream ms; local
146 _memstream_bind(&ms, &r);
149 cp = _memstream_matchline(&ms, mapname, &len, 0);
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c160 modspecific_t ms; local
172 ms.intval = *data->offset;
174 module_setspecific(mod, &ms);
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_wdog.c190 uint64_t ms; local
199 ms = ((uint64_t)1 << (cmd & WD_INTERVAL)) / 1000000;
202 (ms > wd_intervals[i].milliseconds))

Completed in 252 milliseconds

<<1112131415161718