/src/sys/arch/evbarm/stand/boot2440/ |
netif.c | 67 int netif_init(unsigned int tag, uint8_t *macaddr); 96 netif_init(unsigned int tag, uint8_t *macaddr) function in typeref:typename:int
|
/src/sys/arch/sandpoint/stand/altboot/ |
nif.c | 66 netif_init(void *self) function in typeref:typename:int
|
/src/sys/lib/libsa/ |
netif.c | 55 * netif_init: 61 netif_init(void) function in typeref:typename:void 189 if (drv->netif_init == NULL) 190 panic("%s%d: no netif_init support", drv->netif_bname, 193 drv->netif_init(desc, machdep_hint); 293 netif_init();
|
netif.h | 40 void (*netif_init)(struct iodesc *, void *); member in struct:netif_driver 79 void netif_init(void);
|
/src/sys/arch/sun68k/stand/libsa/ |
netif_sun.c | 77 struct devdata * netif_init(void *); 90 netif_init(void *aux) function in typeref:struct:devdata * 111 printf("netif_init: calling prom_iopen\n"); 119 printf("netif_init: prom_iopen, error=%d\n", error); 124 printf("netif_init: not a network device\n"); 140 panic("netif_init: malloc failed"); 144 printf("netif_init: rbuf=0x%x, tbuf=0x%x\n", 187 dd = netif_init(aux);
|