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

1 2 3 4

  /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
  /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
  /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)) {
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);
artsata.c 228 pcireg_t interface)
316 pcireg_t interface; local
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
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...]
hptide.c 112 pcireg_t interface; local
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
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
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
179 interface = PCIIDE_INTERFACE_BUS_MASTER_DMA |
186 if (pciide_chansetup(sc, channel, interface) == 0)
  /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",
  /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/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());
  /src/external/bsd/ipf/dist/tools/
ipmon_y.y 76 %type <opt> direction dstip dstport every group interface
125 | interface { $$ = $1; }
189 interface: label
261 { "interface", IPM_INTERFACE },
  /src/external/mit/xorg/lib/libGLU/
Makefile 34 SRCS.interface= \
44 .PATH: ${GLUDIR}/libnurbs/interface
122 -I${GLUDIR}/libnurbs/interface \
126 ${SRCS.interface} ${SRCS.internals} ${SRCS.nurbtess}
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest.c 122 const char *interface = 0; local
135 interface = argv[i];
139 if (!interface)
164 connection, "interface");
172 interface, "name");
180 /* "up" the interface */
181 printf ("upping interface %s\n", interface);
191 /* down the interface */
192 printf ("downing interface %s\n", interface)
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 42 -- interface.
104 interface TEXT NOT NULL
109 interface)
111 test_suite_name, interface FROM test_programs;
149 interface TEXT NOT NULL,
184 SELECT test_program_id, NULL, interface, default_name, default_value
187 SELECT NULL, test_case_id, interface, default_name, default_value
200 AND interface = 'plain';
208 AND interface = 'plain';
220 AND interface = 'atf'
    [all...]

Completed in 55 milliseconds

1 2 3 4