Searched refs:mcs (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/
H A DMakefile.com27 PROG= mcs
36 MCS = /usr/ccs/bin/mcs
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A DMakefile39 mcs -d -a "ELF demo: object comment: $@" $@
43 mcs -d -a "ELF demo: executable comment: $@" $@
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhmdrv.c118 mc_snapshot_info_t mcs; local
139 mcs.mcs_size = (uint32_t)inhm_mc_snapshotsz[chip];
140 mcs.mcs_gen = inhm_mc_snapshotgen;
142 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_dcd.h255 #define PRD_MCS_GET_IMODE(mcs) (((uint8_t)(mcs) & 0xC) >> 2)
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c355 mc_snapshot_info_t mcs; local
374 mcs.mcs_size = (uint32_t)inb_mc_snapshotsz;
375 mcs.mcs_gen = inb_mc_snapshotgen;
377 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_intel.c439 mc_snapshot_info_t mcs; local
445 if (ioctl(mc_fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 ||
446 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
457 (void) nvlist_unpack(buf, mcs.mcs_size, &nvl, 0);
458 topo_mod_free(mod, buf, mcs.mcs_size);
H A Dchip_amd.c306 mc_snapshot_info_t mcs; local
332 if (ioctl(fd, MC_IOC_SNAPSHOT_INFO, &mcs) == -1 ||
333 (buf = topo_mod_alloc(mod, mcs.mcs_size)) == NULL ||
345 err = nvlist_unpack(buf, mcs.mcs_size, &nvl, 0);
346 topo_mod_free(mod, buf, mcs.mcs_size);
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile84 ../mcs \
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile69 mcs \
/illumos-gate/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) argument
345 bcopy(&mcs, bp + PTC_FRINI_MCS, sizeof (mcs));
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1160 mc_snapshot_info_t mcs; local
1167 mcs.mcs_size = mc->mc_snapshotsz;
1168 mcs.mcs_gen = mc->mc_snapshotgen;
1170 if (ddi_copyout(&mcs, (void *)arg, sizeof (mc_snapshot_info_t),
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1091 uint8_t mcs, pid, qsel; local
1175 mcs = rt2860_rate2mcs(rate);
1186 mcs |= RT2860_PHY_SHPRE;
1189 txwi->phy |= LE_16(mcs);
1198 pid = (mcs + 1) & 0xf;
1328 #define CCK(mcs) (mcs)
1329 #define OFDM(mcs) ((uint32_t)1 << 3 | (mcs))
1625 uint8_t wcid, mcs, pi local
[all...]
/illumos-gate/usr/src/man/man1/
H A DMakefile231 mcs.1 \
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl274 # conforming mcs(1) comment section. If the correct $(POST_PROCESS)
283 @Mcs = split(/\n/, `mcs -p $FullPath 2>&1`);
308 "non-conforming mcs(1) comment\t<no \$(POST_PROCESS)?>");
319 # Having caught any static executables in the mcs(1) check and non-
1067 print "\t[-m]\t\tprocess mcs(1) comments\n";

Completed in 509 milliseconds