Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ctld/
HDctld.c1429 free(lun->l_path); in lun_delete()
1479 free(lun->l_path); in lun_set_path()
1480 lun->l_path = checked_strdup(value); in lun_set_path()
1623 fprintf(stderr, "\t\tpath %s\n", lun->l_path);
1646 if (lun->l_path == NULL) { in conf_verify_lun()
1657 if (lun->l_path != NULL) { in conf_verify_lun()
1682 if (lun->l_path != NULL && lun2->l_path != NULL && in conf_verify_lun()
1683 strcmp(lun->l_path, lun2->l_path) == 0) { in conf_verify_lun()
1686 "lun \"%s\"", lun->l_path, in conf_verify_lun()
1949 if (newlun->l_path != NULL && in conf_apply()
[all …]
HDkernel.c693 if (lun->l_path != NULL) { in kernel_lun_add()
696 option_set(o, lun->l_path); in kernel_lun_add()
698 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_add()
HDctld.h173 char *l_path; member
HDparse.y992 if (lun->l_path != NULL) {