Home
last modified time | relevance | path

Searched refs:pc_func (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpci_user.c141 && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) in pci_conf_match()
190 u_int8_t pc_func; /* function on this device */ member
267 && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) in pci_conf_match_old()
518 conf_old.pc_sel.pc_func =
519 dinfo->conf.pc_sel.pc_func;
595 iodata.pi_sel.pc_func = io_old->pi_sel.pc_func;
623 io->pi_sel.pc_func);
636 io->pi_sel.pc_func,
646 io->pi_sel.pc_func,
655 io->pi_sel.pc_func,
[all …]
H A Dpci.c585 devlist_entry->conf.pc_sel.pc_func = cfg->func; in pci_read_device()
3907 p->pc_sel.pc_func, (p->pc_class << 16) | in DB_SHOW_COMMAND()
/dragonfly/sys/sys/
H A Dpciio.h68 u_int8_t pc_func; /* function on this device */ member
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c225 p->pc_sel.pc_func, (p->pc_class << 16) | in list_devs()
771 sel.pc_func = selarr[--i]; in getsel()
773 sel.pc_func = 0; in getsel()
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2loc.c273 struct symbol *pc_func = NULL; in dwarf2_find_location_expression() local
276 pc_func = block_linkage_function (pc_block); in dwarf2_find_location_expression()
278 if (pc_func && pc == BLOCK_START (SYMBOL_BLOCK_VALUE (pc_func))) in dwarf2_find_location_expression()