HomeSort by relevance Sort by last modified time
    Searched refs:AP_VERSION (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
sad.h 59 * choose which "version" of the ioctl to use by #defining AP_VERSION
60 * before including this file. Old code implicitly has AP_VERSION set
61 * to 0, and even newly compiled code defaults to an AP_VERSION of 0,
65 * #define AP_VERSION to the appropriate value. Note that the kernel
69 #ifndef AP_VERSION
71 #define AP_VERSION 1 /* latest version */
73 #define AP_VERSION 0 /* SVR4 version */
86 #define SAD_SAP (SADIOC|AP_VERSION << 4|01)
87 #define SAD_GAP (SADIOC|AP_VERSION << 4|02)
121 * to this structure in the future, at which point AP_VERSION shoul
    [all...]
  /onnv/onnv-gate/usr/src/cmd/autopush/
autopush.c 59 #define AP_VERSION 1
  /onnv/onnv-gate/usr/src/uts/common/io/
sad.c 360 if (SAD_VER(iocp->ioc_cmd) > AP_VERSION) {

Completed in 60 milliseconds