Searched refs:bus (Results 51 - 59 of 59) sorted by relevance

123

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c450 /* AX contains PCI bus:devfn (PCI specification) */
451 undi.pxs->loader.ax = ( undi.pci.bus << 8 ) | undi.pci.devfn;
511 /* AX contains PCI bus:devfn (PCI specification) */
512 undi.pxs->start_undi.ax = ( undi.pci.bus << 8 ) | undi.pci.devfn;
H A Ddavicom.c95 implementations don't overrun the EEPROM clock. We add a bus
684 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000);
H A Dw89c840.c320 /* Configure the PCI bus bursts and FIFO thresholds.
628 printf("winbond-840: PCI bus %hhX device function %hhX: I/O address: %hX\n", p->bus, p->devfn, ioaddr);
H A Dtulip.c359 implementations don't overrun the EEPROM clock. We add a bus
1291 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000);
1299 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c220 (with_bus && tcinfop->bus != (*clpp)->ctl_cinfop->bus)) {
922 * If Here: Try to put 2 replicas per controller/bus
923 * If that doesn't work put 1 replica per controller/bus
961 * Check the distribution of bus ctlrs across real controllers.
998 * If the distribution of bus controlers is half of the total, then
1007 * If here, there is a distribution of bus controllers that will cause
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c457 grub_ahci_iterate (int (*hook) (int id, int bus),
456 grub_ahci_iterate(int (*hook) (int id, int bus), grub_disk_pull_t pull) argument
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c537 if (attr->tag.cidl.bus == tag.cidl.bus &&
729 dst->tag.cidl.bus = (uint64_t)OBJ_ATTR_NONE;
744 dst->tag.cidl.bus = disk_attr->tag.cidl.bus;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c262 /* if parent node is a bus, get its name */
438 cp->bus = add_bus(args, di_parent_node(node),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm658 my %hsh :Good(q/bye) :Omni(q/bus/);
728 # my %hsh :Good(q/bye) :Omni(q/bus/);
742 'bus' # eval'd attr data

Completed in 52 milliseconds

123