| /dragonfly/stand/lib/ |
| HD | netif.h | 14 int (*netif_match)(struct netif *, void *); 15 int (*netif_probe)(struct netif *, void *); 19 void (*netif_end)(struct netif *); 43 struct netif { struct 55 struct netif *netif_select(void *); argument 56 int netif_probe(struct netif *, void *); 57 void netif_attach(struct netif *, struct iodesc *, void *); 58 void netif_detach(struct netif *);
|
| HD | netif.c | 75 netif_match(struct netif *nif, void *machdep_hint) in netif_match() 87 struct netif * 92 struct netif cur_if; in netif_select() 93 static struct netif best_if; in netif_select() 157 netif_probe(struct netif *nif, void *machdep_hint) in netif_probe() 169 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() 189 netif_detach(struct netif *nif) in netif_detach() 209 struct netif *nif = desc->io_netif; in netif_get() 236 struct netif *nif = desc->io_netif; in netif_put() 274 struct netif *nif; in netif_open()
|
| HD | Makefile | 106 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c 113 SRCS+= netif.c nfs.c
|
| HD | iodesc.h | 47 struct netif *io_netif;
|
| /dragonfly/sys/conf/ |
| HD | files | 113 dev/netif/ae/if_ae.c optional ae 114 dev/netif/age/if_age.c optional age 153 dev/netif/ath/ath_hal/ah_osdep.c optional ath_hal 154 dev/netif/ath/ath_hal/ah.c optional ath_hal 155 dev/netif/ath/ath_hal/ah_eeprom_v1.c optional ath_hal 156 dev/netif/ath/ath_hal/ah_eeprom_v14.c optional ath_hal 157 dev/netif/ath/ath_hal/ah_eeprom_v3.c optional ath_hal 158 dev/netif/ath/ath_hal/ah_eeprom_v4k.c optional ath_hal 159 dev/netif/ath/ath_hal/ah_eeprom_9287.c optional ath_hal 160 dev/netif/ath/ath_hal/ah_regdomain.c optional ath_hal [all …]
|
| HD | kmod.mk | 342 bus/iicbus/iicbus_if.m bus/isa/isa_if.m dev/netif/mii_layer/miibus_if.m \ 385 miidevs.h: dragonfly/tools/miidevs2h.awk dragonfly/dev/netif/mii_layer/miidevs 387 ${AWK} -f dragonfly/tools/miidevs2h.awk dragonfly/dev/netif/mii_layer/miidevs
|
| HD | kern.pre.mk | 78 INCLUDES+= -I$S/dev/netif/ath/ath_hal -I$S/contrib/dev/ath/ath_hal
|
| /dragonfly/stand/boot/efi/libefi/ |
| HD | efinet.c | 46 static void efinet_end(struct netif *); 49 static int efinet_match(struct netif *, void *); 50 static int efinet_probe(struct netif *, void *); 100 efinet_match(struct netif *nif, void *machdep_hint) in efinet_match() 110 efinet_probe(struct netif *nif, void *machdep_hint) in efinet_probe() 119 struct netif *nif = desc->io_netif; in efinet_put() 147 struct netif *nif = desc->io_netif; in efinet_get() 182 struct netif *nif = desc->io_netif; in efinet_init() 240 efinet_end(struct netif *nif) in efinet_end()
|
| /dragonfly/etc/ |
| HD | pccard_ether | 73 /etc/rc.d/netif start $ifn 94 /etc/rc.d/netif stop $ifn 115 /etc/rc.d/netif start $child 122 /etc/rc.d/netif stop $child
|
| /dragonfly/tools/tools/ath/ |
| HD | Makefile.inc | 12 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/netif/ath/ath 13 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/netif/ath/ath_hal
|
| /dragonfly/sys/netproto/802_11/ |
| HD | README.DRAGONFLY | 9 <dev/blah/blah.h> -> <dev/netif/blah/blah.h> 36 * netif interface 98 netif/ath or netif/iwn 101 just CTLFLAG_RW plus an additional TUNABLE* macro (see netif/ath
|
| /dragonfly/stand/boot/pc32/libi386/ |
| HD | pxe.c | 85 static int pxe_netif_match(struct netif *nif, void *machdep_hint); 86 static int pxe_netif_probe(struct netif *nif, void *machdep_hint); 91 static void pxe_netif_end(struct netif *nif); 533 pxe_netif_match(struct netif *nif, void *machdep_hint) in pxe_netif_match() 540 pxe_netif_probe(struct netif *nif, void *machdep_hint) in pxe_netif_probe() 559 pxe_netif_end(struct netif *nif) in pxe_netif_end()
|
| HD | devicename.c | 169 idev->d_kind.netif.unit = unit; in i386_parsedev() 222 sprintf(buf, "%s%d:", dev->d_dev->dv_name, dev->d_kind.netif.unit); in i386_fmtdev()
|
| HD | libi386.h | 57 } netif; member
|
| /dragonfly/sys/platform/vkernel64/platform/ |
| HD | init.c | 1043 netif_open_tap(const char *netif, int *tap_unit, int s) in netif_open_tap() argument 1052 if (strcmp(netif, "auto") == 0) { in netif_open_tap() 1065 if (netif[0] == '/') /* Absolute path */ in netif_open_tap() 1066 strlcpy(tap_dev, netif, sizeof(tap_dev)); in netif_open_tap() 1068 snprintf(tap_dev, sizeof(tap_dev), "/dev/%s", netif); in netif_open_tap() 1312 char *netif; in init_netif() local 1318 netif = strtok(netifExp[i], ":"); in init_netif() 1319 if (netif == NULL) { in init_netif() 1328 tap_fd = netif_open_tap(netif, &tap_unit, s); in init_netif()
|
| /dragonfly/sys/platform/pc64/ |
| HD | Makefile.inc | 4 DEV_SUPPORT= acpica agp bridge crypto disk drm misc netif \
|
| /dragonfly/tools/tools/ath/athrd/ |
| HD | Makefile | 3 .PATH: ${.CURDIR}/../../../../sys/dev/netif/ath/ath_hal
|
| /dragonfly/sys/dev/ |
| HD | Makefile | 10 netif \
|
| /dragonfly/stand/boot/efi/include/ |
| HD | efilib.h | 63 } netif; member
|
| /dragonfly/sys/dev/netif/mii_layer/ |
| HD | miibus_if.m | 2 # $DragonFly: src/sys/dev/netif/mii_layer/miibus_if.m,v 1.3 2003/11/17 00:54:40 asmodai Exp $
|
| /dragonfly/etc/rc.d/ |
| HD | Makefile | 19 named netif netoptions newsyslog \
|
| /dragonfly/sys/dev/netif/em/ |
| HD | LICENSE | 1 $DragonFly: src/sys/dev/netif/em/LICENSE,v 1.4 2005/11/08 12:48:18 sephe Exp $
|
| /dragonfly/etc/mtree/ |
| HD | BSD.include.dist | 211 netif
|
| /dragonfly/test/debug/ |
| HD | chkincludes | 18 awk -f /usr/src/sys/tools/makeobjops.awk -- -h /usr/src/sys/dev/netif/mii_layer/miibus_if.m
|
| /dragonfly/stand/boot/pc32/loader/ |
| HD | main.c | 310 new_currdev.d_kind.netif.unit = 0; in extract_currdev()
|