Searched refs:get_location (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | pci.c | 62 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr, in efi_pci_disable_bridge_busmaster()
|
H A D | efistub.h | 748 efi_status_t (__efiapi *get_location)(efi_pci_io_protocol_t *, 771 u32 get_location; member
|
H A D | x86-stub.c | 96 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image()
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 3110 static int get_location(struct scsi_tape *STp, unsigned int *block, int *partition, in get_location() function 3195 if (get_location(STp, &blk, &p, 1)) in set_location() 3277 if ((i = get_location(STp, &block, &partition, 1)) < 0) in find_partition() 3835 if ((i = get_location(STp, &blk, &bt, 0)) < 0) { in st_ioctl()
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 2607 def get_location(self): member in Menu 3026 def get_location(self): member in Comment
|