/src/sys/arch/cobalt/stand/boot/ |
nif_tlp.c | 99 struct netif *nif = desc->io_netif; local in function:tlp_attach 100 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 109 struct netif *nif = desc->io_netif; local in function:tlp_get 110 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 128 struct netif *nif = desc->io_netif; local in function:tlp_put 129 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit];
|
nif_tlp.c | 99 struct netif *nif = desc->io_netif; local in function:tlp_attach 100 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 109 struct netif *nif = desc->io_netif; local in function:tlp_get 110 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 128 struct netif *nif = desc->io_netif; local in function:tlp_put 129 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit];
|
nif_tlp.c | 99 struct netif *nif = desc->io_netif; local in function:tlp_attach 100 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 109 struct netif *nif = desc->io_netif; local in function:tlp_get 110 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 128 struct netif *nif = desc->io_netif; local in function:tlp_put 129 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit];
|
/src/sys/arch/mvmeppc/stand/libsa/ |
if_bug.c | 85 bug_match(struct netif *nif, void *machdep_hint) 97 bug_probe(struct netif *nif, void *machdep_hint) 106 struct netif *nif = desc->io_netif; local in function:bug_init 133 printf("network: %s%d attached to %s\n", nif->nif_driver->netif_bname, 134 nif->nif_unit, ether_sprintf(desc->myea)); 136 nif->nif_devdata = &bug_softc; 142 struct netif *nif = desc->io_netif; local in function:bug_get 143 struct bug_softc *sc = nif->nif_devdata; 171 struct netif *nif = desc->io_netif; local in function:bug_put 172 struct bug_softc *sc = nif->nif_devdata [all...] |
if_bug.c | 85 bug_match(struct netif *nif, void *machdep_hint) 97 bug_probe(struct netif *nif, void *machdep_hint) 106 struct netif *nif = desc->io_netif; local in function:bug_init 133 printf("network: %s%d attached to %s\n", nif->nif_driver->netif_bname, 134 nif->nif_unit, ether_sprintf(desc->myea)); 136 nif->nif_devdata = &bug_softc; 142 struct netif *nif = desc->io_netif; local in function:bug_get 143 struct bug_softc *sc = nif->nif_devdata; 171 struct netif *nif = desc->io_netif; local in function:bug_put 172 struct bug_softc *sc = nif->nif_devdata [all...] |
if_bug.c | 85 bug_match(struct netif *nif, void *machdep_hint) 97 bug_probe(struct netif *nif, void *machdep_hint) 106 struct netif *nif = desc->io_netif; local in function:bug_init 133 printf("network: %s%d attached to %s\n", nif->nif_driver->netif_bname, 134 nif->nif_unit, ether_sprintf(desc->myea)); 136 nif->nif_devdata = &bug_softc; 142 struct netif *nif = desc->io_netif; local in function:bug_get 143 struct bug_softc *sc = nif->nif_devdata; 171 struct netif *nif = desc->io_netif; local in function:bug_put 172 struct bug_softc *sc = nif->nif_devdata [all...] |
/src/sys/arch/ia64/stand/efi/libefi/ |
efinet.c | 102 efinet_match(struct netif *nif, void *machdep_hint) 109 efinet_probe(struct netif *nif, void *machdep_hint) 118 struct netif *nif = desc->io_netif; local in function:efinet_put 123 net = nif->nif_devdata; 147 struct netif *nif = desc->io_netif; local in function:efinet_get 154 net = nif->nif_devdata; 182 struct netif *nif = desc->io_netif; local in function:efinet_init 186 net = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; 187 nif->nif_devdata = net [all...] |
efinet.c | 102 efinet_match(struct netif *nif, void *machdep_hint) 109 efinet_probe(struct netif *nif, void *machdep_hint) 118 struct netif *nif = desc->io_netif; local in function:efinet_put 123 net = nif->nif_devdata; 147 struct netif *nif = desc->io_netif; local in function:efinet_get 154 net = nif->nif_devdata; 182 struct netif *nif = desc->io_netif; local in function:efinet_init 186 net = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; 187 nif->nif_devdata = net [all...] |
efinet.c | 102 efinet_match(struct netif *nif, void *machdep_hint) 109 efinet_probe(struct netif *nif, void *machdep_hint) 118 struct netif *nif = desc->io_netif; local in function:efinet_put 123 net = nif->nif_devdata; 147 struct netif *nif = desc->io_netif; local in function:efinet_get 154 net = nif->nif_devdata; 182 struct netif *nif = desc->io_netif; local in function:efinet_init 186 net = nif->nif_driver->netif_ifs[nif->nif_unit].dif_private; 187 nif->nif_devdata = net [all...] |
/src/sys/lib/libsa/ |
netif.c | 80 netif_match(struct netif *nif, void *machdep_hint) 82 struct netif_driver *drv = nif->nif_driver; 87 nif->nif_unit, __func__, nif->nif_sel); 89 return drv->netif_match(nif, machdep_hint); 167 netif_probe(struct netif *nif, void *machdep_hint) 169 struct netif_driver *drv = nif->nif_driver; 173 printf("%s%d: %s\n", drv->netif_bname, nif->nif_unit, __func__); 175 return drv->netif_probe(nif, machdep_hint); 179 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint 218 struct netif *nif = desc->io_netif; local in function:netif_get 243 struct netif *nif = desc->io_netif; local in function:netif_put 282 struct netif *nif; local in function:netif_open [all...] |
netif.c | 80 netif_match(struct netif *nif, void *machdep_hint) 82 struct netif_driver *drv = nif->nif_driver; 87 nif->nif_unit, __func__, nif->nif_sel); 89 return drv->netif_match(nif, machdep_hint); 167 netif_probe(struct netif *nif, void *machdep_hint) 169 struct netif_driver *drv = nif->nif_driver; 173 printf("%s%d: %s\n", drv->netif_bname, nif->nif_unit, __func__); 175 return drv->netif_probe(nif, machdep_hint); 179 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint 218 struct netif *nif = desc->io_netif; local in function:netif_get 243 struct netif *nif = desc->io_netif; local in function:netif_put 282 struct netif *nif; local in function:netif_open [all...] |
netif.c | 80 netif_match(struct netif *nif, void *machdep_hint) 82 struct netif_driver *drv = nif->nif_driver; 87 nif->nif_unit, __func__, nif->nif_sel); 89 return drv->netif_match(nif, machdep_hint); 167 netif_probe(struct netif *nif, void *machdep_hint) 169 struct netif_driver *drv = nif->nif_driver; 173 printf("%s%d: %s\n", drv->netif_bname, nif->nif_unit, __func__); 175 return drv->netif_probe(nif, machdep_hint); 179 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint 218 struct netif *nif = desc->io_netif; local in function:netif_get 243 struct netif *nif = desc->io_netif; local in function:netif_put 282 struct netif *nif; local in function:netif_open [all...] |
/src/sys/arch/luna68k/stand/boot/ |
if_le.c | 136 le_match(struct netif *nif, void *machdep_hint) 143 cookie = lance_cookie(nif->nif_unit); 155 le_probe(struct netif *nif, void *machdep_hint) 166 struct netif *nif = desc->io_netif; local in function:le_init 167 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 175 cookie = lance_cookie(nif->nif_unit); 188 struct netif *nif = desc->io_netif; local in function:le_get 189 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit] 207 struct netif *nif = desc->io_netif; local in function:le_put [all...] |
if_le.c | 136 le_match(struct netif *nif, void *machdep_hint) 143 cookie = lance_cookie(nif->nif_unit); 155 le_probe(struct netif *nif, void *machdep_hint) 166 struct netif *nif = desc->io_netif; local in function:le_init 167 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 175 cookie = lance_cookie(nif->nif_unit); 188 struct netif *nif = desc->io_netif; local in function:le_get 189 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit] 207 struct netif *nif = desc->io_netif; local in function:le_put [all...] |
if_le.c | 136 le_match(struct netif *nif, void *machdep_hint) 143 cookie = lance_cookie(nif->nif_unit); 155 le_probe(struct netif *nif, void *machdep_hint) 166 struct netif *nif = desc->io_netif; local in function:le_init 167 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit]; 175 cookie = lance_cookie(nif->nif_unit); 188 struct netif *nif = desc->io_netif; local in function:le_get 189 struct netif_dif *dif = &nif->nif_driver->netif_ifs[nif->nif_unit] 207 struct netif *nif = desc->io_netif; local in function:le_put [all...] |
/src/sys/arch/mvme68k/stand/netboot/ |
if_le.c | 127 le_match(struct netif *nif, void *machdep_hint) 151 le_probe(struct netif *nif, void *machdep_hint) 156 printf("le%d: le_probe called\n", nif->nif_unit); 164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1) 169 panic("le%d: been babbling, found by '%s'", nif->nif_unit, str); 179 printf("le%d: memory error in '%s'\n", nif->nif_unit, str); 185 le_reset(struct netif *nif, u_char *myea) 193 printf("le%d: le_reset called\n", nif->nif_unit); 250 nif->nif_unit, stat); 421 struct netif *nif = desc->io_netif local in function:le_init [all...] |
if_le.c | 127 le_match(struct netif *nif, void *machdep_hint) 151 le_probe(struct netif *nif, void *machdep_hint) 156 printf("le%d: le_probe called\n", nif->nif_unit); 164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1) 169 panic("le%d: been babbling, found by '%s'", nif->nif_unit, str); 179 printf("le%d: memory error in '%s'\n", nif->nif_unit, str); 185 le_reset(struct netif *nif, u_char *myea) 193 printf("le%d: le_reset called\n", nif->nif_unit); 250 nif->nif_unit, stat); 421 struct netif *nif = desc->io_netif local in function:le_init [all...] |
if_le.c | 127 le_match(struct netif *nif, void *machdep_hint) 151 le_probe(struct netif *nif, void *machdep_hint) 156 printf("le%d: le_probe called\n", nif->nif_unit); 164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1) 169 panic("le%d: been babbling, found by '%s'", nif->nif_unit, str); 179 printf("le%d: memory error in '%s'\n", nif->nif_unit, str); 185 le_reset(struct netif *nif, u_char *myea) 193 printf("le%d: le_reset called\n", nif->nif_unit); 250 nif->nif_unit, stat); 421 struct netif *nif = desc->io_netif local in function:le_init [all...] |
/src/sys/arch/pmax/stand/common/ |
if_prom.c | 106 prom_match(struct netif *nif, void *machdep_hint) 115 prom_probe(struct netif *nif, void *machdep_hint) 126 struct netif *nif; local in function:prom_init 172 nif = desc->io_netif; 173 device = nif->nif_driver->netif_bname; 235 prom_end(struct netif *nif)
|
if_prom.c | 106 prom_match(struct netif *nif, void *machdep_hint) 115 prom_probe(struct netif *nif, void *machdep_hint) 126 struct netif *nif; local in function:prom_init 172 nif = desc->io_netif; 173 device = nif->nif_driver->netif_bname; 235 prom_end(struct netif *nif)
|
if_prom.c | 106 prom_match(struct netif *nif, void *machdep_hint) 115 prom_probe(struct netif *nif, void *machdep_hint) 126 struct netif *nif; local in function:prom_init 172 nif = desc->io_netif; 173 device = nif->nif_driver->netif_bname; 235 prom_end(struct netif *nif)
|
/src/sys/arch/sun68k/stand/libsa/ |
netif_sun.c | 181 netif_attach(struct netif *nif, struct iodesc *s, void *aux) 185 dd = nif->nif_devdata; 190 nif->nif_devdata = dd; 194 s->io_netif = nif; 199 netif_detach(struct netif *nif) 203 dd = nif->nif_devdata; 210 nif->nif_devdata = NULL; 216 struct netif *nif; local in function:netif_open 229 nif = &prom_netif; 230 error = netif_attach(nif, s, aux) 242 struct netif *nif; local in function:netif_close 277 struct netif *nif; local in function:netif_put 343 struct netif *nif; local in function:netif_get [all...] |
netif_sun.c | 181 netif_attach(struct netif *nif, struct iodesc *s, void *aux) 185 dd = nif->nif_devdata; 190 nif->nif_devdata = dd; 194 s->io_netif = nif; 199 netif_detach(struct netif *nif) 203 dd = nif->nif_devdata; 210 nif->nif_devdata = NULL; 216 struct netif *nif; local in function:netif_open 229 nif = &prom_netif; 230 error = netif_attach(nif, s, aux) 242 struct netif *nif; local in function:netif_close 277 struct netif *nif; local in function:netif_put 343 struct netif *nif; local in function:netif_get [all...] |
/src/sys/arch/emips/stand/common/ |
enic.c | 247 enicmatch(struct netif *nif, void *machdep_hint) 255 enicprobe(struct netif *nif, void *machdep_hint) 257 int unit = nif->nif_unit; 268 struct netif *nif = (struct netif *)desc->io_netif; local in function:enicinit 269 int unit = nif->nif_driver->netif_ifs->dif_unit; 305 enicend(struct netif *nif)
|
enic.c | 247 enicmatch(struct netif *nif, void *machdep_hint) 255 enicprobe(struct netif *nif, void *machdep_hint) 257 int unit = nif->nif_unit; 268 struct netif *nif = (struct netif *)desc->io_netif; local in function:enicinit 269 int unit = nif->nif_driver->netif_ifs->dif_unit; 305 enicend(struct netif *nif)
|