/netbsd-src/sys/stand/efiboot/ |
H A D | efiblock.c | 67 struct efi_block_dev *bdev; in efi_block_parse() local 125 efi_block_do_read_blockio(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_do_read_blockio() 172 efi_block_do_read_diskio(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_do_read_diskio() 180 efi_block_do_read(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_do_read() 195 efi_block_readahead(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_readahead() 232 efi_block_read(struct efi_block_dev *bdev, UINT64 off, void *buf, in efi_block_read() 243 efi_block_find_partitions_cd9660(struct efi_block_dev *bdev) in efi_block_find_partitions_cd9660() 285 efi_block_find_partitions_disklabel(struct efi_block_dev *bdev, in efi_block_find_partitions_disklabel() 334 efi_block_find_partitions_mbr(struct efi_block_dev *bdev) in efi_block_find_partitions_mbr() 377 efi_block_find_partitions_gpt_entry(struct efi_block_dev *bdev, in efi_block_find_partitions_gpt_entry() [all …]
|
H A D | efiblock.h | 65 struct efi_block_dev *bdev; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_bo.c | 104 static void ttm_mem_type_debug(struct ttm_bo_device *bdev, struct drm_printer *p, in ttm_mem_type_debug() 197 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_add_mem_to_lru() local 227 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_del_from_lru() local 332 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_handle_move_mem() local 485 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_cleanup_refs_or_queue() local 625 static bool ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() 667 struct ttm_bo_device *bdev = in ttm_bo_delayed_workqueue() local 679 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_release() local 706 int ttm_bo_lock_delayed_workqueue(struct ttm_bo_device *bdev) in ttm_bo_lock_delayed_workqueue() 712 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched) in ttm_bo_unlock_delayed_workqueue() [all …]
|
H A D | ttm_bo_vm.c | 103 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_io_mem_pfn() local 188 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_vm_fault_reserved() local 456 static struct ttm_buffer_object *ttm_bo_vm_lookup(struct ttm_bo_device *bdev, in ttm_bo_vm_lookup() 503 struct ttm_bo_device *bdev) in ttm_bo_mmap()
|
H A D | ttm_bo_util.c | 141 int ttm_mem_io_reserve(struct ttm_bo_device *bdev, in ttm_mem_io_reserve() 165 void ttm_mem_io_free(struct ttm_bo_device *bdev, in ttm_mem_io_free() 211 static int ttm_mem_reg_ioremap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_ioremap() 261 static void ttm_mem_reg_iounmap(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem, in ttm_mem_reg_iounmap() 417 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_memcpy() local 812 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_move_accel_cleanup() local 873 struct ttm_bo_device *bdev = bo->bdev; in ttm_bo_pipeline_move() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
H A D | qxl_ttm.c | 46 static struct qxl_device *qxl_get_qdev(struct ttm_bo_device *bdev) in qxl_get_qdev() 56 static int qxl_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in qxl_invalidate_caches() 61 static int qxl_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in qxl_init_mem_type() 118 int qxl_ttm_io_mem_reserve(struct ttm_bo_device *bdev, in qxl_ttm_io_mem_reserve() 151 static void qxl_ttm_io_mem_free(struct ttm_bo_device *bdev, in qxl_ttm_io_mem_free()
|
/netbsd-src/sys/arch/arm/arm32/ |
H A D | stubs.c | 131 const struct bdevsw *bdev; in cpu_dump() local 218 const struct bdevsw *bdev; in dodumpsys() local
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | dumpsys.c | 154 const struct bdevsw *bdev; in dodumpsys() local 516 const struct bdevsw *bdev; in dump_header_flush() local 606 const struct bdevsw *bdev; in cpu_dump() local 639 const struct bdevsw *bdev; in dumpsys_seg() local
|
/netbsd-src/sys/external/bsd/drm2/ttm/ |
H A D | ttm_bo_vm.c | 175 struct ttm_bo_device *const bdev = bo->bdev; in ttm_bo_uvm_fault_reserved() local 348 ttm_bo_mmap_object(struct ttm_bo_device *bdev, off_t offset, size_t size, in ttm_bo_mmap_object() 407 ttm_bo_uvm_lookup(struct ttm_bo_device *bdev, unsigned long startpage, in ttm_bo_uvm_lookup()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 744 static int vmw_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in vmw_invalidate_caches() 749 static int vmw_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in vmw_init_mem_type() 802 static int vmw_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_reserve() 830 static void vmw_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in vmw_ttm_io_mem_free()
|
/netbsd-src/sys/arch/mmeye/mmeye/ |
H A D | autoconf.c | 88 device_t bdev, cdev; in device_register() local
|
/netbsd-src/sys/arch/hp300/stand/uboot/ |
H A D | uboot.c | 63 static int bdev, badapt, bctlr, bunit, bpart; variable
|
/netbsd-src/sys/kern/ |
H A D | subr_devsw.c | 383 devsw_attach(const char * devname,const struct bdevsw * bdev,devmajor_t * bmajor,const struct cdevsw * cdev,devmajor_t * cmajor) devsw_attach() argument 617 devsw_detach_locked(const struct bdevsw * bdev,const struct cdevsw * cdev) devsw_detach_locked() argument 709 devsw_detach(const struct bdevsw * bdev,const struct cdevsw * cdev) devsw_detach() argument 740 const struct bdevsw *bdev = NULL, *const *curbdevsw; bdevsw_lookup_acquire() local 777 bdevsw_release(const struct bdevsw * bdev,struct localcount * lc) bdevsw_release() argument 860 bdevsw_lookup_major(const struct bdevsw * bdev) bdevsw_lookup_major() argument 1119 devsw_blk2chr(dev_t bdev) devsw_blk2chr() argument [all...] |
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | diskio.c | 96 int bdev; local 123 int bdev; local
|
/netbsd-src/sys/arch/atari/stand/tostools/aptck/ |
H A D | diskio.c | 96 int bdev; local 123 int bdev; local
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | autoconf.c | 147 u_long bdev = 0; in msustobdev() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_ttm.c | 71 static struct radeon_device *radeon_get_rdev(struct ttm_bo_device *bdev) in radeon_get_rdev() 81 static int radeon_invalidate_caches(struct ttm_bo_device *bdev, uint32_t flags) in radeon_invalidate_caches() 86 static int radeon_init_mem_type(struct ttm_bo_device *bdev, uint32_t type, in radeon_init_mem_type() 419 static int radeon_ttm_io_mem_reserve(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in radeon_ttm_io_mem_reserve() 494 static void radeon_ttm_io_mem_free(struct ttm_bo_device *bdev, struct ttm_mem_reg *mem) in radeon_ttm_io_mem_free()
|
/netbsd-src/sys/arch/bebox/bebox/ |
H A D | autoconf.c | 173 device_t bdev, cdev; in device_register() local
|
/netbsd-src/sys/arch/x68k/x68k/ |
H A D | autoconf.c | 168 scsi_find(dev_t bdev) in scsi_find()
|
/netbsd-src/sys/arch/hppa/stand/common/ |
H A D | dev_hppa.c | 69 int bdev, badapt, bctlr, bunit, bpart; in devopen() local
|
/netbsd-src/sys/arch/hppa/stand/boot/ |
H A D | boot.c | 181 int bdev, badapt, bctlr, bunit, bpart; in getbootdev() local
|
/netbsd-src/sys/arch/atari/atari/ |
H A D | autoconf.c | 242 const struct bdevsw *bdev; in findroot() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.h | 51 struct ttm_bo_device bdev; member
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
H A D | ttm_tt.h | 108 struct ttm_bo_device *bdev; member
|
/netbsd-src/sys/arch/amd64/amd64/ |
H A D | machdep.c | 985 const struct bdevsw *bdev; in dump_header_flush() local 1082 const struct bdevsw *bdev; cpu_dump() local 1129 const struct bdevsw *bdev; dumpsys_seg() local 1179 const struct bdevsw *bdev; dodumpsys() local [all...] |