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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c434 if (ndmp_open_list_find(devname, sid, lun) == NULL &&
H A Dndmpd_util.c1254 if ((olp = ndmp_open_list_find(adapter_name, sid, lun)) != NULL) {
1374 * ndmp_open_list_find
1387 ndmp_open_list_find(char *dev, int sid, int lun) function
1443 if ((olp = ndmp_open_list_find(dev, sid, lun)) != NULL) {
1501 if ((olp = ndmp_open_list_find(dev, sid, lun)) == NULL) {
H A Dndmpd_tape.c142 if (ndmp_open_list_find(request->device.name, sid, lun) == 0 &&
1228 if (ndmp_open_list_find(devname, sid, lun) == 0 &&
H A Dndmpd.h1036 extern struct open_list *ndmp_open_list_find(char *, int, int);

Completed in 71 milliseconds