Home
last modified time | relevance | path

Searched defs:ugen_state (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h262 typedef struct ugen_state { struct
263 usb_ugen_hdl_impl_t *ug_hdl; /* pointer to handle */
264 dev_info_t *ug_dip; /* Dev info */
265 uint_t ug_instance; /* Instance number */
266 uint_t ug_dev_state;
267 uint_t ug_dev_stat_state;
268 uint_t ug_open_count;
269 uint_t ug_pending_cmds;
270 uint_t ug_initial_cfgidx;
273 kmutex_t ug_mutex; /* Instance mutex */
[all …]