OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cls
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/dev/pci/
satalink.c
395
pcireg_t
cls
, reg;
local
399
cls
= pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
400
cls
= (
cls
>> PCI_CACHELINE_SHIFT) & PCI_CACHELINE_MASK;
401
cls
*= 4;
402
if (
cls
> 224) {
403
cls
= pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
404
cls
&= ~(PCI_CACHELINE_MASK << PCI_CACHELINE_SHIFT);
405
cls
|= ((224/4) << PCI_CACHELINE_SHIFT);
406
pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG,
cls
);
[
all
...]
/src/games/hack/
hack.rip.c
93
cls
();
hack.pager.c
207
cls
();
240
cls
();
hack.read.c
332
cls
();
356
cls
();
390
cls
();
hack.potion.c
149
cls
();
170
cls
();
hack.pri.c
83
cls
();
282
cls
();
793
cls
(void)
function
extern.h
344
void
cls
(void);
hack.main.c
184
cls
();
hack.end.c
292
cls
();
/src/usr.bin/flock/
flock.c
155
int
cls
= 0;
local
200
cls
= 1;
218
if (
cls
)
302
if (
cls
)
/src/sbin/newfs_msdos/
mkfs_msdos.c
263
u_int bss, rds,
cls
, dir, lsn, x, x1, x2;
local
566
cls
= (bpb.bsec - x1) / bpb.spc;
568
if (
cls
> x)
569
cls
= x;
572
cls
);
575
if (
cls
< mincls(o.fat_type)) {
581
warnx("%u clusters too few clusters for FAT%u, need %u",
cls
,
585
if (
cls
> maxcls(o.fat_type)) {
586
cls
= maxcls(o.fat_type);
587
bpb.bsec = x1 + (
cls
+ 1) * bpb.spc - 1
[
all
...]
/src/usr.bin/mixerctl/
mixerctl.c
444
int
cls
= fields[i].infp->mixer_class;
local
445
if (
cls
>= 0 &&
cls
< ndev)
446
fields[i].name = catstr(infos[
cls
].label.name,
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026