/netbsd-src/external/gpl2/gettext/dist/build-aux/ |
H A D | csharpcomp.sh.in | 144 test -z "$CSHARP_VERBOSE" || echo mcs $options_mcs $sources 145 mcs $options_mcs $sources > "$tmp"/mcs.err 147 sed -e "$sed_drop_success_line" < "$tmp"/mcs.err >&2
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
H A D | csharpcomp.m4 | 21 AC_CHECK_PROG(HAVE_MCS_IN_PATH, mcs, yes) 46 && mcs --version >/dev/null 2>/dev/null; then 48 ac_result="mcs"
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | csharpcomp.m4 | 21 AC_CHECK_PROG(HAVE_MCS_IN_PATH, mcs, yes) 46 && mcs --version >/dev/null 2>/dev/null; then 48 ac_result="mcs"
|
/netbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 313 #define ATHN_POWER_HT20(mcs) (16 + (mcs)) argument 314 #define ATHN_POWER_HT40(mcs) (40 + (mcs)) argument
|
H A D | rt2860.c | 1223 uint8_t wcid, mcs, pid; in rt2860_drain_stats_fifo() local 1245 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; in rt2860_drain_stats_fifo() 1247 if (mcs + 1 != pid) in rt2860_drain_stats_fifo() 1637 uint8_t type, qsel, mcs, pid, tid, qid; in rt2860_tx() local 1689 mcs = rt2860_rates[ridx].mcs; in rt2860_tx() 1702 mcs |= RT2860_PHY_SHPRE; in rt2860_tx() 1705 txwi->phy |= htole16(mcs); in rt2860_tx() 1714 pid = (mcs + 1) & 0xf; in rt2860_tx() 1754 if (mcs & RT2860_PHY_SHPRE) in rt2860_tx() 2217 #define CCK(mcs) (mcs) in rt2860_enable_mrr() argument [all …]
|
H A D | bwfmreg.h | 421 uint8_t mcs[BWFM_MCSSET_LEN]; member 431 uint8_t mcs[BWFM_MCSSET_LEN]; member
|
H A D | rt2860reg.h | 1052 uint8_t mcs; member
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | MIRRORS.txt | 21 # ftp://info.mcs.kent.edu/pub/am-utils 22 # Maintainer: root AT mcs.kent.edu
|
H A D | AUTHORS | 375 * Mark Davies <mark AT mcs.vuw.ac.nz>
|
/netbsd-src/share/i18n/esdb/DEC/ |
H A D | DEC.alias | 4 MCS dec-mcs dec_mcs
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/ |
H A D | INSTALL | 2 - a C# implementation: either pnet+pnetlib or mono+mcs
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | dec_kn8ae.c | 475 struct tlsb_mchk_fatal mcs[TLSB_NODE_MAX+1], *ptr; in kn8ae_mcheck() local 489 memset(mcs, 0, sizeof (mcs)); in kn8ae_mcheck()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_otusreg.h | 262 #define AR_TX_PHY_MCS(mcs) ((mcs) << 18) argument
|
H A D | if_otusvar.h | 66 uint8_t mcs; member
|
H A D | if_run.c | 2539 uint16_t qos, dur, mcs; in run_tx() local 2589 mcs = rt2860_rates[ridx].mcs; in run_tx() 2623 mcs |= RT2860_PHY_SHPRE; in run_tx() 2625 mcs |= RT2860_PHY_OFDM; in run_tx() 2626 txwi->phy = htole16(mcs); in run_tx() 2658 if (mcs & RT2860_PHY_SHPRE) in run_tx() 3848 rt2860_rates[RT2860_RIDX_OFDM6].mcs | RT2860_PHY_OFDM : in run_updateprot() 3849 rt2860_rates[RT2860_RIDX_CCK11].mcs; in run_updateprot() 3899 #define CCK(mcs) (mcs) in run_enable_mrr() argument 3900 #define OFDM(mcs) (1 << 3 | (mcs)) in run_enable_mrr() argument [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_dp_mst_topology.c | 776 repmsg->u.link_addr.ports[i].mcs = (raw->msg[idx] >> 7) & 0x1; in drm_dp_sideband_parse_link_address() 1946 static bool drm_dp_mst_is_dp_mst_end_device(u8 pdt, bool mcs) in drm_dp_mst_is_dp_mst_end_device() argument 1954 if (!mcs) in drm_dp_mst_is_dp_mst_end_device() 1971 if (port->pdt == new_pdt && port->mcs == new_mcs) in drm_dp_port_set_pdt() 1976 if (drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { in drm_dp_port_set_pdt() 1984 port->mcs = new_mcs; in drm_dp_port_set_pdt() 1999 port->mcs = new_mcs; in drm_dp_port_set_pdt() 2002 if (drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { in drm_dp_port_set_pdt() 2183 drm_dp_mst_is_dp_mst_end_device(port->pdt, port->mcs)) { in drm_dp_mst_port_add_connector() 2287 port->mcs != port_msg->mcs || in drm_dp_mst_handle_link_address_port() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_dp_mst_helper.h | 128 bool mcs; member 272 bool mcs; member
|
/netbsd-src/external/bsd/ipf/dist/perl/ |
H A D | Services | 819 1503 imtc-mcs Databeam 1529 3302 mcs-fastmail MCSFastmail 1557 3330 mcs-calypsoicf MCSCalypsoICF 1558 3331 mcs-messaging MCSMessaging 1559 3332 mcs-mailsvr MCSMailServer
|
/netbsd-src/usr.sbin/bootp/bootpd/ |
H A D | README | 106 bootptab.mcs Another sample from <gwr@mc.com>
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc2079.txt | 239 EMail: mcs@netscape.com
|
H A D | rfc3829.txt | 250 EMail: mcs@pearlcrescent.com
|
H A D | rfc4515.txt | 578 EMail: mcs@pearlcrescent.com
|
H A D | rfc2798.txt | 485 EMail: mcs@netscape.com
|
H A D | rfc4516.txt | 744 EMail: mcs@pearlcrescent.com
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | ChangeLog.1 | 223 Avoid warnings from recent versions of mcs. 225 more. Use options documented since mcs-1.0 instead. Similarly for -g. 714 (mcs invocation): Use it. Fix exit code. 1053 * csharpcomp.sh.in: Copy the mcs output to stderr, dropping the 1056 (compile_csharp_class): Copy the mcs output to stderr, dropping the
|