HomeSort by: relevance | last modified time | path
    Searched defs:ofnet_attach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ofw/
ofnet.c 70 static void ofnet_attach (device_t, device_t, void *);
73 ofnet_match, ofnet_attach, NULL, NULL);
105 ofnet_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
122 panic("ofnet_attach: unable to open");
125 panic("ofnet_attach: no mac-address");

Completed in 99 milliseconds