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

  /src/sys/arch/acorn32/podulebus/
if_ne_pbus.c 144 void (*preattach) /* do this before attach */ member in struct:ne_clone
357 /* Does the interface need a preattach call ? */
358 if (ne->preattach)
359 ne->preattach(npsc);
if_ne_pbus.c 144 void (*preattach) /* do this before attach */ member in struct:ne_clone
357 /* Does the interface need a preattach call ? */
358 if (ne->preattach)
359 ne->preattach(npsc);

Completed in 48 milliseconds