Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ctld/
H A Dctld.c1503 free(lun->l_path); in lun_delete()
1553 free(lun->l_path); in lun_set_path()
1554 lun->l_path = checked_strdup(value); in lun_set_path()
1753 if (lun->l_path == NULL) { in conf_verify_lun()
1764 if (lun->l_path != NULL) { in conf_verify_lun()
1789 if (lun->l_path != NULL && lun2->l_path != NULL && in conf_verify_lun()
1790 strcmp(lun->l_path, lun2->l_path) == 0) { in conf_verify_lun()
1793 "lun \"%s\"", lun->l_path, in conf_verify_lun()
2048 if (newlun->l_path != NULL && in conf_apply()
2049 (oldlun->l_path == NULL || in conf_apply()
[all …]
H A Dkernel.c737 if (lun->l_path != NULL) { in kernel_lun_add()
740 option_set(o, lun->l_path); in kernel_lun_add()
742 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_add()
822 if (lun->l_path != NULL) { in kernel_lun_modify()
825 option_set(o, lun->l_path); in kernel_lun_modify()
827 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_modify()
H A Dctld.h177 char *l_path; member
H A Dparse.y1048 if (lun->l_path != NULL) {