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

1 2

  /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)) {
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);
hptide.c 112 pcireg_t interface; local in function:hpt_chip_map
155 * 'misc mass storage'. Fake interface in this case.
158 interface = PCI_INTERFACE(pa->pa_class);
160 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
169 interface |= PCIIDE_INTERFACE_PCI(1);
238 if (pciide_chansetup(sc, i, interface) == 0)
240 if (interface & PCIIDE_INTERFACE_PCI(i)) {
ixpide.c 102 pcireg_t interface; local in function:ixp_chip_map
126 interface = PCI_INTERFACE(pa->pa_class);
133 if (pciide_chansetup(sc, channel, interface) == 0)
135 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
nside.c 95 pcireg_t interface, ctl; local in function:natsemi_chip_map
129 interface = PCI_INTERFACE(pa->pa_class);
130 interface &= ~PCIIDE_CHANSTATUS_EN; /* Reserved on PC87415 */
134 if (interface & (PCIIDE_INTERFACE_PCI(0) | PCIIDE_INTERFACE_PCI(1)))
144 if (pciide_chansetup(sc, channel, interface) == 0)
147 pciide_mapchan(pa, cp, interface, natsemi_pci_intr);
svwsata.c 110 pcireg_t interface; local in function:svwsata_chip_map
179 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
186 if (pciide_chansetup(sc, channel, interface) == 0)
artsata.c 228 pcireg_t interface)
316 pcireg_t interface; local in function:artisea_chip_map_dpa
319 interface = PCI_INTERFACE(pa->pa_class);
322 "interface wired in DPA mode\n");
373 if (artisea_chansetup(sc, channel, interface) == 0)
384 pcireg_t interface; local in function:artisea_chip_map
390 interface = PCI_INTERFACE(pa->pa_class);
392 if (interface == 0) {
431 if (pciide_chansetup(sc, channel, interface) == 0)
433 pciide_mapchan(pa, cp, interface, pciide_pci_intr)
    [all...]
aceride.c 116 pcireg_t cr, interface; local in function:acer_chip_map
194 interface = PCI_INTERFACE(pci_conf_read(sc->sc_pc, sc->sc_tag,
222 if (pciide_chansetup(sc, channel, interface) == 0)
224 if ((interface & PCIIDE_CHAN_EN(channel)) == 0) {
231 pciide_mapchan(pa, cp, interface,
pdcide.c 184 pcireg_t interface, st, mode; local in function:pdc202xx_chip_map
204 * mode. We have to fake interface
206 interface = PCIIDE_INTERFACE_SETTABLE(0) | PCIIDE_INTERFACE_SETTABLE(1);
208 interface |= PCIIDE_INTERFACE_PCI(0) | PCIIDE_INTERFACE_PCI(1);
308 if (pciide_chansetup(sc, channel, interface) == 0)
317 pciide_mapchan(pa, cp, interface,
piixide.c 68 "Intel 82371SB IDE Interface (PIIX3)",
432 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:piix_chip_map
534 if (pciide_chansetup(sc, channel, interface) == 0)
545 pcireg_t interface;
551 interface = PCI_INTERFACE(pci_conf_read(sc->sc_pc,
553 aprint_normal("channel %d idetim=%08x interface=%02x\n",
554 channel, idetim, interface);
557 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
927 pcireg_t interface, cmdsts; local in function:piixsata_chip_map
962 interface = PCI_INTERFACE(pa->pa_class)
    [all...]
rccide.c 116 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local in function:serverworks_chip_map
162 if (pciide_chansetup(sc, channel, interface) == 0)
167 pciide_mapchan(pa, cp, interface,
171 pciide_mapchan(pa, cp, interface,
  /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",
  /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);
  /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...]
  /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());
  /src/sys/arch/i386/pci/
gcscide.c 156 pcireg_t interface; local in function:gcscide_chip_map
179 interface = PCI_INTERFACE(pa->pa_class);
183 if (pciide_chansetup(sc, 0, interface) == 0)
186 pciide_mapchan(pa, &sc->pciide_channels[0], interface,

Completed in 139 milliseconds

1 2