Searched refs:PRNIOC (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | prnio.h | 43 #define PRNIOC 'p' macro 44 #define PRNIOC_GET_IFCAP _IOR(PRNIOC, 90, uint_t) 45 #define PRNIOC_SET_IFCAP _IOR(PRNIOC, 91, uint_t) 46 #define PRNIOC_GET_IFINFO _IOWR(PRNIOC, 92, struct prn_interface_info) 47 #define PRNIOC_GET_STATUS _IOR(PRNIOC, 93, uint_t) 48 #define PRNIOC_GET_1284_DEVID _IOWR(PRNIOC, 94, struct prn_1284_device_id) 49 #define PRNIOC_GET_1284_STATUS _IOR(PRNIOC, 95, uchar_t) 50 #define PRNIOC_GET_TIMEOUTS _IOR(PRNIOC, 96, struct prn_timeouts) 51 #define PRNIOC_SET_TIMEOUTS _IOW(PRNIOC, 97, struct prn_timeouts) 52 #define PRNIOC_RESET _IO(PRNIOC, 98)
|