HomeSort by: relevance | last modified time | path
    Searched defs:cls (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/flock/
flock.c 155 int cls = 0; local in function:main
200 cls = 1;
218 if (cls)
302 if (cls)
  /src/usr.bin/mixerctl/
mixerctl.c 444 int cls = fields[i].infp->mixer_class; local in function:main
445 if (cls >= 0 && cls < ndev)
446 fields[i].name = catstr(infos[cls].label.name,
  /src/games/hack/
hack.pri.c 83 cls();
282 cls();
793 cls(void) function in typeref:typename:void
  /src/sbin/newfs_msdos/
mkfs_msdos.c 263 u_int bss, rds, cls, dir, lsn, x, x1, x2; local in function:mkfs_msdos
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/sys/dev/pci/
satalink.c 395 pcireg_t cls, reg; local in function:sii_fixup_cacheline
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...]

Completed in 14 milliseconds