Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
          +++ new/usr/src/uts/common/io/ib/ibtl/ibtl_hca.c
↓ open down ↓ 1551 lines elided ↑ open up ↑
1552 1552                  mutex_exit(&ibtl_clnt_list_mutex);
1553 1553                  return (IBT_HCA_INVALID);
1554 1554          }
1555 1555          retval = ibtl_index2pkey(hca_devp, port_num, pkey_ix, pkey);
1556 1556          mutex_exit(&ibtl_clnt_list_mutex);
1557 1557  
1558 1558          return (retval);
1559 1559  }
1560 1560  
1561 1561  
1562      -_NOTE(SCHEME_PROTECTS_DATA("client managed", ibtl_hca_s::ha_clnt_private))
1563      -
1564 1562  /*
1565 1563   * Function:
1566 1564   *      ibt_set_hca_private
1567 1565   * Input:
1568 1566   *      hca_hdl         The ibt_hca_hdl_t of the opened HCA.
1569 1567   *      clnt_private    The client private data.
1570 1568   * Output:
1571 1569   *      none.
1572 1570   * Returns:
1573 1571   *      none
↓ open down ↓ 112 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX