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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/aac/aac_ioctl.c
          +++ new/usr/src/uts/common/io/aac/aac_ioctl.c
↓ open down ↓ 79 lines elided ↑ open up ↑
  80   80  static int aac_ioctl_send_fib(struct aac_softstate *, intptr_t, int);
  81   81  static int aac_open_getadapter_fib(struct aac_softstate *, intptr_t, int);
  82   82  static int aac_next_getadapter_fib(struct aac_softstate *, intptr_t, int);
  83   83  static int aac_close_getadapter_fib(struct aac_softstate *, intptr_t);
  84   84  static int aac_send_raw_srb(struct aac_softstate *, dev_t, intptr_t, int);
  85   85  static int aac_get_pci_info(struct aac_softstate *, intptr_t, int);
  86   86  static int aac_query_disk(struct aac_softstate *, intptr_t, int);
  87   87  static int aac_delete_disk(struct aac_softstate *, intptr_t, int);
  88   88  static int aac_supported_features(struct aac_softstate *, intptr_t, int);
  89   89  
  90      -/*
  91      - * Warlock directives
  92      - */
  93      -_NOTE(SCHEME_PROTECTS_DATA("unique to each handling function", aac_features
  94      -    aac_pci_info aac_query_disk aac_revision aac_umem_sge))
  95      -
  96   90  int
  97   91  aac_do_ioctl(struct aac_softstate *softs, dev_t dev, int cmd, intptr_t arg,
  98   92      int mode)
  99   93  {
 100   94          int status;
 101   95  
 102   96          switch (cmd) {
 103   97          case FSACTL_MINIPORT_REV_CHECK:
 104   98                  AACDB_PRINT_IOCTL(softs, "FSACTL_MINIPORT_REV_CHECK");
 105   99                  status = aac_check_revision(softs, arg, mode);
↓ open down ↓ 676 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX