Lines Matching defs:lun
1185 * lun (input) - LUN number
1193 ndmp_execute_cdb(ndmpd_session_t *session, char *adapter_name, int sid, int lun,
1254 if ((olp = ndmp_open_list_find(adapter_name, sid, lun)) != NULL) {
1381 * lun (input) - LUN number
1387 ndmp_open_list_find(char *dev, int sid, int lun)
1401 olp->ol_lun == lun) {
1420 * lun (input) - LUN number
1427 ndmp_open_list_add(ndmp_connection_t *conn, char *dev, int sid, int lun, int fd)
1438 "conn: 0x%08x, dev: %s, sid: %d, lun: %d", conn, dev, sid, lun);
1443 if ((olp = ndmp_open_list_find(dev, sid, lun)) != NULL) {
1465 olp->ol_lun = lun;
1487 * lun (input) - LUN number
1493 ndmp_open_list_del(char *dev, int sid, int lun)
1501 if ((olp = ndmp_open_list_find(dev, sid, lun)) == NULL) {
1509 "Removed dev: %s, sid: %d, lun: %d", dev, sid, lun);
1545 "Removed dev: %s, sid: %d, lun: %d",