HomeSort by: relevance | last modified time | path
    Searched defs:interface (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/sys/dev/pci/
cypide.c 94 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:cy693_chip_map
113 if (interface & PCIIDE_INTERFACE_BUS_MASTER_DMA) {
154 (interface & PCIIDE_INTERFACE_SETTABLE(0)) ?
156 if (interface & PCIIDE_INTERFACE_PCI(0)) {
cypide.c 94 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:cy693_chip_map
113 if (interface & PCIIDE_INTERFACE_BUS_MASTER_DMA) {
154 (interface & PCIIDE_INTERFACE_SETTABLE(0)) ?
156 if (interface & PCIIDE_INTERFACE_PCI(0)) {
acardide.c 117 pcireg_t interface; local in function:acard_chip_map
124 * 'misc mass storage'. Fake interface in this case.
127 interface = PCI_INTERFACE(pa->pa_class);
129 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
168 if (pciide_chansetup(sc, i, interface) == 0)
170 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
iteide.c 101 pcireg_t interface; local in function:ite_chip_map
104 /* fake interface since IT8212 claims to be a RAID device */
105 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
149 if (pciide_chansetup(sc, channel, interface) == 0)
152 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
optiide.c 107 pcireg_t interface; local in function:opti_chip_map
149 interface = PCI_INTERFACE(pa->pa_class);
156 if (pciide_chansetup(sc, channel, interface) == 0)
165 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
rdcide.c 131 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:rdcide_chip_map
173 if (pciide_chansetup(sc, channel, interface) == 0)
182 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
schide.c 121 pcireg_t interface; local in function:sch_chip_map
151 interface = PCI_INTERFACE(pa->pa_class);
158 if (pciide_chansetup(sc, channel, interface) == 0)
160 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
slide.c 132 pcireg_t interface, idecr; local in function:sl82c105_chip_map
167 interface = PCI_INTERFACE(pa->pa_class);
174 if (pciide_chansetup(sc, channel, interface) == 0)
183 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
stpcide.c 92 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:stpc_chip_map
119 if (pciide_chansetup(sc, channel, interface) == 0)
121 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
toshide.c 118 pcireg_t interface; local in function:piccolo_chip_map
147 * later, hopefully! Second interface config is via the
151 interface = PCI_INTERFACE(pa->pa_class);
158 if (pciide_chansetup(sc, channel, interface) == 0)
161 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
acardide.c 117 pcireg_t interface; local in function:acard_chip_map
124 * 'misc mass storage'. Fake interface in this case.
127 interface = PCI_INTERFACE(pa->pa_class);
129 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
168 if (pciide_chansetup(sc, i, interface) == 0)
170 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
iteide.c 101 pcireg_t interface; local in function:ite_chip_map
104 /* fake interface since IT8212 claims to be a RAID device */
105 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
149 if (pciide_chansetup(sc, channel, interface) == 0)
152 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
optiide.c 107 pcireg_t interface; local in function:opti_chip_map
149 interface = PCI_INTERFACE(pa->pa_class);
156 if (pciide_chansetup(sc, channel, interface) == 0)
165 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
rdcide.c 131 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:rdcide_chip_map
173 if (pciide_chansetup(sc, channel, interface) == 0)
182 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
schide.c 121 pcireg_t interface; local in function:sch_chip_map
151 interface = PCI_INTERFACE(pa->pa_class);
158 if (pciide_chansetup(sc, channel, interface) == 0)
160 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
slide.c 132 pcireg_t interface, idecr; local in function:sl82c105_chip_map
167 interface = PCI_INTERFACE(pa->pa_class);
174 if (pciide_chansetup(sc, channel, interface) == 0)
183 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
  /src/usr.sbin/mopd/moptrace/
moptrace.c 36 * moptrace [ -d ] [ -3 | -4 ] interface
69 char *interface; local in function:main
93 interface = argv[optind++];
95 if ((AllFlag && interface) ||
96 (!AllFlag && interface == 0) ||
103 deviceInitOne(interface);
115 (void) fprintf(stderr, " %s [ -d ] [ -3 | -4 ] interface\n",
moptrace.c 36 * moptrace [ -d ] [ -3 | -4 ] interface
69 char *interface; local in function:main
93 interface = argv[optind++];
95 if ((AllFlag && interface) ||
96 (!AllFlag && interface == 0) ||
103 deviceInitOne(interface);
115 (void) fprintf(stderr, " %s [ -d ] [ -3 | -4 ] interface\n",
  /src/usr.sbin/mrouted/
cfparse.y 94 %type <addr> interface addrname
109 | PHYINT interface {
124 fatal("%s is not a configured interface",
129 | TUNNEL interface addrname {
145 fatal("Tunnel local address %s is a loopback interface",
340 interface : ADDR { $$ = $1; } label
344 fatal("Invalid interface name %s",$1);
cfparse.y 94 %type <addr> interface addrname
109 | PHYINT interface {
124 fatal("%s is not a configured interface",
129 | TUNNEL interface addrname {
145 fatal("Tunnel local address %s is a loopback interface",
340 interface : ADDR { $$ = $1; } label
344 fatal("Invalid interface name %s",$1);
  /src/share/examples/hostapd/
hostapd.conf 7 # Interface name. Should be set in ``hostap'' mode.
8 interface=if0 key
21 # bit 4 (16) = driver interface
42 # Interface for separate control program. If this is specified, hostapd
45 # configuration. The socket file will be named based on the interface name, so
47 # than one interface is used.
52 # Access control for the control interface can be configured by setting the
56 # run as non-root users. However, since the control interface can be used to
59 # want to allow non-root users to use the control interface, add a new group
61 # control interface access to this group
    [all...]
hostapd.conf 7 # Interface name. Should be set in ``hostap'' mode.
8 interface=if0 key
21 # bit 4 (16) = driver interface
42 # Interface for separate control program. If this is specified, hostapd
45 # configuration. The socket file will be named based on the interface name, so
47 # than one interface is used.
52 # Access control for the control interface can be configured by setting the
56 # run as non-root users. However, since the control interface can be used to
59 # want to allow non-root users to use the control interface, add a new group
61 # control interface access to this group
    [all...]
  /src/usr.sbin/cnwctl/
cnwctl.c 63 const char *interface; local in function:main
74 interface = "cnw0";
84 interface = optarg;
98 fprintf(stderr, "usage: cnwctl [-i interface] [-d domain] [-k key] [-sS [rate]]\n");
123 strncpy(ifr.ifr_name, interface, sizeof(ifr.ifr_name));
131 strncpy(ifr.ifr_name, interface, sizeof(ifr.ifr_name));
142 strncpy(cnws.ifr.ifr_name, interface,
150 strncpy(cnwis.ifr.ifr_name, interface,
163 strncpy(ifr.ifr_name, interface, sizeof(ifr.ifr_name));
166 printf("%s:\n 0x%03x domain\n", interface, ifr.ifr_domain)
    [all...]
  /src/usr.sbin/mopd/common/
device.c 39 struct if_info *iflist; /* Interface List */
44 * Return ethernet address for interface
83 mopLogErrX("deviceEthAddr: Never saw interface `%s'!", ifname);
141 char interface[IFNAME_SIZE]; local in function:deviceInitOne
163 snprintf(interface, sizeof(interface), "ent%d\0", unit);
165 snprintf(interface, sizeof(interface), "%s%d\0", dev, unit);
168 snprintf(interface, sizeof(interface), "%s", ifname)
    [all...]
  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 56 char *interface; local in function:main
70 interface = argv[optind++];
72 if ((AllFlag != 0) == (interface != NULL))
78 deviceInitOne(interface);
86 (void)fprintf(stderr, "usage: %s -a|interface\n", getprogname());

Completed in 28 milliseconds

1 2 3 4