Searched refs:ucom_attach (Results 1 – 1 of 1) sorted by relevance
250 void ucom_attach(device_t, device_t, void *);253 CFATTACH_DECL_NEW(ucom, sizeof(struct ucom_softc), ucom_match, ucom_attach,263 ucom_attach(device_t parent, device_t self, void *aux) in ucom_attach() function