Searched refs:parent (Results 176 - 200 of 2851) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h28 UserDataRequest(QWidget *parent = 0, const char *name = 0,
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/sys/
H A D__clone.S73 bne v1, zero, 9f # v1 (rv[1]) == 0, parent, child pid in v0
75 PIC_RETURN() # parent return
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dspc.c63 spc_intio_match(device_t parent, cfdata_t cf, void *aux) argument
71 if (intio_map_allocate_region(device_parent(parent), ia,
86 spc_intio_attach(device_t parent, device_t self, void *aux) argument
95 intio_map_allocate_region(device_parent(parent), ia,
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/sbmips/
H A Dzbbus.c69 zbbus_match(device_t parent, cfdata_t match, void *aux) argument
78 zbbus_attach(device_t parent, device_t self, void *aux) argument
111 zbbus_submatch(device_t parent, cfdata_t cf, const int *ldesc, void *aux) argument
119 return (config_match(parent, cf, aux));
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dmpu_ym.c67 mpu_ym_match(device_t parent, cfdata_t match, void *aux) argument
70 struct ym_softc *ssc = device_private(parent);
82 mpu_ym_attach(device_t parent, device_t self, void *aux) argument
84 struct ym_softc *ssc = device_private(parent);
H A Dopl_ess.c66 opl_ess_match(device_t parent, cfdata_t match, void *aux) argument
69 struct ess_softc *ssc = device_private(parent);
77 opl_ess_attach(device_t parent, device_t self, void *aux) argument
79 struct ess_softc *ssc = device_private(parent);
H A Dopl_sb.c64 opl_sb_match(device_t parent, cfdata_t match, void *aux) argument
67 struct sbdsp_softc *ssc = device_private(parent);
75 opl_sb_attach(device_t parent, device_t self, void *aux) argument
77 struct sbdsp_softc *ssc = device_private(parent);
H A Dopl_wss.c64 opl_wss_match(device_t parent, cfdata_t match, void *aux) argument
67 struct wss_softc *ssc = device_private(parent);
75 opl_wss_attach(device_t parent, device_t self, void *aux) argument
77 struct wss_softc *ssc = device_private(parent);
H A Djoy_ess.c25 joy_ess_match(device_t parent, cfdata_t match, void *aux) argument
35 joy_ess_attach(device_t parent, device_t self, void *aux) argument
37 struct ess_softc *esc = device_private(parent);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/alchemy/
H A Dobio.c67 obio_match(device_t parent, cfdata_t match, void *aux) argument
77 obio_attach(device_t parent, device_t self, void *aux) argument
97 obio_submatch(device_t parent, cfdata_t cf, argument
106 return (config_match(parent, cf, aux));
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/ev64260/
H A Dmainbus.c64 mainbus_match(device_t parent, cfdata_t match, void *aux) argument
74 mainbus_attach(device_t parent, device_t self, void *aux) argument
131 cpu_match(device_t parent, cfdata_t cf, void *aux) argument
142 cpu_attach(device_t parent, device_t self, void *aux) argument
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimxuartvar.h39 void imxuart_attach_common(device_t parent, device_t self,
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmpu_fms.c58 mpu_fms_match(device_t parent, cfdata_t match, void *aux) argument
61 struct fms_softc *ssc = device_private(parent);
73 mpu_fms_attach(device_t parent, device_t self, void *aux) argument
75 struct fms_softc *ssc = device_private(parent);
H A Dmpu_yds.c59 mpu_yds_match(device_t parent, cfdata_t match, void *aux) argument
62 struct yds_softc *ysc = device_private(parent);
74 mpu_yds_attach(device_t parent, device_t self, void *aux) argument
76 struct yds_softc *ysc = device_private(parent);
H A Dopl_cmpci.c60 opl_cmpci_match(device_t parent, cfdata_t match, void *aux) argument
63 struct cmpci_softc *ssc = device_private(parent);
71 opl_cmpci_attach(device_t parent, device_t self, void *aux) argument
73 struct cmpci_softc *ssc = device_private(parent);
H A Dopl_yds.c62 opl_yds_match(device_t parent, cfdata_t match, void *aux) argument
65 struct yds_softc *ssc = device_private(parent);
73 opl_yds_attach(device_t parent, device_t self, void *aux) argument
75 struct yds_softc *ssc = device_private(parent);
H A Djoy_eso.c58 joy_eso_match(device_t parent, cfdata_t match, void *aux) argument
68 joy_eso_attach(device_t parent, device_t self, void *aux) argument
70 struct eso_softc *esc = device_private(parent);
H A Dopl_eso.c60 opl_eso_match(device_t parent, cfdata_t match, void *aux) argument
70 opl_eso_attach(device_t parent, device_t self, void *aux) argument
72 struct eso_softc *esc = device_private(parent);
H A Dopl_fms.c61 opl_fms_match(device_t parent, cfdata_t match, void *aux) argument
71 opl_fms_attach(device_t parent, device_t self, void *aux) argument
73 struct fms_softc *ssc = device_private(parent);
H A Dopl_sv.c60 opl_sv_match(device_t parent, cfdata_t match, void *aux) argument
70 opl_sv_attach(device_t parent, device_t self, void *aux) argument
72 struct sv_softc *ssc = device_private(parent);
/netbsd-6-1-5-RELEASE/sys/dev/podulebus/
H A Dacemidi.c65 acemidi_match(device_t parent, cfdata_t cf, void *aux) argument
75 acemidi_attach(device_t parent, device_t self, void *aux) argument
85 com_acemidi_match(device_t parent, cfdata_t cf, void *aux) argument
92 com_acemidi_attach(device_t parent, device_t self, void *aux) argument
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dnbppm.c60 nbppm_match(device_t parent, cfdata_t match, void *aux) argument
72 nbppm_attach(device_t parent, device_t self, void *aux) argument
81 sc->sc_parent = parent;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Ddeq.c57 deq_match(device_t parent, struct cfdata *cf, void *aux) argument
74 deq_attach(device_t parent, device_t self, void *aux) argument
83 sc->sc_parent = parent;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/armadillo/
H A Darmadillo9_pcic.c67 armadillo9pcic_match(struct device *parent, struct cfdata *match, void *aux) argument
73 armadillo9pcic_attach(struct device *parent, struct device *self, void *aux) argument
78 eppcic_attach_common(parent, self, aux, &armadillo9pcic_tag);
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dt_fork.c54 static pid_t parent; variable
63 if (parent != getpid()) {
80 parent = getpid();
91 ATF_REQUIRE_MSG(thread_survived, "thread did not survive in parent");

Completed in 286 milliseconds

1234567891011>>