if_upl.c | 102 static void upl_attach(device_t, device_t, void *); 104 CFATTACH_DECL_NEW(upl, sizeof(struct usbnet), upl_match, upl_attach, 141 upl_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 152 DPRINTFN(5,(" : upl_attach: un=%p, dev=%p", un, dev));
|