Home
last modified time | relevance | path

Searched refs:MS (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c334 {0*MS, 20*SECONDS, 0*MS}, {0*MS} },
359 {500*MS, UINT32_MAX, 5*MINUTES}, {5*MINUTES} },
368 {500*MS, UINT32_MAX, 10*SECONDS}, {10*SECONDS} },
402 {1*MS, 20*SECONDS, 1*SECONDS}, {1*SECONDS} },
406 {1*MS, 2*HOURS, 60*SECONDS}, {60*SECONDS} },
410 {1*MS, 2*HOURS, 400*MS}, {400*MS} },
414 {1*MS, 1*MINUTES, 100*MS}, {100*MS} },
489 {0*MS, 2*HOURS, 0*MS}, {0*MS} },
527 {10*MS, 500*MS, 50*MS}, {50*MS} },
548 {0, 100*MS, 50*MS}, {50*MS} },
/illumos-gate/usr/src/lib/libadm/common/
H A Dputerror.c41 #define MS sizeof (DEFMSG) macro
53 tmp = calloc(MS+n+1, sizeof (char)); in puterror()
61 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char)); in puterror()
69 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char)); in puterror()
73 tmp[MS-1+n-1] = '\0'; in puterror()
77 tmp = calloc(MS+n+1, sizeof (char)); in puterror()
83 tmp = calloc(MS+n+1, sizeof (char)); in puterror()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c179 curLevel = MS(txcfg, AR_FTRIG); in ath9k_hw_updatetxtriglevel()
307 ds->ds_txstat.ts_seqnum = MS(ads->ds_txstatus9, AR_SeqNum); in ath9k_hw_txprocdesc()
356 ds->ds_txstat.ts_ratecode = MS(ads->ds_ctl3, AR_XmitRate0); in ath9k_hw_txprocdesc()
359 ds->ds_txstat.ts_ratecode = MS(ads->ds_ctl3, AR_XmitRate1); in ath9k_hw_txprocdesc()
362 ds->ds_txstat.ts_ratecode = MS(ads->ds_ctl3, AR_XmitRate2); in ath9k_hw_txprocdesc()
365 ds->ds_txstat.ts_ratecode = MS(ads->ds_ctl3, AR_XmitRate3); in ath9k_hw_txprocdesc()
369 ds->ds_txstat.ts_rssi = MS(ads->ds_txstatus5, AR_TxRSSICombined); in ath9k_hw_txprocdesc()
968 ds->ds_rxstat.rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); in ath9k_hw_rxprocdesc()
976 ds->ds_rxstat.rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx); in ath9k_hw_rxprocdesc()
986 ds->ds_rxstat.rs_antenna = MS(ads.ds_rxstatus3, AR_RxAntenna); in ath9k_hw_rxprocdesc()
[all …]
H A Darn_calib.c112 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ath9k_hw_do_getnf()
114 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ath9k_hw_do_getnf()
123 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), in ath9k_hw_do_getnf()
126 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), in ath9k_hw_do_getnf()
136 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), in ath9k_hw_do_getnf()
146 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), in ath9k_hw_do_getnf()
149 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), in ath9k_hw_do_getnf()
159 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), in ath9k_hw_do_getnf()
162 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), in ath9k_hw_do_getnf()
172 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), in ath9k_hw_do_getnf()
[all …]
H A Darn_hw.c309 ah->ah_macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions()
313 ah->ah_macVersion = MS(val, AR_SREV_VERSION); in ath9k_hw_read_revisions()
3113 ahp->ah_intrTxqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK); in ath9k_hw_getisr()
3117 ahp->ah_intrTxqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR); in ath9k_hw_getisr()
3118 ahp->ah_intrTxqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL); in ath9k_hw_getisr()
3532 MS(capField, AR_EEPROM_EEPCAP_MAXQCU); in ath9k_hw_fill_cap_info()
3538 1 << MS(capField, AR_EEPROM_EEPCAP_KC_ENTRIES); in ath9k_hw_fill_cap_info()
3572 MS(ah->ah_rfsilent, EEP_RFSILENT_GPIO_SEL); in ath9k_hw_fill_cap_info()
3574 MS(ah->ah_rfsilent, EEP_RFSILENT_POLARITY); in ath9k_hw_fill_cap_info()
3806 return ((MS(REG_READ(ah, AR_GPIO_IN_OUT), in ath9k_hw_gpio_get()
[all …]
/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/inet/sctp/
H A Dsctp_tunables.c233 {10*MS, 1*MINUTES, 100*MS}, {100*MS} },
285 {500*MS, 60*SECONDS, 1*SECONDS}, {1*SECONDS} },
297 {10*MS, 60000*SECONDS, 60*SECONDS}, {60*SECONDS} },
/illumos-gate/usr/src/uts/common/io/net80211/
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); in ieee80211_recv_bar()
1074 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_request()
1096 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); in ieee80211_addba_response()
1153 tid = MS(baparamset, IEEE80211_BAPS_TID); in ieee80211_aggr_recv_action()
1161 MS(baseqctl, IEEE80211_BASEQ_START), in ieee80211_aggr_recv_action()
1162 MS(baseqctl, IEEE80211_BASEQ_FRAG)); in ieee80211_aggr_recv_action()
1176 MS(baseqctl, IEEE80211_BASEQ_START)); in ieee80211_aggr_recv_action()
1201 tid = MS(baparamset, IEEE80211_BAPS_TID); in ieee80211_aggr_recv_action()
1234 tid = MS(baparamset, IEEE80211_DELBAPS_TID); in ieee80211_aggr_recv_action()
[all …]
H A Dnet80211_input.c786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() macro
807 wmep->wmep_acm = MS(frm[0], WME_PARAM_ACM); in ieee80211_parse_wmeparams()
808 wmep->wmep_aifsn = MS(frm[0], WME_PARAM_AIFSN); in ieee80211_parse_wmeparams()
809 wmep->wmep_logcwmin = MS(frm[1], WME_PARAM_LOGCWMIN); in ieee80211_parse_wmeparams()
810 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX); in ieee80211_parse_wmeparams()
816 #undef MS in ieee80211_parse_wmeparams()
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h138 #define MS 1L macro
139 #define SECONDS (1000 * MS)
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl133 * MS-RPCE 2.2.2.3 PFC_SUPPORT_HEADER_SIGN
152 * MS-RPCE 2.2.1.1.6
164 * MS-RPCE 2.2.1.1.7
202 * MS-RPCE 2.2.6 Type Serialization Version 1 extensions to IDL/+ pickle
232 * MS-RPCE 2.2.7 Type Serialization Version 2 extensions Version 1 (2.2.6).
355 * MS-RPCE 2.2.2.5
373 * NOTE: MS-RPCE calls this a sec_trailer_t, so we use ndr_sec_t.
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c49 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
H A Drefresh.c242 if (!MS) { in makech()
322 if (curscr->_flags & _STANDOUT && !MS) { in domvcur()
H A Dcr_tty.c37 &MS, &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS,
H A Dmapfile-vers120 MS { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };
/illumos-gate/usr/src/grub/grub-0.97/
H A DREADME8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl182 * Section 2.2.1.6 of MS-SAMR
233 * See RPC_STRING in the MS IDL.
355 * SAMPR_USER_PASSWORD (in the MS Net API) or
358 * (SAMPR_ENCRYPTED_USER_PASSWORD in MS Net).
438 * SupportedFeatures (see notes in [MS-SAMR]
1268 * SamrUnicodeChangePasswordUser2 [MS-SAMR 3.1.5.10.3]
1301 * [MS-SAMR] SamrSetInformationUser2
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c66 #define MS 0 macro
153 mac = MS; in main()
/illumos-gate/usr/src/cmd/file/
H A Dmagic205 0 byte 0xf0 MS-DOS library
375 >20 short 0x0200 MS ADPCM,
386 >20 short 0x0002 MS ADPCM,
604 # MS Documents. Not much info available.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win32149 elif [[ ${version[MS]} ]]
150 then version=${version[MS]} VERSION=_MSC_VER
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c115 crb_addr_transform(MS); in crb_addr_transform_setup()
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h57 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dprobe.win32269 if [[ ${version[MINGW]} || ${version[MS]} ]]
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids6422 1462 701d MS-6701
10208 1462 8523 MS-8852
10221 1462 8939 MS-8983
10248 1462 815a MS-8815
10253 1462 8364 MS-8836
10272 1462 8630 MS-8863
10278 1462 8743 MS-8874
10282 1462 8730 MS-8873
10283 1462 8784 MS-8878
14085 1462 971d MS-6917
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dcountry.tab182 MS Montserrat

12