Home
last modified time | relevance | path

Searched refs:PRNIOC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dprnio.h41 #define PRNIOC 'p' macro
42 #define PRNIOC_GET_IFCAP _IOR(PRNIOC, 90, uint_t)
43 #define PRNIOC_SET_IFCAP _IOR(PRNIOC, 91, uint_t)
44 #define PRNIOC_GET_IFINFO _IOWR(PRNIOC, 92, struct prn_interface_info)
45 #define PRNIOC_GET_STATUS _IOR(PRNIOC, 93, uint_t)
46 #define PRNIOC_GET_1284_DEVID _IOWR(PRNIOC, 94, struct prn_1284_device_id)
47 #define PRNIOC_GET_1284_STATUS _IOR(PRNIOC, 95, uchar_t)
48 #define PRNIOC_GET_TIMEOUTS _IOR(PRNIOC, 96, struct prn_timeouts)
49 #define PRNIOC_SET_TIMEOUTS _IOW(PRNIOC, 97, struct prn_timeouts)
50 #define PRNIOC_RESET _IO(PRNIOC, 98)