Searched refs:parent (Results 251 - 275 of 2851) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dgeodecntr.c55 geodecntr_match(device_t parent, cfdata_t match, void *aux) argument
64 geodecntr_attach(device_t parent, device_t self, void *aux) argument
71 sc->sc_gcb_dev = device_private(parent);
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Debus_emips.c80 ebus_emips_match(device_t parent, cfdata_t cf, void *aux) argument
95 ebus_emips_attach(device_t parent, device_t self, void *aux) argument
116 ebusattach(parent, self, &ida);
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dautoconf.c156 device_t parent = device_parent(dev); local
185 if ((parent == ebusdev) &&
194 device_is_a(parent, "ebus")) {
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mpcsa/
H A Dmpcsa_spi.c69 mpcsa_spi_match(struct device *parent, struct cfdata *match, void *aux) argument
82 mpcsa_spi_attach(struct device *parent, struct device *self, void *aux) argument
105 at91spi_attach_common(parent, self, aux, &mpcsa_spi_tag);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/dev/
H A Dgcscpcib_pci.c67 gcscpcib_pci_match(device_t parent, cfdata_t match, void *aux) argument
85 gcscpcib_pci_attach(device_t parent, device_t self, void *aux) argument
93 pcibattach(parent, self, aux);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/dev/
H A Dxcvbus.c57 xcvbus_match(device_t parent, cfdata_t cf, void *aux) argument
65 xcvbus_attach(device_t parent, device_t self, void *aux) argument
104 xcvbus_child_match(device_t parent, cfdata_t cf, void *aux) argument
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dif_le_tc.c74 le_tc_match(device_t parent, cfdata_t cf, void *aux) argument
85 le_tc_attach(device_t parent, device_t self, void *aux) argument
116 tc_intr_establish(parent, d->ta_cookie, TC_IPL_NET, am7990_intr, sc);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPCompareRequest.h21 bool isReferral=false, const LDAPRequest* parent=0);
H A DLDAPExtRequest.h20 bool isReferral=false, const LDAPRequest* parent=0);
H A DLDAPModDNRequest.h21 bool isReferral=false, const LDAPRequest* parent=0);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.h28 ScanResults(QWidget *parent = 0, const char *name = 0,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgraphds.c346 /* Returns the nearest common ancestor of X and Y in tree whose parent
351 tree_nca (int x, int y, int *parent, int *marks, int mark) argument
363 x = parent[x];
370 y = parent[y];
383 for (y = parent[y]; marks[y] != mark; y = parent[y])
390 for (x = parent[x]; marks[x] != mark; x = parent[x])
402 int *parent, int *son, int *brother)
425 The sets dom(v) are represented by the parent link
401 graphds_domtree(struct graph *g, int entry, int *parent, int *son, int *brother) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dfind_fn_imps.hpp87 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/sys/
H A D__clone.S73 tst %o1 ! %o1 (rv[1]) == 0 in parent
74 bz %xcc, 2f ! yes, parent
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dupa.c75 upa_match(device_t parent, cfdata_t match, void *aux) argument
86 upa_attach(device_t parent, device_t self, void *aux) argument
157 bt->parent = sc->sc_bt;
171 if (t->parent == 0 || t->parent->sparc_bus_map == 0) {
172 printf("\n__upa_bus_map: invalid parent");
176 t = t->parent;
202 if (t->parent == 0 || t->parent->sparc_bus_map == 0) {
203 printf("\n__upa_bus_map: invalid parent");
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/dev/
H A Dpq3diic.c73 pq3diic_match(device_t parent, cfdata_t cf, void *aux) argument
76 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
95 pq3diic_attach(device_t parent, device_t self, void *aux) argument
97 struct cpunode_softc * const psc = device_private(parent);
H A Dpq3sdhc.c67 pq3sdhc_match(device_t parent, cfdata_t cf, void *aux) argument
70 if (!e500_cpunode_submatch(parent, cf, cf->cf_name, aux))
77 pq3sdhc_attach(device_t parent, device_t self, void *aux) argument
79 struct cpunode_softc * const psc = device_private(parent);
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/eisa/
H A Deisa_machdep.c82 eisa_attach_hook(struct device *parent, struct device *self, struct eisabus_attach_args *eba) argument
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dauxreg.c101 auxregmatch_mainbus(device_t parent, cfdata_t cf, void *aux) argument
109 auxregmatch_obio(device_t parent, cfdata_t cf, void *aux) argument
121 auxregattach_mainbus(device_t parent, device_t self, void *aux) argument
142 auxregattach_obio(device_t parent, device_t self, void *aux) argument
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dlg3303var.h38 device_t parent; member in struct:lg3303
H A Dmt2131.c66 device_t parent; member in struct:mt2131_softc
79 mt2131_open(device_t parent, i2c_tag_t t, i2c_addr_t a) argument
93 device_printf(parent, "%s(): read fail\n", __func__);
98 device_printf(parent, "%s(): chip id %02x unknown\n",
107 sc->parent = parent;
171 device_printf(sc->parent, "%s write failed\n", __func__);
180 device_printf(sc->parent, "%s read failed\n", __func__);
187 device_printf(sc->parent, "mt2131 not locked, %02x\n", b[1]);
H A Dxc3028var.h51 device_t parent; member in struct:xc3028
H A Dxc5kvar.h39 device_t parent; member in struct:xc5k
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/hpcsh/
H A Dautoconf.c118 device_t parent; local
120 parent = device_parent(dev);
123 parent != NULL && device_is_a(parent, "shb") &&
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_ehci.c65 rmixl_ehci_match(device_t parent, cfdata_t match, void *aux) argument
77 rmixl_ehci_attach(device_t parent, device_t self, void *aux) argument
80 rmixl_usbi_softc_t * const psc = device_private(parent);
102 * Grab the companion OHCI devices from our parent.
126 ih = rmixl_usbi_intr_establish(device_private(parent),

Completed in 322 milliseconds

<<11121314151617181920>>