Searched refs:ms (Results 276 - 300 of 447) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_memcache.h190 * @param ms Server to Activate
193 apr_memcache_server_t *ms);
199 * @param ms Server to Disable
202 apr_memcache_server_t *ms);
369 * @param ms server to query
374 APU_DECLARE(apr_status_t) apr_memcache_version(apr_memcache_server_t *ms,
429 * @param ms server to query
433 APU_DECLARE(apr_status_t) apr_memcache_stats(apr_memcache_server_t *ms,
/freebsd-11-stable/contrib/groff/tmac/
H A DMakefile.sub33 SPECIALFILES=an.tmac man.tmac s.tmac ms.tmac
38 stamp-wrap stamp-sed *-wrap man.tmac-sed ms.tmac-sed www.tmac-sed \
65 -rm -f $(tmacdir)/ms.tmac
66 $(INSTALL_DATA) ms.tmac-sed $(tmacdir)/ms.tmac
107 stamp-sed: man.tmac ms.tmac www.tmac
108 for f in man.tmac ms.tmac www.tmac; do \
128 -rm -f $(tmacdir)/man.tmac $(tmacdir)/ms.tmac
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-service.c181 struct minimal_symbol *ms;
184 ms = lookup_minimal_symbol (name, NULL, NULL);
185 if (ms == NULL)
188 *sym_addr = SYMBOL_VALUE_ADDRESS (ms);
177 struct minimal_symbol *ms; local
/freebsd-11-stable/gnu/usr.bin/groff/contrib/mm/
H A DMakefile11 FILES+= 0.MT 5.MT 4.MT ms.cov se_ms.cov
/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl26 # Santize -L options for ms link
273 $(OBJ_D)\applink.obj: ms\applink.c
274 $(CC) /Fo$(OBJ_D)\applink.obj $(APP_CFLAGS) -c ms\applink.c
275 $(OBJ_D)\uplink.obj: ms\uplink.c ms\applink.c
276 $(CC) /Fo$(OBJ_D)\uplink.obj $(SHLIB_CFLAGS) -c ms\uplink.c
277 $(INCO_D)\applink.c: ms\applink.c
278 $(CP) ms\applink.c $(INCO_D)\applink.c
286 CRYPTOOBJ=ms\uptable.obj $(CRYPTOOBJ)
314 $name = "/def:ms/
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c87 NCURSES_SP_NAME(delay_output) (NCURSES_SP_DCLx int ms) argument
89 T((T_CALLED("delay_output(%p,%d)"), (void *) SP_PARM, ms));
96 napms(ms);
101 nullcount = (ms * _nc_baudrate(ospeed)) / (BAUDBYTE * 1000);
113 delay_output(int ms) argument
115 return NCURSES_SP_NAME(delay_output) (CURRENT_SCREEN, ms);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dphysmem.c174 MEMORYSTATUS ms; local
175 GlobalMemoryStatus (&ms);
176 return (double) ms.dwTotalPhys;
305 MEMORYSTATUS ms; local
306 GlobalMemoryStatus (&ms);
307 return (double) ms.dwAvailPhys;
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A DMakefile.sub58 .SUFFIXES: .ms .pdf
59 .ms.pdf:
61 $(PDFROFF) -mspdf --stylesheet=$(srcdir)/cover.ms $< >$@
/freebsd-11-stable/crypto/openssh/
H A Dgss-genr.c159 OM_uint32 ms; local
164 gss_delete_sec_context(&ms, &(*ctx)->context, GSS_C_NO_BUFFER);
166 gss_release_name(&ms, &(*ctx)->name);
173 gss_release_cred(&ms, &(*ctx)->creds);
175 gss_release_name(&ms, &(*ctx)->client);
177 gss_release_cred(&ms, &(*ctx)->client_creds);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d86 tick-1ms
140 tick-1ms
147 tick-1ms
165 tick-1ms
183 tick-1ms
202 tick-1ms
221 tick-1ms
H A Dtst.strtok.d131 tick-1ms
142 tick-1ms
/freebsd-11-stable/contrib/tcsh/
H A Dsh.time.c330 int ms = (int) local
337 int ms = (int) local
344 time_t ms = ((time_t)((e - b) / HZ) * 100) + local
347 clock_t ms = ((clock_t)((e - b) / clk_tck) * 100) + local
362 if (ms < t && ms != 0)
363 ms = t;
372 xprintf("ms %llu e %p b %p\n", (unsigned long long)ms, e, b);
418 pcsecs((long) ms);
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp169 MergeInputSection *ms = dyn_cast<MergeInputSection>(s); local
170 if (!ms) {
177 if (!ms->isLive())
191 return sec->flags == ms->flags && sec->entsize == ms->entsize &&
192 (sec->alignment == ms->alignment || !(sec->flags & SHF_STRINGS));
196 createMergeSynthetic(name, ms->type, ms->flags, ms->alignment);
199 syn->entsize = ms
[all...]
/freebsd-11-stable/sbin/routed/
H A Dmain.c892 struct msg_sub *ms1, *ms; local
898 ms = ms1 = lim->subs;
904 ms = NULL;
906 ms = ms1;
911 if (ms->addr == addr) {
915 if (ms->until > now.tv_sec)
916 ms = NULL;
919 if (ms->until < ms1->until)
920 ms = ms1;
922 if (ms !
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h93 static __inline int qla_ms_to_hz(int ms) argument
99 t.tv_sec = ms / 1000;
100 t.tv_usec = (ms % 1000) * 1000;
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h95 static __inline int qls_ms_to_hz(int ms) argument
101 t.tv_sec = ms / 1000;
102 t.tv_usec = (ms % 1000) * 1000;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h103 static __inline int qlnx_ms_to_hz(int ms) argument
109 t.tv_sec = ms / 1000;
110 t.tv_usec = (ms % 1000) * 1000;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h94 static __inline int qla_ms_to_hz(int ms) argument
100 t.tv_sec = ms / 1000;
101 t.tv_usec = (ms % 1000) * 1000;
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_wdog.c135 uint64_t ms, m, max; local
144 ms = ((uint64_t)1 << (cmd & WD_INTERVAL)) / 1000000;
148 while (m < max && m < ms) {
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.h205 #define MESH_RT_LOCK(ms) mtx_lock(&(ms)->ms_rt_lock)
206 #define MESH_RT_LOCK_ASSERT(ms) mtx_assert(&(ms)->ms_rt_lock, MA_OWNED)
207 #define MESH_RT_UNLOCK(ms) mtx_unlock(&(ms)->ms_rt_lock)
208 #define MESH_RT_LOCK_INIT(ms, name) \
209 mtx_init(&(ms)->ms_rt_lock, name, "802.11s routing table", MTX_DEF)
210 #define MESH_RT_LOCK_DESTROY(ms) \
211 mtx_destroy(&(ms)
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dis_json.c394 file_is_json(struct magic_set *ms, const struct buffer *b) argument
399 int mime = ms->flags & MAGIC_MIME;
402 if ((ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION)) != 0)
413 if (file_printf(ms, "application/json") == -1)
417 if (file_printf(ms, "JSON data") == -1)
421 if (file_printf(ms, " (%" SIZE_T_FORMAT "u object%s, %" SIZE_T_FORMAT
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_windows.in79 --ms-upn="user@heimdal.pki" \
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h86 int ng_handle_event(unsigned int ms, void *ctx);
87 void ng_handle_events(unsigned int ms, void *ctx);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c98 long ms = end->tv_sec - start->tv_sec; local
99 ms *= 1000;
100 ms += ((end->tv_usec - start->tv_usec)+500) / 1000;
101 return ms;
/freebsd-11-stable/sys/dev/drm/
H A Dvia_video.c89 (fx->ms / 10) * (DRM_HZ / 100), *lock != fx->val);

Completed in 185 milliseconds

<<1112131415161718