/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.c | 72 struct bhnd_erom_io eio; member 100 struct bhnd_erom_io *eio, const struct bhnd_chipid *hint, in bhnd_erom_probe_driver_classes() 172 struct bhnd_erom_io *eio) in bhnd_erom_alloc() 214 const struct bhnd_chipid *cid, struct bhnd_erom_io *eio) in bhnd_erom_init_static() 271 bhnd_erom_read_chipid(struct bhnd_erom_io *eio, struct bhnd_chipid *cid) in bhnd_erom_read_chipid() 325 bhnd_erom_io_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, bhnd_size_t size) in bhnd_erom_io_map() 341 bhnd_erom_io_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhnd_erom_io_tell() 356 bhnd_erom_io_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhnd_erom_io_read() 365 bhnd_erom_io_fini(struct bhnd_erom_io *eio) in bhnd_erom_io_fini() 399 bhnd_erom_iores_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhnd_erom_iores_map() [all …]
|
H A D | bhnd_eromvar.h | 77 struct bhnd_erom_io eio; member
|
H A D | bhnd_erom.h | 144 bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in bhnd_erom_probe()
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba_erom.c | 72 struct bhnd_erom_io *eio; /**< erom I/O callbacks */ member 91 siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in siba_erom_probe() 161 struct bhnd_erom_io *eio) in siba_erom_init() 192 siba_eio_init(struct siba_erom_io *io, struct bhnd_erom_io *eio, u_int ncores) in siba_eio_init()
|
H A D | siba.c | 1282 struct bhnd_erom_io *eio; in siba_add_children() local
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci.c | 146 struct bhnd_erom_io eio; member 1288 struct bhnd_erom_io *eio; in bhndb_pci_probe_alloc() local 1681 bhndb_pci_eio_map(struct bhnd_erom_io *eio, bhnd_addr_t addr, in bhndb_pci_eio_map() 1698 bhndb_pci_eio_tell(struct bhnd_erom_io *eio, bhnd_addr_t *addr, in bhndb_pci_eio_tell() 1714 bhndb_pci_eio_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhndb_pci_eio_read()
|
H A D | bhndb.c | 518 struct bhnd_erom_io *eio; in bhndb_attach() local
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 110 struct bhnd_erom_io *eio; /**< bus I/O callbacks */ member 138 struct bhnd_erom_io *eio) in bcma_erom_init() 164 bcma_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, in bcma_erom_probe()
|
H A D | bcma.c | 658 struct bhnd_erom_io *eio; in bcma_add_children() local
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | statfs.cc | 44 TEST_F(Statfs, eio) in TEST_F() argument
|
H A D | fsyncdir.cc | 112 TEST_F(FsyncDir, eio) in TEST_F() argument
|
H A D | flush.cc | 120 TEST_F(Flush, eio) in TEST_F() argument
|
H A D | release.cc | 105 TEST_F(Release, eio) in TEST_F() argument
|
H A D | fsync.cc | 164 TEST_F(Fsync, eio) in TEST_F() argument
|
H A D | readdir.cc | 118 TEST_F(Readdir, eio) in TEST_F() argument
|
H A D | lseek.cc | 157 TEST_F(LseekPathconf, eio) in TEST_F() argument
|
H A D | fallocate.cc | 624 TEST_F(PosixFallocate, eio) in TEST_F() argument
|
H A D | copy_file_range.cc | 148 TEST_F(CopyFileRange, eio) in TEST_F() argument
|
H A D | read.cc | 642 TEST_F(Read, eio) in TEST_F() argument
|
/freebsd/sys/vm/ |
H A D | vm_object.c | 1003 int pagerflags, int flags, boolean_t *allclean, bool *eio) in vm_object_page_clean_flush() 1056 bool eio; in vm_object_page_clean() local
|
H A D | vm_pageout.c | 460 vm_pageout_flush(vm_page_t *mc, int count, int flags, bool *eio) in vm_pageout_flush()
|