Home
last modified time | relevance | path

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

/NextBSD/sys/cam/ctl/
HDctl_backend.h201 struct ctl_be_lun { struct
223 STAILQ_ENTRY(ctl_be_lun) links; /* used by CTL */ argument
272 int ctl_add_lun(struct ctl_be_lun *be_lun);
273 int ctl_enable_lun(struct ctl_be_lun *be_lun);
280 int ctl_disable_lun(struct ctl_be_lun *be_lun);
281 int ctl_invalidate_lun(struct ctl_be_lun *be_lun);
288 int ctl_start_lun(struct ctl_be_lun *be_lun);
289 int ctl_stop_lun(struct ctl_be_lun *be_lun);
294 int ctl_lun_no_media(struct ctl_be_lun *be_lun);
295 int ctl_lun_has_media(struct ctl_be_lun *be_lun);
[all …]
HDctl_backend_ramdisk.c88 struct ctl_be_lun cbe_lun;
214 struct ctl_be_lun *cbe_lun; in ctl_backend_ramdisk_move_done()
221 cbe_lun = (struct ctl_be_lun *)io->io_hdr.ctl_private[ in ctl_backend_ramdisk_move_done()
270 struct ctl_be_lun *cbe_lun; in ctl_backend_ramdisk_submit()
273 cbe_lun = (struct ctl_be_lun *)io->io_hdr.ctl_private[ in ctl_backend_ramdisk_submit()
497 struct ctl_be_lun *cbe_lun; in ctl_backend_ramdisk_create()
697 struct ctl_be_lun *cbe_lun; in ctl_backend_ramdisk_modify()
845 struct ctl_be_lun *cbe_lun; in ctl_backend_ramdisk_config_write()
848 cbe_lun = (struct ctl_be_lun *)io->io_hdr.ctl_private[ in ctl_backend_ramdisk_config_write()
HDctl_backend_block.c169 struct ctl_be_lun cbe_lun;
1233 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_cw_dispatch_sync()
1271 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_cw_dispatch_ws()
1538 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_dispatch()
1656 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_worker()
1744 struct ctl_be_lun *cbe_lun; in ctl_be_block_submit()
1748 cbe_lun = (struct ctl_be_lun *)io->io_hdr.ctl_private[ in ctl_be_block_submit()
1815 struct ctl_be_lun *cbe_lun; in ctl_be_block_open_file()
1914 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_open_dev()
2091 struct ctl_be_lun *cbe_lun = &be_lun->cbe_lun; in ctl_be_block_close()
[all …]
HDctl_private.h371 struct ctl_be_lun *be_lun;
443 STAILQ_HEAD(, ctl_be_lun) pending_lun_queue;
HDctl.c434 struct ctl_be_lun *be_lun);
436 static void ctl_create_lun(struct ctl_be_lun *be_lun);
4397 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()
[all …]