/openbsd-src/sys/dev/mii/ |
H A D | mii.c | 66 struct mii_softc *child; in mii_attach() local 155 struct mii_softc *child, *nchild; in mii_detach() local 212 struct mii_softc *child; in mii_mediachg() local 233 struct mii_softc *child; in mii_tick() local 246 struct mii_softc *child; in mii_pollstat() local 262 struct mii_softc *child; in mii_down() local
|
/openbsd-src/regress/lib/libssl/handshake/ |
H A D | handshake_table.c | 80 struct child { struct 87 static struct child stateinfo[][TLS13_NUM_MESSAGE_TYPES] = { argument 372 unsigned int child; in generate_graphics() local 430 struct child child = stateinfo[current.mt][i]; in build_table() local
|
/openbsd-src/gnu/usr.bin/binutils/gprof/ |
H A D | cg_arcs.c | 59 arc_lookup (parent, child) in arc_lookup() argument 90 arc_add (parent, child, count) in arc_add() argument 175 Sym *child; local 368 inherit_flags (child) in inherit_flags() argument 451 Sym *old_head, *child; local
|
H A D | cg_dfn.c | 63 is_numbered (child) in is_numbered() argument 74 is_busy (child) in is_busy() argument 92 find_cycle (child) in find_cycle() argument
|
H A D | cg_print.c | 314 sort_parents (child) in sort_parents() argument 348 print_parents (child) in print_parents() argument 440 Sym *child; local 1037 Sym *child, *parent; local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
H A 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() 167 Sym *child; in propagate_time() local 360 inherit_flags (Sym *child) in inherit_flags() 441 Sym *old_head, *child; in propagate_flags() local
|
H A D | cg_dfn.c | 63 is_numbered (Sym *child) in is_numbered() 73 is_busy (Sym *child) in is_busy() 90 find_cycle (Sym *child) in find_cycle()
|
H A D | cg_print.c | 307 sort_parents (Sym * child) in sort_parents() 340 print_parents (Sym *child) in print_parents() 429 Sym *child; in print_children() local 1018 Sym *child, *parent; local
|
/openbsd-src/usr.bin/mail/ |
H A D | popen.c | 51 struct child { struct 56 struct child *link; argument 58 static struct child *child, *child_freelist = NULL; variable
|
/openbsd-src/regress/sys/kern/ptrace2/ |
H A D | ptrace_test.c | 140 pid_t child, wpid; in ATF_TC_BODY() local 184 pid_t child, wpid; in ATF_TC_BODY() local 231 pid_t child, debugger, wpid; in ATF_TC_BODY() local 328 pid_t child, debugger, fpid, wpid; in ATF_TC_BODY() local
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | smtpd.c | 89 struct child { struct 330 struct child *child; in parent_sig_handler() local 91 typechild global() argument 92 titlechild global() argument 93 mda_outchild global() argument 94 mda_idchild global() argument 95 pathchild global() argument 96 causechild global() argument 1190 struct child *child; child_add() local 1389 struct child *child; forkmda() local 1601 struct child *child; offline_enqueue() local [all...] |
/openbsd-src/usr.bin/rdist/ |
H A D | child.c | 82 removechild(CHILD *child) in removechild() 130 copychild(CHILD *child) in copychild() 149 addchild(CHILD *child) in addchild() 170 readchild(CHILD *child) in readchild()
|
/openbsd-src/regress/lib/libc/sys/ |
H A D | t_fork.c | 89 pid_t child = -1; in await_stopped_child() local 141 pid_t child, parent, watcher, wpid; in raise_raw() local 278 pid_t child, child2, wpid; in nested_raw() local
|
/openbsd-src/gnu/llvm/lld/Common/ |
H A D | Timer.cpp | 41 for (const auto &child : children) in print() local 67 for (const auto &child : children) in print() local
|
/openbsd-src/usr.bin/make/ |
H A D | engine.c | 276 Make_TimeStamp(GNode *parent, GNode *child) in Make_TimeStamp() 333 GNode *child; in Make_DoAllVar() local 415 MakeTimeStamp(void *parent, void *child) in MakeTimeStamp()
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/exec/ |
H A D | main.c | 85 void wait_for(pid_t child) { in wait_for() 239 pid_t child; in call_posix_spawn() local 257 pid_t child; in call_posix_spawnp() local
|
/openbsd-src/usr.sbin/nsd/ |
H A D | rbtree.c | 271 static void change_child_ptr(rbnode_type* child, rbnode_type* old, rbnode_type* new) in change_child_ptr() 282 rbnode_type *child; in rbtree_delete() local 356 static void rbtree_delete_fixup(rbtree_type* rbtree, rbnode_type* child, rbnode_type* child_parent) in rbtree_delete_fixup()
|
/openbsd-src/sys/arch/arm64/stand/efiboot/ |
H A D | fdt.c | 308 fdt_node_add_node(void *node, char *name, void **child) in fdt_node_add_node() 493 void *child; in fdt_find_node() local 522 fdt_parent_node_recurse(void *pnode, void *child) in fdt_parent_node_recurse() 644 void *child; in fdt_print_node_recurse() local
|
/openbsd-src/sys/arch/riscv64/stand/efiboot/ |
H A D | fdt.c | 308 fdt_node_add_node(void *node, char *name, void **child) in fdt_node_add_node() 493 void *child; in fdt_find_node() local 522 fdt_parent_node_recurse(void *pnode, void *child) in fdt_parent_node_recurse() 644 void *child; in fdt_print_node_recurse() local
|
/openbsd-src/sys/arch/armv7/stand/efiboot/ |
H A D | fdt.c | 308 fdt_node_add_node(void *node, char *name, void **child) in fdt_node_add_node() 493 void *child; in fdt_find_node() local 522 fdt_parent_node_recurse(void *pnode, void *child) in fdt_parent_node_recurse() 644 void *child; in fdt_print_node_recurse() local
|
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | selftest_guc_multi_lrc.c | 56 struct intel_context *child; in multi_lrc_context_unpin() local 79 struct intel_context *child; in multi_lrc_nop_request() local
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | rbtree.c | 320 static void change_child_ptr(rbnode_type* child, rbnode_type* old, in change_child_ptr() 332 rbnode_type *child; in rbtree_delete() local 406 static void rbtree_delete_fixup(rbtree_type* rbtree, rbnode_type* child, in rbtree_delete_fixup()
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | rbtree.c | 320 static void change_child_ptr(rbnode_type* child, rbnode_type* old, in change_child_ptr() 332 rbnode_type *child; in rbtree_delete() local 406 static void rbtree_delete_fixup(rbtree_type* rbtree, rbnode_type* child, in rbtree_delete_fixup()
|
/openbsd-src/lib/libc/stdlib/ |
H A D | heapsort.c | 71 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument 103 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_bios.c | 67 struct child_device_config child; member 1213 const struct child_device_config *child = &devdata->child; in parse_sdvo_device_mapping() local 2127 const struct child_device_config *child = &devdata->child; in parse_compression_parameters() local 2400 const struct child_device_config *child = &devdata->child; in intel_bios_encoder_port() local 2582 const struct child_device_config *child = &devdata->child; in print_ddi_port() local 2693 const struct child_device_config *child; in parse_general_definitions() local 2836 struct child_device_config *child; in init_vbt_missing_defaults() local 3250 const struct child_device_config *child = &devdata->child; in intel_bios_is_tv_present() local 3289 const struct child_device_config *child = &devdata->child; in intel_bios_is_lvds_present() local 3340 const struct child_device_config *child = &devdata->child; in intel_bios_is_port_present() local [all …]
|