Searched defs:urf_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c911 USBGEM_STREAM_OPS(urf_ops, urfattach, urfdetach);
967 static struct dev_ops urf_ops = { variable in typeref:struct:dev_ops
989 &urf_ops, /* driver ops */
1008 status = usbgem_mod_init(&urf_ops, "urf");
1014 usbgem_mod_fini(&urf_ops);
1030 usbgem_mod_fini(&urf_ops);

Completed in 60 milliseconds