Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/netbsd-src/external/gpl2/gmake/dist/
H A Djob.h40 struct child struct
42 struct child *next; /* Link in the chain. */ argument
62 unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */ argument
67 extern struct child *children; argument
/netbsd-src/sys/dev/mii/
H A Dmii.c67 struct mii_softc *child; in mii_attach() local
205 struct mii_softc *child, *nchild; in mii_detach() local
317 struct mii_softc *child; in mii_mediachg() local
341 struct mii_softc *child; in mii_tick() local
346 LIST_FOREACH(child, &mii->mii_phys, mii_list) in mii_tick() local
358 struct mii_softc *child; in mii_pollstat() local
366 LIST_FOREACH(child, &mii->mii_phys, mii_list) in mii_pollstat() local
378 struct mii_softc *child; in mii_down() local
383 LIST_FOREACH(child, &mii->mii_phys, mii_list) in mii_down() local
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dchild_test.cpp275 std::unique_ptr< process::child > child = process::child::fork_files( in do_inherit_test() local
306 std::unique_ptr< process::child > child = process::child::fork_capture(hook); in child__fork_capture__ok() local
365 std::unique_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
385 std::unique_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
421 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
444 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
484 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
504 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
542 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
557 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dtree.cpp113 const leaf_node& child = dynamic_cast< const leaf_node& >( in is_set() local
138 const leaf_node& child = dynamic_cast< const leaf_node& >(*raw_node); in push_lua() local
163 leaf_node& child = dynamic_cast< leaf_node& >(*raw_node); in set_lua() local
186 const leaf_node& child = dynamic_cast< const leaf_node& >(*raw_node); in lookup_string() local
214 leaf_node& child = dynamic_cast< leaf_node& >(*raw_node); in set_string() local
251 const detail::inner_node& child = in all_properties() local
H A Dnodes.cpp116 const inner_node& child = dynamic_cast< const inner_node& >( in lookup_ro() local
155 base_node* const child = (key_pos == key.size() - 1) ? in lookup_rw() local
167 leaf_node& child = dynamic_cast< leaf_node& >( in lookup_rw() local
177 inner_node& child = dynamic_cast< inner_node& >( in lookup_rw() local
202 leaf_node& child = dynamic_cast< leaf_node& >(*(*iter).second); in all_properties() local
206 inner_node& child = dynamic_cast< inner_node& >(*(*iter).second); in all_properties() local
265 static_inner_node& child = dynamic_cast< static_inner_node& >( in define() local
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_signal_wait.h34 pid_t child, wpid; in traceme_raise() local
144 pid_t child, wpid; in TRACEME_RAISE() local
259 pid_t child, wpid; in TRACEME_RAISESIGNAL_IGNORED() local
350 pid_t child, wpid; in TRACEME_RAISESIGNAL_MASKED() local
470 pid_t child, wpid; in TRACEME_CRASH() local
651 pid_t child, wpid; in TRACEME_SIGNALMASKED_CRASH() local
835 pid_t child, wpid; in TRACEME_SIGNALIGNORED_CRASH() local
938 pid_t child, wpid; in TRACEME_SENDSIGNAL_HANDLE() local
1026 pid_t child, wpid; in TRACEME_SENDSIGNAL_MASKED() local
1116 pid_t child, wpid; in TRACEME_SENDSIGNAL_IGNORED() local
[all …]
H A Dt_fork.c89 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
H A Dt_ptrace_syscall_wait.h50 pid_t child, wpid; in syscall_body() local
204 pid_t child, wpid; in ATF_TC_BODY() local
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dcg_arcs.c59 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 Dcg_dfn.c63 is_numbered (Sym *child) in is_numbered()
73 is_busy (Sym *child) in is_busy()
90 find_cycle (Sym *child) in find_cycle()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dcg_arcs.c60 arc_lookup (Sym *parent, Sym *child) in arc_lookup()
89 arc_add (Sym *parent, Sym *child, unsigned long count) in arc_add()
168 Sym *child; in propagate_time() local
361 inherit_flags (Sym *child) in inherit_flags()
442 Sym *old_head, *child; in propagate_flags() local
H A Dcg_dfn.c63 is_numbered (Sym *child) in is_numbered()
73 is_busy (Sym *child) in is_busy()
90 find_cycle (Sym *child) in find_cycle()
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dgrandchild_wrapper.py38 async def signal_to_grandchild(child): argument
53 def sighup_handler(child): argument
/netbsd-src/sys/dev/ppbus/
H A Dppbus_conf.c187 struct ppbus_device_softc * child; in ppbus_childdet() local
203 struct ppbus_device_softc * child; in ppbus_detach() local
243 struct ppbus_device_softc *child; in ppbus_search_children() local
/netbsd-src/usr.sbin/autofs/
H A Dcommon.c236 const struct node *child; in node_duplicate() local
254 struct node *child, *tmp; in node_delete() local
395 struct node *child; in node_expand_ampersand() local
419 struct node *child, *expanded; in node_expand_wildcard() local
436 struct node *child; in node_expand_defined() local
482 const struct node *child; in node_has_wildcards() local
495 struct node *child, *tmp; in node_expand_maps() local
612 const struct node *child, *first_child; in node_print_indent() local
660 const struct node *child; in node_print() local
669 struct node *child, *found; in node_find_x() local
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dxml-utils.h62 #define xml_node_for_each_child(ctx, child, parent) \ argument
72 #define xml_node_for_each_check(ctx, child) \ argument
/netbsd-src/usr.bin/mail/
H A Dpopen.c62 struct child { struct
67 struct child *link; argument
69 static struct child *child, *child_freelist = NULL; variable
/netbsd-src/sys/dev/fdt/
H A Dcpus.c62 int child; in cpus_attach() local
77 cpus_cpu_enabled(int child) in cpus_cpu_enabled()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_bios.c69 struct child_device_config child; member
569 const struct child_device_config *child; in parse_sdvo_device_mapping() local
1385 const struct child_device_config *child; in parse_compression_parameters() local
1621 const struct child_device_config *child = &devdata->child; in parse_ddi_port() local
1776 const struct child_device_config *child; in parse_general_definitions() local
2171 const struct child_device_config *child; in intel_bios_is_tv_present() local
2214 const struct child_device_config *child; in intel_bios_is_lvds_present() local
2263 const struct child_device_config *child; in intel_bios_is_port_present() local
2310 const struct child_device_config *child; in intel_bios_is_port_edp() local
2334 static bool child_dev_is_dp_dual_mode(const struct child_device_config *child, in child_dev_is_dp_dual_mode()
[all …]
/netbsd-src/external/mit/libuv/dist/src/
H A Dheap-inl.h74 struct heap_node* child) { in heap_node_swap()
110 struct heap_node** child; in HEAP_EXPORT() local
155 struct heap_node* child; in HEAP_EXPORT() local
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_pro_die.c51 Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left_sibling, in dwarf_new_die()
88 Dwarf_P_Die child, Dwarf_P_Die left_sibling, Dwarf_P_Die right_sibling, in dwarf_die_link()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c124 volatile pid_t child; member
170 register_slave_subprocess (pid_t child) in register_slave_subprocess()
234 unregister_slave_subprocess (pid_t child) in unregister_slave_subprocess()
252 wait_subprocess (pid_t child, const char *progname, in wait_subprocess()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.tcc35 node_type child) in set_child()
64 node_type child) in promote_child()
292 node_type child) in insert_child()
753 rootless_splay_tree<Accessors>::child_index (node_type parent, node_type child) in child_index()
765 node_type child = node; in splay_known_limit() local
812 node_type child = node; in splay() local
876 node_type child = node; in splay_and_search() local
/netbsd-src/external/cddl/osnet/dist/common/avl/
H A Davl.c228 int child = AVL_INDEX2CHILD(where); in avl_nearest() local
259 int child = 0; in avl_find() local
310 avl_node_t *child = node->avl_child[left]; in avl_rotation() local
579 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */ in avl_insert_here() local
977 int child; in avl_destroy_nodes() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c85 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

12345678910>>...25