| /openbsd/src/lib/libc/gen/ |
| D | tree.c | 70 rbe_set(struct rb_entry *rbe, struct rb_entry *parent) in rbe_set() 101 struct rb_entry *parent; in rbe_rotate_left() local 135 struct rb_entry *parent; in rbe_rotate_right() local 169 struct rb_entry *parent, *gparent, *tmp; in rbe_insert_color() local 219 struct rb_entry *parent, struct rb_entry *rbe) in rbe_remove_color() 310 struct rb_entry *child, *parent, *old = rbe; in rbe_remove() local 406 struct rb_entry *parent = NULL; in _rb_insert() local 553 struct rb_entry *parent = NULL; in _rb_min() local 568 struct rb_entry *parent = NULL; in _rb_max() local 627 _rb_set_parent(const struct rb_type *t, void *node, void *parent) in _rb_set_parent()
|
| /openbsd/src/sys/kern/ |
| D | subr_tree.c | 70 rbe_set(struct rb_entry *rbe, struct rb_entry *parent) in rbe_set() 101 struct rb_entry *parent; in rbe_rotate_left() local 135 struct rb_entry *parent; in rbe_rotate_right() local 169 struct rb_entry *parent, *gparent, *tmp; in rbe_insert_color() local 219 struct rb_entry *parent, struct rb_entry *rbe) in rbe_remove_color() 310 struct rb_entry *child, *parent, *old = rbe; in rbe_remove() local 405 struct rb_entry *parent = NULL; in _rb_insert() local 546 struct rb_entry *parent = NULL; in _rb_min() local 560 struct rb_entry *parent = NULL; in _rb_max() local 613 _rb_set_parent(const struct rb_type *t, void *node, void *parent) in _rb_set_parent()
|
| D | subr_autoconf.c | 73 struct device *parent; member 187 config_search(cfmatch_t fn, struct device *parent, void *aux) in config_search() 247 config_scan(cfscan_t fn, struct device *parent) in config_scan() 321 config_found_sm(struct device *parent, void *aux, cfprint_t print, in config_found_sm() 351 config_attach(struct device *parent, void *match, void *aux, cfprint_t print) in config_attach() 433 config_make_softc(struct device *parent, struct cfdata *cf) in config_make_softc() 736 config_process_deferred_children(struct device *parent) in config_process_deferred_children() 792 config_detach_children(struct device *parent, int flags) in config_detach_children() 878 config_activate_children(struct device *parent, int act) in config_activate_children()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/ |
| D | cg_arcs.c | 59 arc_lookup (Sym *parent, Sym *child) in arc_lookup() 88 arc_add (Sym *parent, Sym *child, unsigned long count) in arc_add() 164 propagate_time (Sym *parent) in propagate_time() 362 Sym *head, *parent, *member; in inherit_flags() local 597 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
|
| D | cg_dfn.c | 213 pre_visit (Sym *parent) in pre_visit() 237 post_visit (Sym *parent) in post_visit() 271 cg_dfn (Sym *parent) in cg_dfn()
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | cg_arcs.c | 59 arc_lookup (parent, child) in arc_lookup() argument 90 arc_add (parent, child, count) in arc_add() argument 171 propagate_time (parent) in propagate_time() argument 371 Sym *head, *parent, *member; local 609 Sym *parent, **time_sorted_syms, **top_sorted_syms; in cg_assemble() local
|
| D | cg_dfn.c | 216 pre_visit (parent) in pre_visit() argument 241 post_visit (parent) in post_visit() argument 276 cg_dfn (parent) in cg_dfn() argument
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | auxio.c | 76 auxio_ebus_match(struct device *parent, void *cf, void *aux) in auxio_ebus_match() 84 auxio_ebus_attach(struct device *parent, struct device *self, void *aux) in auxio_ebus_attach() 132 auxio_sbus_match(struct device *parent, void *cf, void *aux) in auxio_sbus_match() 140 auxio_sbus_attach(struct device *parent, struct device *self, void *aux) in auxio_sbus_attach()
|
| D | ebus.c | 106 ebus_match(struct device *parent, void *match, void *aux) in ebus_match() 152 ebus_attach(struct device *parent, struct device *self, void *aux) in ebus_attach() 361 ebus_alloc_mem_tag(struct ebus_softc *sc, bus_space_tag_t parent) in ebus_alloc_mem_tag() 368 ebus_alloc_io_tag(struct ebus_softc *sc, bus_space_tag_t parent) in ebus_alloc_io_tag() 379 bus_space_tag_t parent, int ss) in _ebus_alloc_bus_tag()
|
| /openbsd/src/sys/arch/alpha/pci/ |
| D | sio.c | 105 siomatch(parent, match, aux) in siomatch() argument 132 pcebmatch(parent, match, aux) in pcebmatch() argument 147 sioattach(parent, self, aux) in sioattach() argument 238 sio_isa_attach_hook(parent, self, iba) in sio_isa_attach_hook() argument 246 sio_eisa_attach_hook(parent, self, eba) in sio_eisa_attach_hook() argument
|
| D | tsc.c | 97 tscmatch(parent, match, aux) in tscmatch() argument 114 tscattach(parent, self, aux) in tscattach() argument 182 tspmatch(parent, match, aux) in tspmatch() argument 199 tspattach(parent, self, aux) in tspattach() argument
|
| /openbsd/src/sys/dev/isa/ |
| D | sb_isa.c | 76 sb_isa_match(struct device *parent, void *match, void *aux) in sb_isa_match() 87 sbfind(struct device *parent, struct sbdsp_softc *sc, in sbfind() 138 sb_isa_attach(struct device *parent, struct device *self, void *aux) in sb_isa_attach()
|
| D | isa.c | 84 isamatch(struct device *parent, void *match, void *aux) in isamatch() 98 isaattach(struct device *parent, struct device *self, void *aux) in isaattach() 188 isascan(struct device *parent, void *match) in isascan()
|
| /openbsd/src/sys/arch/macppc/dev/ |
| D | macgpio.c | 74 macgpio_match(struct device *parent, void *cf, void *aux) in macgpio_match() 88 macgpio_attach(struct device *parent, struct device *self, void *aux) in macgpio_attach() 142 macgpio_gpio_match(struct device *parent, void *cf, void *aux) in macgpio_gpio_match() 156 macgpio_gpio_attach(struct device *parent, struct device *self, void *aux) in macgpio_gpio_attach()
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | shb.c | 50 shb_match(struct device *parent, void *vcf, void *aux) in shb_match() 62 shb_attach(struct device *parent, struct device *self, void *aux) in shb_attach() 70 shb_search(struct device *parent, void *vcf, void *aux) in shb_search()
|
| /openbsd/src/usr.sbin/ldomctl/ |
| D | config.c | 982 struct md_node *parent; in hvmd_finalize_cpu() local 1014 struct md_node *parent; in hvmd_finalize_cpus() local 1033 struct md_node *parent; in hvmd_finalize_maus() local 1064 struct md_node *parent; in hvmd_finalize_device() local 1083 struct md_node *node, *child, *parent; in hvmd_finalize_pcie_device() local 1160 struct md_node *parent; in hvmd_finalize_devices() local 1184 struct md_node *parent; in hvmd_finalize_mblock() local 1202 struct md_node *parent; in hvmd_finalize_memory() local 1221 struct md_node *parent; in hvmd_finalize_endpoint() local 1251 struct md_node *parent; in hvmd_finalize_endpoints() local [all …]
|
| /openbsd/src/sys/arch/octeon/dev/ |
| D | octeon_iobus.c | 136 iobusmatch(struct device *parent, void *match, void *aux) in iobusmatch() 161 iobussubmatch(struct device *parent, void *vcf, void *args) in iobussubmatch() 176 iobusattach(struct device *parent, struct device *self, void *aux) in iobusattach() 222 iobussearch(struct device *parent, void *v, void *aux) in iobussearch()
|
| /openbsd/src/sys/arch/arm/cortex/ |
| D | cortex.c | 96 cortexmatch(struct device *parent, void *cfdata, void *aux) in cortexmatch() 123 cortexattach(struct device *parent, struct device *self, void *aux) in cortexattach() 131 cortexsearch(struct device *parent, void *vcf, void *aux) in cortexsearch()
|
| /openbsd/src/sys/arch/powerpc64/dev/ |
| D | mainbus.c | 107 mainbus_match(struct device *parent, void *cfdata, void *aux) in mainbus_match() 113 mainbus_attach(struct device *parent, struct device *self, void *aux) in mainbus_attach() 294 mainbus_match_status(struct device *parent, void *match, void *aux) in mainbus_match_status() 341 mainbus_match_primary(struct device *parent, void *match, void *aux) in mainbus_match_primary() 353 mainbus_match_secondary(struct device *parent, void *match, void *aux) in mainbus_match_secondary()
|
| /openbsd/src/sys/arch/arm/mainbus/ |
| D | mainbus.c | 84 mainbus_match(struct device *parent, void *cfdata, void *aux) in mainbus_match() 93 mainbus_attach(struct device *parent, struct device *self, void *aux) in mainbus_attach() 218 mainbus_match_status(struct device *parent, void *match, void *aux) in mainbus_match_status() 257 mainbus_match_primary(struct device *parent, void *match, void *aux) in mainbus_match_primary() 272 mainbus_match_secondary(struct device *parent, void *match, void *aux) in mainbus_match_secondary()
|
| /openbsd/src/sys/dev/pci/ |
| D | xspd.c | 58 xspd_match(struct device *parent, void *match, void *aux) in xspd_match() 65 xspd_attach(struct device *parent, struct device *self, void *aux) in xspd_attach() 124 xspd_attach(struct device *parent, struct device *self, void *aux) in xspd_attach()
|
| /openbsd/src/gnu/llvm/clang/include/clang/CodeGen/ |
| D | ConstantInitBuilder.h | 117 ConstantAggregateBuilderBase *parent) in ConstantAggregateBuilderBase() 356 AggregateBuilderBase *parent) in ConstantAggregateBuilderTemplateBase() 379 void finishAndAddTo(AggregateBuilderBase &parent) { in finishAndAddTo() 435 AggregateBuilderBase *parent, in ConstantArrayBuilderTemplateBase() 471 AggregateBuilderBase *parent, in ConstantStructBuilderTemplateBase() 554 ConstantAggregateBuilderBase *parent, in ConstantArrayBuilder() 571 ConstantAggregateBuilderBase *parent, in ConstantStructBuilder()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | varobj.c | 104 struct varobj *parent; member 1298 create_child (struct varobj *parent, int index, char *name) in create_child() 1329 save_child_in_parent (struct varobj *parent, struct varobj *child) in save_child_in_parent() 1345 remove_child_from_parent (struct varobj *parent, struct varobj *child) in remove_child_from_parent() 1737 value_of_child (struct varobj *parent, int index) in value_of_child() 1877 c_name_of_variable (struct varobj *parent) in c_name_of_variable() 1883 c_name_of_child (struct varobj *parent, int index) in c_name_of_child() 1987 c_value_of_child (struct varobj *parent, int index) in c_value_of_child() 2051 c_type_of_child (struct varobj *parent, int index) in c_type_of_child() 2250 cplus_name_of_variable (struct varobj *parent) in cplus_name_of_variable() [all …]
|
| /openbsd/src/sys/arch/riscv64/dev/ |
| D | mainbus.c | 84 mainbus_match(struct device *parent, void *cfdata, void *aux) in mainbus_match() 90 mainbus_attach(struct device *parent, struct device *self, void *aux) in mainbus_attach() 278 mainbus_match_status(struct device *parent, void *match, void *aux) in mainbus_match_status() 329 mainbus_match_primary(struct device *parent, void *match, void *aux) in mainbus_match_primary() 341 mainbus_match_secondary(struct device *parent, void *match, void *aux) in mainbus_match_secondary()
|
| /openbsd/src/sys/dev/fdt/ |
| D | sxiccmu.c | 50 uint8_t parent; member 122 sxiccmu_match(struct device *parent, void *match, void *aux) in sxiccmu_match() 168 sxiccmu_attach(struct device *parent, struct device *self, void *aux) in sxiccmu_attach() 912 uint32_t parent; in sxiccmu_ccu_get_frequency() local 948 uint32_t parent; in sxiccmu_a10_get_frequency() local 1007 uint32_t parent; in sxiccmu_a10s_get_frequency() local 1075 uint32_t parent; in sxiccmu_a23_get_frequency() local 1137 uint32_t parent; in sxiccmu_a64_get_frequency() local 1228 uint32_t parent; in sxiccmu_a80_get_frequency() local 1275 uint32_t parent; in sxiccmu_d1_get_frequency() local [all …]
|