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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
          +++ new/usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  #include <net/if.h>
  28   28  #include <net/if_types.h>
  29   29  #include <inet/ip.h>
  30   30  #include <inet/ip_ire.h>
  31   31  #include <inet/ip_if.h>
  32   32  #include <sys/ethernet.h>
  33   33  #include <sys/ib/mgt/ibcm/ibcm_arp.h>
  34   34  
  35   35  extern char cmlog[];
  36   36  
  37      -_NOTE(SCHEME_PROTECTS_DATA("Unshared data", ibcm_arp_streams_t))
  38      -
  39   37  static void ibcm_resolver_ack(ip2mac_t *, void *);
  40   38  static int ibcm_nce_lookup(ibcm_arp_prwqn_t *wqnp, ill_t *ill, zoneid_t zid);
  41   39  
  42   40  /*
  43   41   * delete a wait queue node from the list.
  44   42   * assumes mutex is acquired
  45   43   */
  46   44  void
  47   45  ibcm_arp_delete_prwqn(ibcm_arp_prwqn_t *wqnp)
  48   46  {
↓ open down ↓ 358 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX