Lines Matching refs:OIOC

70 #define	OIOC	('O'<<8)
71 #define OPROMGETOPT (OIOC | 1)
72 #define OPROMSETOPT (OIOC | 2)
73 #define OPROMNXTOPT (OIOC | 3)
74 #define OPROMSETOPT2 (OIOC | 4) /* working OPROMSETOPT */
75 #define OPROMNEXT (OIOC | 5) /* interface to raw config_ops */
76 #define OPROMCHILD (OIOC | 6) /* interface to raw config_ops */
77 #define OPROMGETPROP (OIOC | 7) /* interface to raw config_ops */
78 #define OPROMNXTPROP (OIOC | 8) /* interface to raw config_ops */
79 #define OPROMU2P (OIOC | 9) /* NOT SUPPORTED after 4.x */
80 #define OPROMGETCONS (OIOC | 10) /* enquire which console device */
81 #define OPROMGETFBNAME (OIOC | 11) /* Frame buffer OBP pathname */
82 #define OPROMGETBOOTARGS (OIOC | 12) /* Get boot arguments */
83 #define OPROMGETVERSION (OIOC | 13) /* Get OpenProm Version string */
84 #define OPROMPATH2DRV (OIOC | 14) /* Convert prom path to driver name */
85 #define OPROMDEV2PROMNAME (OIOC | 15) /* Convert devfs path to prom path */
86 #define OPROMPROM2DEVNAME (OIOC | 16) /* Convert devfs path to prom path */
87 #define OPROMGETPROPLEN (OIOC | 17) /* interface to raw config_ops */
88 #define OPROMREADY64 (OIOC | 18) /* is prom 64-bit ready? */
89 #define OPROMSETNODEID (OIOC | 19) /* set current node_id */
90 #define OPROMSNAPSHOT (OIOC | 20) /* create a snapshot */
91 #define OPROMCOPYOUT (OIOC | 21) /* copyout and free snapshot */
92 #define OPROMLISTKEYS (OIOC | 22) /* asr-list-keys */
93 #define OPROMLISTKEYSLEN (OIOC | 23) /* asr-list-keys-len */
94 #define OPROMEXPORT (OIOC | 24) /* asr-export */
95 #define OPROMEXPORTLEN (OIOC | 25) /* asr-export-len */
96 #define OPROMGETBOOTPATH (OIOC | 26) /* Get bootpath */