Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.c1278 free(lun->l_path); in lun_delete()
1429 fprintf(stderr, "\t\tpath %s\n", lun->l_path);
1450 if (lun->l_path == NULL) { in conf_verify_lun()
1461 if (lun->l_path != NULL) { in conf_verify_lun()
1486 if (lun->l_path != NULL && lun2->l_path != NULL && in conf_verify_lun()
1487 strcmp(lun->l_path, lun2->l_path) == 0) { in conf_verify_lun()
1490 "lun \"%s\"", lun->l_path, in conf_verify_lun()
1864 if (newlun->l_path != NULL && in conf_apply()
1865 (oldlun->l_path == NULL || in conf_apply()
1866 strcmp(oldlun->l_path, newlun->l_path) != 0)) { in conf_apply()
H A Dkernel.c638 cl->l_path = nvlist_take_string(lun->attr_list, in conf_new_from_kernel()
705 if (lun->l_path != NULL) in kernel_lun_add()
706 nvlist_replace_string(lun->l_options, "file", lun->l_path); in kernel_lun_add()
763 if (lun->l_path != NULL) in kernel_lun_modify()
764 nvlist_replace_string(lun->l_options, "file", lun->l_path); in kernel_lun_modify()
H A Dconf.c462 if (lun->l_path != NULL) { in lun_set_path()
468 lun->l_path = checked_strdup(value); in lun_set_path()
H A Dctld.h168 char *l_path; member