Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.h328 struct lun *lun_find(const struct conf *conf, const char *name);
H A Dconf.c616 t_lun = lun_find(conf, name); in target_add_lun()
H A Dctld.c1242 lun = lun_find(conf, name); in lun_new()
1285 lun_find(const struct conf *conf, const char *name) in lun_find() function
1822 newlun = lun_find(newconf, oldlun->l_name); in conf_apply()
1896 oldlun = lun_find(oldconf, newlun->l_name); in conf_apply()
H A Dkernel.c605 cl = lun_find(conf, lun->ctld_name); in conf_new_from_kernel()