Searched refs:_NCIOC_ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall.h99 #define _NCIOC_(x) (('N'<<16)|('C'<<8)|(x)) macro
101 #define NC_IOC_GETNODE _NCIOC_(0) /* return this node */
102 #define NC_IOC_START _NCIOC_(1) /* ncall core and stubs start */
103 #define NC_IOC_STOP _NCIOC_(2) /* ncall stop */
104 #define NC_IOC_GETNETNODES _NCIOC_(3) /* ncalladm -i */
105 #define NC_IOC_PING _NCIOC_(4) /* ncalladm -p */
107 * _NCIOC_(5) to _NCIOC_(20) are reserved for the implementation module

Completed in 43 milliseconds