OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MS
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/dev/mii/
mvphy.c
72
#define
MS
(_v, _f) (((_v) & _f) >> _f##_S)
/src/tests/lib/libc/stdio/
h_intr.c
84
MS
= 1000, /* msecs. in a second */
361
itv.it_value.tv_sec = wait /
MS
;
362
itv.it_value.tv_usec = (wait - itv.it_value.tv_sec *
MS
) *
MS
;
441
fprintf(fp, " -t TMOUT Interrupt writing to CMD every (%d)
ms
\n",
466
opts.tmout = DEF_MS; /* 100
ms
*/
528
"timeout not in range (10
ms
- 10s): %d", i);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp
715
auto
MS
= duration_cast<milliseconds>(StopTime - StartTime).count();
716
Printf("Executed %s in %zd
ms
\n", Path.c_str(), (long)
MS
);
/src/usr.sbin/lpr/common_source/
common.c
85
const char *
MS
; /* stty flags to set if lp is a tty */
/src/sbin/ifconfig/
ieee80211.c
948
#define
MS
(_v, _f) (((_v) & _f) >> _f##_S)
965
,
MS
(ac->acp_aci_aifsn, WME_PARAM_ACM) ? "acm " : ""
966
,
MS
(ac->acp_aci_aifsn, WME_PARAM_AIFSN)
967
,
MS
(ac->acp_logcwminmax, WME_PARAM_LOGCWMIN)
968
,
MS
(ac->acp_logcwminmax, WME_PARAM_LOGCWMAX)
973
#undef
MS
/src/sys/net80211/
ieee80211_input.c
1912
#define
MS
(_v, _f) (((_v) & _f) >> _f##_S)
1936
wmep->wmep_acm =
MS
(frm[0], WME_PARAM_ACM);
1937
wmep->wmep_aifsn =
MS
(frm[0], WME_PARAM_AIFSN);
1938
wmep->wmep_logcwmin =
MS
(frm[1], WME_PARAM_LOGCWMIN);
1939
wmep->wmep_logcwmax =
MS
(frm[1], WME_PARAM_LOGCWMAX);
1946
#undef
MS
/src/usr.bin/deroff/
deroff.c
82
* -mm (or -
ms
) causes the corresponding macro's to be interpreted
111
#define
MS
0 /* -
ms
*/
117
static char *mactab[] = { "-
ms
", "-mm", "-me", "-ma" };
299
mac =
MS
;
829
* Put out a macro line, using
ms
and mm conventions.
876
* put out words (for the -w option) with
ms
and mm conventions
1007
* put out words (for the -w option) with
ms
and mm conventions
1026
* for
ms
and mm only:
1420
case
MS
[
all
...]
/src/sys/external/isc/atheros_hal/dist/
ah_internal.h
508
#define
MS
(_v, _f) (((_v) & (_f)) >> _f##_S)
/src/sys/dev/ic/
athnreg.h
1478
#define
MS
(val, field) \
rtwnreg.h
1041
#define
MS
(val, field) \
1119
uint8_t bcn_time; /* 100
ms
increments */
1142
uint8_t awake_int; /* 100
ms
increments. */
Completed in 23 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025