Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 31) sorted by relevance

12

/pciutils/lib/
H A Dgeneric.c217 pci_generic_block_op(struct pci_dev *d, int pos, byte *buf, int len, in pci_generic_block_op()
250 pci_generic_block_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_read()
256 pci_generic_block_write(struct pci_dev *d, int pos, byte *buf, int len) in pci_generic_block_write()
H A Daccess.c95 pci_read_data(struct pci_dev *d, void *buf, int pos, int len) in pci_read_data()
130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block()
136 pci_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_vpd()
142 pci_write_data(struct pci_dev *d, void *buf, int pos, int len) in pci_write_data()
172 pci_write_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_write_block()
227 pci_setup_cache(struct pci_dev *d, byte *cache, int len) in pci_setup_cache()
H A Ddump.c19 int len, allocated; member
37 dump_alloc_data(struct pci_dev *dev, int len) in dump_alloc_data()
65 int len, mn, bn, dn, fn, i, j; in dump_init() local
146 dump_read(struct pci_dev *d, int pos, byte *buf, int len) in dump_read()
H A Di386-ports.c135 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read()
167 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write()
225 conf2_read(struct pci_dev *d, int pos, byte *buf, int len) in conf2_read()
261 conf2_write(struct pci_dev *d, int pos, byte *buf, int len) in conf2_write()
H A Dinit.c53 size_t len = VirtualQuery(&get_current_module_handle, &info, sizeof(info)); in get_current_module_handle() local
261 int len = strlen(s) + 1; in pci_strdup() local
299 size_t len; in pci_init_name_list_path() local
416 int len = strlen(PCI_PATH_IDS_DIR); in pci_init_name_list_path() local
H A Dnbsd-libpci.c68 nbsd_read(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_read()
101 nbsd_write(struct pci_dev *d, int pos, byte *buf, int len) in nbsd_write()
H A Dobsd-device.c58 obsd_read(struct pci_dev *d, int pos, byte *buf, int len) in obsd_read()
104 obsd_write(struct pci_dev *d, int pos, byte *buf, int len) in obsd_write()
H A Daix-device.c129 int len; in aix_detect() local
217 aix_read(struct pci_dev *d, int pos, byte *buf, int len) in aix_read()
239 aix_write(struct pci_dev *d, int pos, byte *buf, int len) in aix_write()
H A Dsylixos-device.c65 sylixos_read(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_read()
106 sylixos_write(struct pci_dev *d, int pos, byte *buf, int len) in sylixos_write()
H A Dfbsd-device.c248 fbsd_read(struct pci_dev *d, int pos, byte *buf, int len) in fbsd_read()
300 fbsd_write(struct pci_dev *d, int pos, byte *buf, int len) in fbsd_write()
H A Dmmio-ports.c296 conf1_ext_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_read()
335 conf1_read(struct pci_dev *d, int pos, byte *buf, int len) in conf1_read()
344 conf1_ext_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_ext_write()
394 conf1_write(struct pci_dev *d, int pos, byte *buf, int len) in conf1_write()
H A Drt-thread-smart-dm.c163 rt_thread_smart_dm_read(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_read()
182 rt_thread_smart_dm_write(struct pci_dev *d, int pos, byte *buf, int len) in rt_thread_smart_dm_write()
H A Dproc.c169 proc_read(struct pci_dev *d, int pos, byte *buf, int len) in proc_read()
188 proc_write(struct pci_dev *d, int pos, byte *buf, int len) in proc_write()
H A Dwin32-cfgmgr32.c232 fmt_validate(const char *s, int len, const char *fmt) in fmt_validate()
246 int i, len; in seq_xdigit_validate() local
596 int len = strlen(driver); in driver_cmp() local
617 int len; in get_driver_path_for_regkey() local
1323 int len; in fill_data_from_string() local
1670 win32_cfgmgr32_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_cfgmgr32_read()
1686 win32_cfgmgr32_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_cfgmgr32_write()
H A Daos-expansion.c171 aos_expansion_read(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_read()
188 aos_expansion_write(struct pci_dev *d, int pos, byte *buf, int len) in aos_expansion_write()
H A Ddarwin.c112 darwin_read(struct pci_dev *d, int pos, byte *buf, int len) in darwin_read()
156 darwin_write(struct pci_dev *d, int pos, byte *buf, int len) in darwin_write()
H A Dhurd.c216 hurd_read(struct pci_dev *d, int pos, byte * buf, int len) in hurd_read()
250 hurd_write(struct pci_dev *d, int pos, byte * buf, int len) in hurd_write()
H A Demulated.c75 pci_emulated_read(struct pci_dev *d, int pos, byte *buf, int len) in pci_emulated_read()
H A Dsysfs.c543 static int sysfs_read(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read()
561 static int sysfs_write(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_write()
582 static int sysfs_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in sysfs_read_vpd()
H A Dwin32-sysdbg.c246 win32_sysdbg_read(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_read()
262 win32_sysdbg_write(struct pci_dev *d, int pos, byte *buf, int len) in win32_sysdbg_write()
H A Dnames-hash.c70 int len = strlen(text); in pci_id_insert() local
/pciutils/
H A Dls-vpd.c58 print_vpd_string(const byte *buf, word len) in print_vpd_string()
75 print_vpd_binary(const byte *buf, word len) in print_vpd_binary()
87 read_vpd(struct device *d, int pos, byte *buf, int len, byte *csum) in read_vpd()
H A Dls-ecaps.c866 dvsec_cxl_device(struct device *d, int rev, int where, int len) in dvsec_cxl_device()
955 dvsec_cxl_port(struct device *d, int where, int len) in dvsec_cxl_port()
981 dvsec_cxl_register_locator(struct device *d, int where, int len) in dvsec_cxl_register_locator()
1131 dvsec_cxl_flex_bus(struct device *d, int where, int rev, int len) in dvsec_cxl_flex_bus()
1260 cap_dvsec_cxl(struct device *d, int id, int rev, int where, int len) in cap_dvsec_cxl()
1324 u16 len = BITS(hdr, 20, 12); in cap_dvsec() local
1631 static const char *ide_alg(char *buf, size_t len, u32 l) in ide_alg()
H A Dlspci.c90 config_fetch(struct device *d, unsigned int pos, unsigned int len) in config_fetch()
171 check_conf_range(struct device *d, unsigned int pos, unsigned int len) in check_conf_range()
407 pciaddr_t len = (p->known_fields & PCI_FILL_SIZES) ? p->size[i] : 0; in show_bases() local
499 pciaddr_t len = (p->known_fields & PCI_FILL_SIZES) ? p->rom_size : 0; in show_rom() local
H A Dcommon.c51 int len = strlen(str) + 1; in xstrdup() local

12