/illumos-gate/usr/src/cmd/fm/mcdecode/ |
H A D | mcdecode.c | 294 mc_snapshot_info_t mcs; in mcdecode_dump() local 301 bzero(&mcs, sizeof (mcs)); in mcdecode_dump() 302 if (ioctl(fd, MC_IOC_DECODE_SNAPSHOT_INFO, &mcs) != 0) { in mcdecode_dump() 306 if ((buf = malloc(mcs.mcs_size)) == NULL) { in mcdecode_dump() 308 "dump snapshot", mcs.mcs_size); in mcdecode_dump() 320 while (mcs.mcs_size > 0) { in mcdecode_dump() 322 size_t out = mcs.mcs_size > MCDECODE_WRITE ? MCDECODE_WRITE : in mcdecode_dump() 323 mcs.mcs_size; in mcdecode_dump() 333 mcs.mcs_size -= ret; in mcdecode_dump()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-object-file.p5m | 31 …lopment utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen… 41 file path=usr/bin/$(ARCH64)/mcs mode=0555 44 hardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs 56 file path=usr/bin/mcs mode=0555 61 hardlink path=usr/bin/strip target=../bin/mcs 72 link path=usr/ccs/bin/$(ARCH64)/mcs target=../../../bin/$(ARCH64)/mcs 85 link path=usr/ccs/bin/mcs target=../../bin/mcs 138 file path=usr/share/man/man1/mcs.1 149 …lopment utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, ranlib, rpcgen…
|
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | intel_nhmdrv.c | 122 mc_snapshot_info_t mcs; in inhm_mc_ioctl() local 143 mcs.mcs_size = (uint32_t)inhm_mc_snapshotsz[chip]; in inhm_mc_ioctl() 144 mcs.mcs_gen = inhm_mc_snapshotgen; in inhm_mc_ioctl() 146 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t), in inhm_mc_ioctl()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | Makefile | 39 mcs -d -a "ELF demo: object comment: $@" $@ 43 mcs -d -a "ELF demo: executable comment: $@" $@
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 355 mc_snapshot_info_t mcs; in inb_mc_ioctl() local 374 mcs.mcs_size = (uint32_t)inb_mc_snapshotsz; in inb_mc_ioctl() 375 mcs.mcs_gen = inb_mc_snapshotgen; in inb_mc_ioctl() 377 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t), in inb_mc_ioctl()
|
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 342 genasm_frinit(uint8_t *bp, uint32_t off, uint32_t dp, uint32_t ep, uint32_t mcs) in genasm_frinit() argument 351 bcopy(&mcs, bp + PTC_FRINI_MCS, sizeof (mcs)); in genasm_frinit()
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_amd.c | 306 mc_snapshot_info_t mcs; in amd_lookup_by_mcid() local 332 if (ioctl(fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 || in amd_lookup_by_mcid() 333 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL || in amd_lookup_by_mcid() 345 err = nvlist_unpack(buf, mcs.mcs_size, &nvl, 0); in amd_lookup_by_mcid() 346 topo_mod_free(mod, buf, mcs.mcs_size); in amd_lookup_by_mcid()
|
H A D | chip_intel.c | 915 mc_snapshot_info_t mcs; in mc_node_create() local 921 if (ioctl(mc_fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 || in mc_node_create() 922 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL || in mc_node_create() 933 (void) nvlist_unpack(buf, mcs.mcs_size, &nvl, 0); in mc_node_create() 934 topo_mod_free(mod, buf, mcs.mcs_size); in mc_node_create()
|
/illumos-gate/usr/src/cmd/sgs/mcs/ |
H A D | Makefile.com | 29 PROG= mcs
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 1092 uint8_t mcs, pid, qsel; in rt2860_send() local 1176 mcs = rt2860_rate2mcs(rate); in rt2860_send() 1187 mcs |= RT2860_PHY_SHPRE; in rt2860_send() 1190 txwi->phy |= LE_16(mcs); in rt2860_send() 1199 pid = (mcs + 1) & 0xf; in rt2860_send() 1329 #define CCK(mcs) (mcs) in rt2860_enable_mrr() argument 1330 #define OFDM(mcs) ((uint32_t)1 << 3 | (mcs)) in rt2860_enable_mrr() argument 1626 uint8_t wcid, mcs, pid; in rt2860_drain_stats_fifo() local 1648 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; in rt2860_drain_stats_fifo() 1650 if (mcs + 1 != pid) in rt2860_drain_stats_fifo()
|
/illumos-gate/usr/src/cmd/sgs/ |
H A D | Makefile | 73 mcs \
|
/illumos-gate/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_drv.c | 1161 mc_snapshot_info_t mcs; in mc_ioctl() local 1168 mcs.mcs_size = mc->mc_snapshotsz; in mc_ioctl() 1169 mcs.mcs_gen = mc->mc_snapshotgen; in mc_ioctl() 1171 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t), in mc_ioctl()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/ |
H A D | smbios_enum.c | 597 mc_snapshot_info_t mcs; in has_mc_driver() local 602 if (ioctl(mc_fd, MC_IOC_SNAPSHOT_INFO, &mcs) < 0) { in has_mc_driver()
|
/illumos-gate/usr/src/uts/intel/io/imc/ |
H A D | imc.c | 1451 nvlist_t *mcs[IMC_MAX_IMCPERSOCK]; in imc_nvl_create() local 1461 mcs[i] = imc_nvl_create_mc(imc, &sock->isock_imcs[i]); in imc_nvl_create() 1465 mcs, sock->isock_nimc); in imc_nvl_create() 1468 nvlist_free(mcs[i]); in imc_nvl_create()
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 232 mcs.1 \
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 416 4506164 mcs does not recognize #linkbefore or #linkafter qualifiers 598 4736951 The mcs broken when the target file is an archive file 776 4951840 mcs -c goes into a loop on executable program 1127 6307146 mcs dumps core when appending null string to comment section 1376 6198202 mcs -d dumps core 1399 6473571 strip and mcs get confused and corrupt files when passed 1401 6253589 mcs has problems handling multiple SHT_NOTE sections 1504 6765931 mcs generates unlink(NULL) system calls
|
/illumos-gate/usr/src/ |
H A D | Makefile.master | 165 MCS= /usr/bin/mcs 913 # compress the comment section (mcs -c) 914 # add the standard comment (mcs -a $(RELEASE_CM)) 915 # add the development specific comment (mcs -a $(DEV_CM)) 918 # delete the comment section (mcs -d) 919 # add the standard comment (mcs -a $(RELEASE_CM)) 920 # add the development specific comment (mcs -a $(DEV_CM)) 923 # delete the comment section (mcs -d) 924 # add the standard comment (mcs -a $(RELEASE_CM))
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 276 # Closed binaries have an old mcs comment mentioning SunOS rather than
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 112 micro_char_size, "mcs" "Yf" Character step size when in micro mode
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 125 micro_col_size mcs Yf number Character step size when in micro mode
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 127 micro_char_size mcs Yf number Character step size when in micro mode
|