/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];
|
/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...] |
/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...] |
/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...] |
/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...] |
/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_ie.c | 107 ie_match(struct netif *nif, void *machdep_hint) 131 ie_probe(struct netif *nif, void *machdep_hint) 136 printf("ie%d: ie_probe called\n", nif->nif_unit); 144 ie_error(struct netif *nif, char *str, volatile struct iereg *ier) 147 panic("ie%d: unknown error", nif->nif_unit); 162 ie_reset(struct netif *nif, u_char *myea) 171 printf("ie%d: ie_reset called\n", nif->nif_unit); 417 struct netif *nif = desc->io_netif; local in function:ie_init 420 printf("ie%d: ie_init called\n", nif->nif_unit); 424 (struct iereg *)ie_config[nif->nif_unit].phys_addr [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)
|
/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...] |
/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)
|
/src/sbin/fsck_lfs/ |
inode.c | 236 int i, n, (*func) (struct inodesc *), nif; local in function:iblock 259 nif = LFS_NINDIR(fs); 261 nif = howmany(isize, sizepb); 262 if (idesc->id_func == pass1check && nif < LFS_NINDIR(fs)) { 264 for (j = nif; j < maxindir; j++) { 277 maxindir = nif;
|
/src/sys/arch/i386/stand/efiboot/ |
efinet.c | 121 efinet_match(struct netif *nif, void *machdep_hint) 125 if (dev->d_unit != nif->nif_unit) 132 efinet_probe(struct netif *nif, void *machdep_hint) 141 struct netif *nif = desc->io_netif; local in function:efinet_put 142 struct efinetinfo *eni = nif->nif_devdata; 173 struct netif *nif = desc->io_netif; local in function:efinet_get 174 struct efinetinfo *eni = nif->nif_devdata; 218 struct netif *nif = desc->io_netif; local in function:efinet_init 224 if (nif->nif_driver->netif_ifs[nif->nif_unit].dif_unit < 0) [all...] |
/src/sys/stand/efiboot/ |
efinet.c | 148 efinet_match(struct netif *nif, void *machdep_hint) 152 if (dev->d_unit != nif->nif_unit) 159 efinet_probe(struct netif *nif, void *machdep_hint) 168 struct netif *nif = desc->io_netif; local in function:efinet_put 169 struct efinetinfo *eni = nif->nif_devdata; 204 struct netif *nif = desc->io_netif; local in function:efinet_get 205 struct efinetinfo *eni = nif->nif_devdata; 250 struct netif *nif = desc->io_netif; local in function:efinet_init 256 if (nif->nif_driver->netif_ifs[nif->nif_unit].dif_unit < 0) [all...] |
/src/sys/arch/hp300/stand/common/ |
if_le.c | 215 le_match(struct netif *nif, void *machdep_hint) 221 if (nif->nif_sel < le_ifs[nif->nif_unit].dif_nsel) { 222 sels = (struct le_sel *)le_ifs[nif->nif_unit].dif_private; 223 rv = sels[nif->nif_sel].le_heat; 225 rv += sels[nif->nif_sel].le_bonus; 229 printf("le%d: sel %d --> %d\n", nif->nif_unit, nif->nif_sel, 236 le_probe(struct netif *nif, void *machdep_hint) 246 printf("le%d.%d: le_probe called\n", nif->nif_unit, nif->nif_sel) 647 struct netif *nif = desc->io_netif; local in function:le_init [all...] |
/src/sbin/fsck_ext2fs/ |
inode.c | 259 size_t nif; local in function:iblock 278 nif = EXT2_NINDIR(&sblock); 280 nif = howmany(isize, sizepb); 282 nif < EXT2_NINDIR(&sblock)) { 284 for (ap = &bp->b_un.b_indir[nif]; ap < aplim; ap++) { 297 aplim = &bp->b_un.b_indir[nif];
|
/src/sbin/fsck_ffs/ |
inode.c | 180 int i, n, (*func) (struct inodesc *), nif; local in function:iblock 199 nif = FFS_NINDIR(sblock); 201 nif = howmany(isize, sizepb); 204 for (i = 0; i < nif; i++) 208 for (i = 0; i < nif; i++) 215 if (idesc->id_func == pass1check && nif < FFS_NINDIR(sblock)) { 216 for (i = nif; i < FFS_NINDIR(sblock); i++) { 230 for (i = 0; i < nif; i++) {
|