/src/sys/arch/luna68k/stand/boot/ |
if_le.c | 81 static int le_probe(struct netif *, void *); 98 le_probe, 155 le_probe(struct netif *nif, void *machdep_hint) function in typeref:typename:int
|
/src/sys/arch/mvme68k/stand/netboot/ |
if_le.c | 84 int le_probe(struct netif *, void *); 101 le_probe, /* probe */ 151 le_probe(struct netif *nif, void *machdep_hint) function in typeref:typename:int 156 printf("le%d: le_probe called\n", nif->nif_unit);
|
/src/sys/arch/hp300/stand/common/ |
if_le.c | 75 static int le_probe(struct netif *, void *); 114 le_probe, /* netif_probe */ 236 le_probe(struct netif *nif, void *machdep_hint) function in typeref:typename:int 246 printf("le%d.%d: le_probe called\n", nif->nif_unit, nif->nif_sel);
|