Searched defs:AP_VERSION (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c59 #define AP_VERSION 1 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsad.h56 * choose which "version" of the ioctl to use by #defining AP_VERSION
57 * before including this file. Old code implicitly has AP_VERSION set
58 * to 0, and even newly compiled code defaults to an AP_VERSION of 0,
62 * #define AP_VERSION to the appropriate value. Note that the kernel
66 #ifndef AP_VERSION
68 #define AP_VERSION 1 /* latest version */ macro
70 #define AP_VERSION 0 /* SVR4 version */ macro
83 #define SAD_SAP (SADIOC|AP_VERSION << 4|01)
84 #define SAD_GAP (SADIOC|AP_VERSION << 4|02)
118 * to this structure in the future, at which point AP_VERSION shoul
[all...]

Completed in 45 milliseconds