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

1 2 3 4 5 6 7

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
virtfunc2.cc 18 class interface class
23 class Obj : virtual public interface
29 class Obj2 : Obj, virtual public interface
virtfunc2.cc 18 class interface class
23 class Obj : virtual public interface
29 class Obj2 : Obj, virtual public interface
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
virtfunc2.cc 18 class interface class
23 class Obj : virtual public interface
29 class Obj2 : Obj, virtual public interface
virtfunc2.cc 18 class interface class
23 class Obj : virtual public interface
29 class Obj2 : Obj, virtual public interface
  /src/sys/dev/pci/
cypide.c 94 pcireg_t interface = PCI_INTERFACE(pa->pa_class); local
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
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
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
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
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
173 if (pciide_chansetup(sc, channel, interface) == 0)
182 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
schide.c 121 pcireg_t interface; local
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
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
119 if (pciide_chansetup(sc, channel, interface) == 0)
121 pciide_mapchan(pa, cp, interface, pciide_pci_intr);
toshide.c 118 pcireg_t interface; local
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
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
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
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
173 if (pciide_chansetup(sc, channel, interface) == 0)
182 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
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
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/usr.sbin/cnwctl/
cnwctl.c 63 const char *interface; local
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
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
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 72 milliseconds

1 2 3 4 5 6 7