Searched refs:lun_find (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dctld.h335 struct lun *lun_find(const struct conf *conf, const char *name);
H A Dparse.y940 lun = lun_find(conf, $3);
H A Dctld.c1466 lun = lun_find(conf, name);
1511 lun_find(const struct conf *conf, const char *name) function
2015 newlun = lun_find(newconf, oldlun->l_name);
2089 oldlun = lun_find(oldconf, newlun->l_name);
H A Duclparse.c234 lun = lun_find(conf, ucl_object_tostring(name));
H A Dkernel.c628 cl = lun_find(conf, lun->ctld_name);

Completed in 84 milliseconds