OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MC
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.sbin/lpr/common_source/
lp.h
53
extern long
MC
; /* maximum number of copies allowed */
common.c
84
long
MC
; /* maximum number of copies allowed */
/src/usr.sbin/lpr/lpr/
lpr.c
264
if (
MC
> 0 && ncopies >
MC
)
265
errx(EXIT_FAILURE, "only %ld copies are allowed",
MC
);
682
if (cgetnum(bp,"
mc
", &
MC
) < 0)
683
MC
= DEFMAXCOPIES;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.cpp
327
auto &
MC
= ModuleCounters[I];
328
size_t Size =
MC
.Stop -
MC
.Start;
331
return
MC
.Start[J] != 0;
/src/games/backgammon/common_source/
fancy.c
64
static char *
MC
; /* column cursor movement map */
83
static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &
MC
, &ML, &ND, &UP};
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h
723
uint32_t
MC
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
nouveau_nvkm_engine_device_base.c
112
.
mc
= nv04_mc_new,
133
.
mc
= nv04_mc_new,
155
.
mc
= nv04_mc_new,
175
.
mc
= nv11_mc_new,
197
.
mc
= nv04_mc_new,
219
.
mc
= nv17_mc_new,
241
.
mc
= nv17_mc_new,
263
.
mc
= nv04_mc_new,
285
.
mc
= nv17_mc_new,
307
.
mc
= nv17_mc_new
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_hwmgr.c
142
* Find the
MC
microcode version and store it in the HwMgr struct
151
hwmgr->microcode_version_info.
MC
= cgs_read_register(hwmgr->device, mmMC_SEQ_IO_DEBUG_DATA);
4251
/* Read
MC
indirect register offset 0x9F bits [3:0] to see
4252
* if VBIOS has already loaded a full version of
MC
ucode
4399
"Failed to get
MC
microcode version!", result = tmp_result);
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026