/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 268 {0*MS, 20*SECONDS, 0*MS}, {0*MS} }, 293 {500*MS, UINT32_MAX, 5*MINUTES}, {5*MINUTES} }, 302 {500*MS, UINT32_MAX, 10*SECONDS}, {10*SECONDS} }, 336 {1*MS, 20*SECONDS, 1*SECONDS}, {1*SECONDS} }, 340 {1*MS, 2*HOURS, 60*SECONDS}, {60*SECONDS} }, 344 {1*MS, 2*HOURS, 400*MS}, {400*MS} }, 348 {1*MS, 1*MINUTES, 100*MS}, {100*MS} }, 423 {0*MS, 2*HOURS, 0*MS}, {0*MS} }, 461 {10*MS, 500*MS, 50*MS}, {50*MS} }, 482 {0, 100*MS, 50*MS}, {50*MS} },
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | puterror.c | 42 #define MS sizeof (DEFMSG) macro 54 tmp = calloc(MS+n+1, sizeof (char)); in puterror() 62 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char)); in puterror() 70 tmp = calloc(MS+n+strlen(defmesg)+2, sizeof (char)); in puterror() 74 tmp[MS-1+n-1] = '\0'; in puterror() 78 tmp = calloc(MS+n+1, sizeof (char)); in puterror() 84 tmp = calloc(MS+n+1, sizeof (char)); in puterror()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_mac.c | 179 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() 353 ds->ds_txstat.ts_rateindex = MS(ads->ds_txstatus9, AR_FinalTxIdx); 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() 370 ds->ds_txstat.ts_rssi_ctl0 = MS(ads->ds_txstatus0, AR_TxRSSIAnt00); in ath9k_hw_txprocdesc() 371 ds->ds_txstat.ts_rssi_ctl1 = MS(ads->ds_txstatus0, AR_TxRSSIAnt01); in ath9k_hw_txprocdesc() [all …]
|
H A D | arn_calib.c | 112 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 D | arn_hw.c | 309 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() 1218 if (us > ath9k_hw_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) { in ath9k_hw_set_ack_timeout() 1237 if (us > ath9k_hw_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_CTS))) { in ath9k_hw_set_cts_timeout() 3113 ahp->ah_intrTxqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK); in ath9k_hw_getisr() 3114 ahp->ah_intrTxqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC); 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() [all …]
|
/titanic_50/usr/src/cmd/sendmail/db/mutex/ |
H A D | mutex.c | 169 #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;) {
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_tunables.c | 233 {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} },
|
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 41 #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() 1154 bufsiz = MS(baparamset, IEEE80211_BAPS_BUFSIZ); 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() [all …]
|
H A D | net80211_input.c | 786 #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()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | tunables.h | 138 #define MS 1L macro 139 #define SECONDS (1000 * MS)
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7cnca.c | 66 #define MS 1L macro 67 #define SECONDS (1000 * MS)
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
H A D | refresh.c | 244 if (!MS) { in makech() 324 if (curscr->_flags & _STANDOUT && !MS) { in domvcur()
|
H A D | mapfile-vers | 110 MS;
|
H A D | cr_tty.c | 39 &MS, &NC, &NS, &OS, &UL, &XB, &XN, &XT, &XS,
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 132 * MS-RPCE 2.2.2.3 PFC_SUPPORT_HEADER_SIGN 151 * MS-RPCE 2.2.1.1.6 163 * MS-RPCE 2.2.1.1.7 201 * MS-RPCE 2.2.6 Type Serialization Version 1 extensions to IDL/+ pickle 231 * MS-RPCE 2.2.7 Type Serialization Version 2 extensions Version 1 (2.2.6). 354 * MS-RPCE 2.2.2.5
|
H A D | samrpc.ndl | 182 * 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] 1241 * SamrUnicodeChangePasswordUser2 [MS-SAMR 3.1.5.10.3] 1274 * [MS-SAMR] SamrSetInformationUser2
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | README | 8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
|
/titanic_50/usr/src/cmd/deroff/ |
H A D | deroff.c | 68 #define MS 0 macro 155 mac = MS; in main()
|
/titanic_50/usr/src/cmd/file/ |
H A D | magic | 204 0 byte 0xf0 MS-DOS library 374 >20 short 0x0200 MS ADPCM, 385 >20 short 0x0002 MS ADPCM, 602 # MS Documents. Not much info available.
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 59 extern bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL,
|
/titanic_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_init.c | 111 crb_addr_transform(MS); in crb_addr_transform_setup()
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 904 1462 9510 RX9600XT (MS-8951) 909 1462 932c RX9550SE-TD128 (MS-8932) 977 1462 0131 MS-1013 Notebook 985 1462 0131 MS-1013 Notebook 1005 1462 0131 MS-1013 Notebook 1015 1462 0131 MS-1013 Notebook 1151 1002 4392 MSI MS-7713 motherboard 1618 1462 0131 MS-1013 Notebook 1627 1462 0131 MS-1013 Notebook 1714 1462 0400 RX300SE-TD128E (MS-8940 REV:200) [all …]
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | country.tab | 177 MS Montserrat
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/ |
H A D | alias | 47 EUC-JP-MS eucJP-ms
|