Home
last modified time | relevance | path

Searched refs:pcon (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/hpcarm/dev/
Dnbppm.c62 struct nbppcon_attach_args *pcon = aux; in nbppm_match() local
64 if (strcmp(pcon->aa_name, match->cf_name) || in nbppm_match()
65 pcon->aa_tag == NBPPCONCF_TAG_DEFAULT) in nbppm_match()
75 struct nbppcon_attach_args *pcon = aux; in nbppm_attach() local
82 sc->sc_tag = pcon->aa_tag; in nbppm_attach()
Dnbpkbd.c91 struct nbppcon_attach_args *pcon = aux; in nbpkbd_match() local
93 if (strcmp(pcon->aa_name, match->cf_name) || in nbpkbd_match()
94 pcon->aa_tag == NBPPCONCF_TAG_DEFAULT) in nbpkbd_match()
104 struct nbppcon_attach_args *pcon = aux; in nbpkbd_attach() local
112 sc->sc_tag = pcon->aa_tag; in nbpkbd_attach()
Dnbppcon.c118 struct nbppcon_attach_args pcon; in nbppcon_search() local
120 pcon.aa_name = cf->cf_name; in nbppcon_search()
121 pcon.aa_tag = cf->cf_loc[NBPPCONCF_TAG]; in nbppcon_search()
123 if (config_probe(self, cf, &pcon)) in nbppcon_search()
124 config_attach(self, cf, &pcon, nbppcon_print, CFARGS_NONE); in nbppcon_search()
/netbsd/src/sys/arch/hpcarm/hpcarm/
Dnetbookpro_machdep.c94 device_t pcon; in netbookpro_reset() local
96 pcon = device_find_by_xname("nbppcon0"); in netbookpro_reset()
98 if (pcon != NULL) in netbookpro_reset()
99 nbppcon_pwr_hwreset(pcon); in netbookpro_reset()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dobject.cc972 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(), in include_section_group() local
975 reinterpret_cast<const elfcpp::Elf_Word*>(pcon); in include_section_group()