Lines Matching +full:sub +full:- +full:node
38 * Event Class - EC_DEV_ADD
39 * Event Sub-Class - ESC_DISK
41 * Attribute Name - EV_VERSION
42 * Attribute Type - DATA_TYPE_INT32
43 * Attribute Value - event version number
45 * Attribute Name - DEV_NAME
46 * Attribute Type - DATA_TYPE_STRING
47 * Attribute Value - /dev name to the raw device.
50 * Attribute Name - DEV_PHYS_PATH
51 * Attribute Type - DATA_TYPE_STRING
52 * Attribute Value - physical path of the device without the "/devices"
55 * Attribute Name - DEV_DRIVER_NAME
56 * Attribute Type - DATA_TYPE_STRING
57 * Attribute Value - driver name
59 * Attribute Name - DEV_INSTANCE
60 * Attribute Type - DATA_TYPE_INT32
61 * Attribute Value - driver instance number
63 * Attribute Name - DEV_PROP_PREFIX<devinfo_node_property>
64 * Attribute Type - data type of the devinfo_node_property
65 * Attribute Value - value of the devinfo_node_property
70 * Event Class - EC_DEV_ADD
71 * Event Sub-Class - ESC_NETWORK
73 * Attribute Name - EV_VERSION
74 * Attribute Type - DATA_TYPE_INT32
75 * Attribute Value - event version number
77 * Attribute Name - DEV_NAME
78 * Attribute Type - DATA_TYPE_STRING
79 * Attribute Value - /dev name associated with the device if exists.
81 * Style-2 only drivers.
83 * Attribute Name - DEV_PHYS_PATH
84 * Attribute Type - DATA_TYPE_STRING
85 * Attribute Value - physical path of the device without the "/devices"
88 * Attribute Name - DEV_DRIVER_NAME
89 * Attribute Type - DATA_TYPE_STRING
90 * Attribute Value - driver name
92 * Attribute Name - DEV_INSTANCE
93 * Attribute Type - DATA_TYPE_INT32
94 * Attribute Value - driver instance number
96 * Attribute Name - DEV_PROP_PREFIX<devinfo_node_property>
97 * Attribute Type - data type of the devinfo_node_property
98 * Attribute Value - value of the devinfo_node_property
103 * Event Class - EC_DEV_ADD
104 * Event Sub-Class - ESC_PRINTER
106 * Attribute Name - EV_VERSION
107 * Attribute Type - DATA_TYPE_INT32
108 * Attribute Value - event version number
110 * Attribute Name - DEV_NAME
111 * Attribute Type - DATA_TYPE_STRING
112 * Attribute Value - /dev/printers name associated with the device
116 * Attribute Name - DEV_PHYS_PATH
117 * Attribute Type - DATA_TYPE_STRING
118 * Attribute Value - physical path of the device without the "/devices"
121 * Attribute Name - DEV_DRIVER_NAME
122 * Attribute Type - DATA_TYPE_STRING
123 * Attribute Value - driver name
125 * Attribute Name - DEV_INSTANCE
126 * Attribute Type - DATA_TYPE_INT32
127 * Attribute Value - driver instance number
129 * Attribute Name - DEV_PROP_PREFIX<devinfo_node_property>
130 * Attribute Type - data type of the devinfo_node_property
131 * Attribute Value - value of the devinfo_node_property
136 * Event Class - EC_DEV_REMOVE
137 * Event Sub-Class - ESC_DISK
139 * Attribute Name - EV_VERSION
140 * Attribute Type - DATA_TYPE_INT32
141 * Attribute Value - event version number
143 * Attribute Name - DEV_NAME
144 * Attribute Type - DATA_TYPE_STRING
145 * Attribute Value - /dev name to the raw device.
148 * Attribute Name - DEV_PHYS_PATH
149 * Attribute Type - DATA_TYPE_STRING
150 * Attribute Value - physical path of the device without the "/devices"
153 * Attribute Name - DEV_DRIVER_NAME
154 * Attribute Type - DATA_TYPE_STRING
155 * Attribute Value - driver name
157 * Attribute Name - DEV_INSTANCE
158 * Attribute Type - DATA_TYPE_INT32
159 * Attribute Value - driver instance number
164 * Event Class - EC_DEV_REMOVE
165 * Event Sub-Class - ESC_NETWORK
167 * Attribute Name - EV_VERSION
168 * Attribute Type - DATA_TYPE_INT32
169 * Attribute Value - event version number
171 * Attribute Name - DEV_NAME
172 * Attribute Type - DATA_TYPE_STRING
173 * Attribute Value - /dev name associated with the device if exists.
175 * Style-2 only drivers.
177 * Attribute Name - DEV_PHYS_PATH
178 * Attribute Type - DATA_TYPE_STRING
179 * Attribute Value - physical path of the device without the "/devices"
182 * Attribute Name - DEV_DRIVER_NAME
183 * Attribute Type - DATA_TYPE_STRING
184 * Attribute Value - driver name
186 * Attribute Name - DEV_INSTANCE
187 * Attribute Type - DATA_TYPE_INT32
188 * Attribute Value - driver instance number
193 * Event Class - EC_DEV_REMOVE
194 * Event Sub-Class - ESC_PRINTER
196 * Attribute Name - EV_VERSION
197 * Attribute Type - DATA_TYPE_INT32
198 * Attribute Value - event version number
200 * Attribute Name - DEV_NAME
201 * Attribute Type - DATA_TYPE_STRING
202 * Attribute Value - /dev/printers name associated with the device
206 * Attribute Name - DEV_PHYS_PATH
207 * Attribute Type - DATA_TYPE_STRING
208 * Attribute Value - physical path of the device without the "/devices"
211 * Attribute Name - DEV_DRIVER_NAME
212 * Attribute Type - DATA_TYPE_STRING
213 * Attribute Value - driver name
215 * Attribute Name - DEV_INSTANCE
216 * Attribute Type - DATA_TYPE_INT32
217 * Attribute Value - driver instance number
222 * Event Class - EC_DEV_BRANCH
223 * Event Sub-Class - ESC_DEV_BRANCH_ADD or ESC_DEV_BRANCH_REMOVE
225 * Attribute Name - EV_VERSION
226 * Attribute Type - DATA_TYPE_INT32
227 * Attribute Value - event version number
229 * Attribute Name - DEV_PHYS_PATH
230 * Attribute Type - DATA_TYPE_STRING
231 * Attribute Value - physical path to the root node of the device subtree
240 #define DEV_PROP_PREFIX "prop-"
244 /* maximum number of devinfo node properties added to the event */