Home
last modified time | relevance | path

Searched refs:ofnet_attach (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ofw/
H A Dofnet.c85 static void ofnet_attach (device_t, device_t, void *);
88 ofnet_match, ofnet_attach, NULL, NULL);
124 ofnet_attach(device_t parent, device_t self, void *aux) in ofnet_attach() function