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

/freebsd-current/usr.sbin/ctld/
H A Dctld.c1504 free(lun->l_path);
1554 free(lun->l_path);
1555 lun->l_path = checked_strdup(value);
1731 fprintf(stderr, "\t\tpath %s\n", lun->l_path);
1754 if (lun->l_path == NULL) {
1765 if (lun->l_path != NULL) {
1790 if (lun->l_path != NULL && lun2->l_path != NULL &&
1791 strcmp(lun->l_path, lun2->l_path)
[all...]
H A Dkernel.c708 if (lun->l_path != NULL) {
711 option_set(o, lun->l_path);
713 o = option_new(&lun->l_options, "file", lun->l_path);
791 if (lun->l_path != NULL) {
794 option_set(o, lun->l_path);
796 o = option_new(&lun->l_options, "file", lun->l_path);
H A Dctld.h176 char *l_path; member in struct:lun
H A Dparse.y1083 if (lun->l_path != NULL) {

Completed in 129 milliseconds