Searched defs:MS (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dputerror.c42 #define MS sizeof (DEFMSG) macro
54 tmp = calloc(MS+n+1, sizeof (char));
62 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
70 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char));
74 tmp[MS-1+n-1] = '\0';
78 tmp = calloc(MS+n+1, sizeof (char));
84 tmp = calloc(MS+n+1, sizeof (char));
/illumos-gate/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c169 #define MS(n) ((n) * 1000) /* Milliseconds to micro-seconds. */ macro
170 #define SECOND (MS(1000)) /* A second's worth of micro-seconds. */
198 for (usecs = MS(1);;) {
210 if (usecs == MS(1))
236 for (usecs = MS(1); mp->pid != 0;) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7cnca.c66 #define MS 1L macro
67 #define SECONDS (1000 * MS)
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h138 #define MS 1L macro
139 #define SECONDS (1000 * MS)
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
807 wmep->wmep_acm = MS(frm[0], WME_PARAM_ACM);
808 wmep->wmep_aifsn = MS(frm[0], WME_PARAM_AIFSN);
809 wmep->wmep_logcwmin = MS(frm[1], WME_PARAM_LOGCWMIN);
810 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX);
816 #undef MS macro
H A Dnet80211_ht.c41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
560 tid = MS(LE_16(wh->i_ctl), IEEE80211_BAR_TID);
1074 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
1096 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
1153 tid = MS(baparamset, IEEE80211_BAPS_TID);
1154 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ);
1161 MS(baseqctl, IEEE80211_BASEQ_START),
1162 MS(baseqctl, IEEE80211_BASEQ_FRAG));
1176 MS(baseqctl, IEEE80211_BASEQ_START));
1201 tid = MS(baparamse
[all...]
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c68 #define MS 0 macro
155 mac = MS;
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c99 #define MS(v, f) (((v) & f) >> f##_S) macro
6405 tid = MS(baparamset, IEEE80211_BAPS_TID);
6406 ssn = MS(baseqctl, IEEE80211_BASEQ_START);
6441 tid = MS(baparamset, IEEE80211_DELBAPS_TID);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c174 #define MS 1L macro
175 #define SECONDS (1000 * MS)
200 static int tcp_rexmit_interval_min = 400 * MS;
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c101 MS, enumerator in enum:__anon34
2212 /* [8,C] */ TNS("movw",SM), TS("lea",MR), TNS("movw",MS), TSp("pop",M),
3909 case MS:
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h619 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro

Completed in 115 milliseconds