Searched refs:ndmp_open_list_find (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_util.c | 1254 if ((olp = ndmp_open_list_find(adapter_name, sid, lun)) != NULL) { in ndmp_execute_cdb() 1387 ndmp_open_list_find(char *dev, int sid, int lun) in ndmp_open_list_find() function 1443 if ((olp = ndmp_open_list_find(dev, sid, lun)) != NULL) { in ndmp_open_list_add() 1501 if ((olp = ndmp_open_list_find(dev, sid, lun)) == NULL) { in ndmp_open_list_del()
|
H A D | ndmpd_scsi.c | 434 if (ndmp_open_list_find(devname, sid, lun) == NULL && in common_open()
|
H A D | ndmpd_tape.c | 142 if (ndmp_open_list_find(request->device.name, sid, lun) == 0 && in ndmpd_tape_open_v2() 1228 if (ndmp_open_list_find(devname, sid, lun) == 0 && in common_tape_open()
|
H A D | ndmpd.h | 1036 extern struct open_list *ndmp_open_list_find(char *, int, int);
|