Home
last modified time | relevance | path

Searched refs:lun_new (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dconf.c380 lun = lun_new(conf, name); in lun_start()
761 new_lun = lun_new(conf, name); in target_start_lun()
H A Dctld.h326 struct lun *lun_new(struct conf *conf, const char *name);
H A Dkernel.c617 cl = lun_new(conf, lun->ctld_name); in conf_new_from_kernel()
H A Dctld.c1238 lun_new(struct conf *conf, const char *name) in lun_new() function