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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
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) {

Completed in 62 milliseconds