Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf28 …lopment utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, …
51 file path=usr/bin/$(ARCH64)/mcs mode=0555
64 file path=usr/bin/mcs mode=0555
111 file path=usr/share/man/man1/mcs.1
122 hardlink path=usr/bin/$(ARCH64)/strip target=../../bin/$(ARCH64)/mcs
123 hardlink path=usr/bin/strip target=../bin/mcs
125 …lopment utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs, nm, prof, ranlib, …
134 link path=usr/ccs/bin/$(ARCH64)/mcs target=../../../bin/$(ARCH64)/mcs
147 link path=usr/ccs/bin/mcs target=../../bin/mcs
/titanic_50/usr/src/cmd/sgs/mcs/
H A DMakefile.com27 PROG= mcs
36 MCS = /usr/ccs/bin/mcs
/titanic_50/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c118 mc_snapshot_info_t mcs; in inhm_mc_ioctl() local
139 mcs.mcs_size = (uint32_t)inhm_mc_snapshotsz[chip]; in inhm_mc_ioctl()
140 mcs.mcs_gen = inhm_mc_snapshotgen; in inhm_mc_ioctl()
142 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t), in inhm_mc_ioctl()
/titanic_50/usr/src/cmd/sgs/libelf/demo/
H A DMakefile39 mcs -d -a "ELF demo: object comment: $@" $@
43 mcs -d -a "ELF demo: executable comment: $@" $@
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_intel.c439 mc_snapshot_info_t mcs; in mc_node_create() local
445 if (ioctl(mc_fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 || in mc_node_create()
446 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL || in mc_node_create()
457 (void) nvlist_unpack(buf, mcs.mcs_size, &nvl, 0); in mc_node_create()
458 topo_mod_free(mod, buf, mcs.mcs_size); in mc_node_create()
H A Dchip_amd.c306 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()
/titanic_50/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_dcd.h255 #define PRD_MCS_GET_IMODE(mcs) (((uint8_t)(mcs) & 0xC) >> 2) argument
/titanic_50/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c355 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()
/titanic_50/usr/src/cmd/sgs/packages/common/
H A Dprototype_i38667 f none $SGSDIR/usr/bin/amd64/mcs=usr/bin/amd64/mcs 0555 root bin
68 s none $SGSDIR/usr/ccs/bin/amd64/mcs=../../../bin/amd64/mcs
69 l none $SGSDIR/usr/bin/amd64/strip=./mcs
H A Dprototype_sparc67 f none $SGSDIR/usr/bin/sparcv9/mcs=usr/bin/sparcv9/mcs 0555 root bin
68 s none $SGSDIR/usr/ccs/bin/sparcv9/mcs=../../../bin/sparcv9/mcs 0555 root bin
69 l none $SGSDIR/usr/bin/sparcv9/strip=./mcs
H A Dprototype_com85 f none $SGSDIR/usr/bin/mcs=usr/bin/mcs 0555 root bin
86 s none $SGSDIR/usr/ccs/bin/mcs=../../bin/mcs
87 l none $SGSDIR/usr/bin/strip=./mcs
H A DSUNWonld-README416 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
/titanic_50/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c336 genasm_frinit(uint8_t *bp, uint32_t off, uint32_t dp, uint32_t ep, uint32_t mcs) in genasm_frinit() argument
345 bcopy(&mcs, bp + PTC_FRINI_MCS, sizeof (mcs)); in genasm_frinit()
/titanic_50/usr/src/cmd/sgs/packages/
H A DMakefile.lint66 ../mcs \
H A DMakefile84 ../mcs \
/titanic_50/usr/src/uts/common/io/rwn/
H A Drt2860.c1091 uint8_t mcs, pid, qsel; in rt2860_send() local
1175 mcs = rt2860_rate2mcs(rate); in rt2860_send()
1186 mcs |= RT2860_PHY_SHPRE; in rt2860_send()
1189 txwi->phy |= LE_16(mcs); in rt2860_send()
1198 pid = (mcs + 1) & 0xf; in rt2860_send()
1328 #define CCK(mcs) (mcs) in rt2860_enable_mrr() argument
1329 #define OFDM(mcs) ((uint32_t)1 << 3 | (mcs)) in rt2860_enable_mrr() argument
1625 uint8_t wcid, mcs, pid; in rt2860_drain_stats_fifo() local
1647 mcs = (stat >> RT2860_TXQ_MCS_SHIFT) & 0x7f; in rt2860_drain_stats_fifo()
1649 if (mcs + 1 != pid) in rt2860_drain_stats_fifo()
/titanic_50/usr/src/cmd/sgs/
H A DMakefile68 mcs \
/titanic_50/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1160 mc_snapshot_info_t mcs; in mc_ioctl() local
1167 mcs.mcs_size = mc->mc_snapshotsz; in mc_ioctl()
1168 mcs.mcs_gen = mc->mc_snapshotgen; in mc_ioctl()
1170 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t), in mc_ioctl()
/titanic_50/usr/src/man/man1/
H A DMakefile234 mcs.1 \
/titanic_50/usr/src/
H A DMakefile.master153 MCS= /usr/ccs/bin/mcs
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps114 micro_char_size, "mcs" "Yf" Character step size when in micro mode
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps127 micro_col_size mcs Yf number Character step size when in micro mode
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps127 micro_char_size mcs Yf number Character step size when in micro mode
/titanic_50/
H A D.gitignore2542 usr/src/cmd/sgs/mcs/.make.state.i386
2543 usr/src/cmd/sgs/mcs/amd64/.make.state.i386
2544 usr/src/cmd/sgs/mcs/amd64/mcs
2545 usr/src/cmd/sgs/mcs/i386/.make.state.i386
2546 usr/src/cmd/sgs/mcs/i386/mcs