Home
last modified time | relevance | path

Searched defs:be_lun (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/cam/ctl/
HDctl_backend_block.c396 struct ctl_be_block_lun *be_lun; in ctl_be_block_move_done() local
477 struct ctl_be_block_lun *be_lun; in ctl_be_block_biodone() local
567 ctl_be_block_flush_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_flush_file()
619 ctl_be_block_dispatch_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_dispatch_file()
784 ctl_be_block_gls_file(struct ctl_be_block_lun *be_lun, in ctl_be_block_gls_file()
823 ctl_be_block_getattr_file(struct ctl_be_block_lun *be_lun, const char *attrname) in ctl_be_block_getattr_file()
851 ctl_be_block_dispatch_zvol(struct ctl_be_block_lun *be_lun, in ctl_be_block_dispatch_zvol()
955 ctl_be_block_gls_zvol(struct ctl_be_block_lun *be_lun, in ctl_be_block_gls_zvol()
1002 ctl_be_block_flush_dev(struct ctl_be_block_lun *be_lun, in ctl_be_block_flush_dev()
1047 ctl_be_block_unmap_dev_range(struct ctl_be_block_lun *be_lun, in ctl_be_block_unmap_dev_range()
[all …]
HDctl_backend_ramdisk.c215 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_move_done() local
337 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_worker() local
405 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_rm() local
496 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_create() local
696 struct ctl_be_ramdisk_lun *be_lun; in ctl_backend_ramdisk_modify() local
765 ctl_backend_ramdisk_lun_shutdown(void *be_lun) in ctl_backend_ramdisk_lun_shutdown()
792 ctl_backend_ramdisk_lun_config_status(void *be_lun, in ctl_backend_ramdisk_lun_config_status()
HDctl.c4397 struct ctl_be_lun *const be_lun) in ctl_alloc_lun()
4674 ctl_create_lun(struct ctl_be_lun *be_lun) in ctl_create_lun()
4684 ctl_add_lun(struct ctl_be_lun *be_lun) in ctl_add_lun()
4697 ctl_enable_lun(struct ctl_be_lun *be_lun) in ctl_enable_lun()
4749 ctl_disable_lun(struct ctl_be_lun *be_lun) in ctl_disable_lun()
4799 ctl_start_lun(struct ctl_be_lun *be_lun) in ctl_start_lun()
4810 ctl_stop_lun(struct ctl_be_lun *be_lun) in ctl_stop_lun()
4821 ctl_lun_no_media(struct ctl_be_lun *be_lun) in ctl_lun_no_media()
4832 ctl_lun_has_media(struct ctl_be_lun *be_lun) in ctl_lun_has_media()
4860 ctl_lun_ejected(struct ctl_be_lun *be_lun) in ctl_lun_ejected()
[all …]
HDctl_backend.h205 void *be_lun; /* passed to CTL */ member
HDctl_private.h371 struct ctl_be_lun *be_lun; member