Searched refs:child (Results 1 - 25 of 869) sorted by relevance

1234567891011>>

/freebsd-current/contrib/kyua/utils/process/
H A Dchild_fwd.hpp30 /// Forward declarations for utils/process/child.hpp
39 class child;
H A Dchild.hpp29 /// \file utils/process/child.hpp
32 /// The child module provides a set of functions to spawn subprocesses with
75 class child : noncopyable { class in namespace:utils::process
81 static std::auto_ptr< child > fork_capture_aux(void);
83 static std::auto_ptr< child > fork_files_aux(const fs::path&,
86 explicit child(impl *);
89 ~child(void);
92 static std::auto_ptr< child > fork_capture(Hook);
96 static std::auto_ptr< child > fork_files(Hook, const fs::path&,
99 static std::auto_ptr< child > spawn_captur
[all...]
/freebsd-current/contrib/bc/tests/
H A Dhistory.py76 def expect(child, data):
77 child.expect(data)
80 # Eats all of the child's data.
81 # @param child The child whose data should be eaten.
82 def eat(child):
83 while child.buffer is not None and len(child.buffer) > 0:
84 expect(child, ".+")
87 # Send data to a child
1148 child = test_array[test_idx](exe[0], exe[1:], env) variable
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.ksh39 /curpsinfo->pr_ppid == $child &&
65 child=$!
70 kill -STOP $child
71 pkill -P $child
72 kill $child
73 kill -CONT $child
H A Dtst.create.ksh39 /args[0]->p_pptr->p_pid == $child && pid == $child/
61 child=$!
66 kill $child
H A Dtst.exitexit.ksh39 /curpsinfo->pr_ppid == $child && args[0] == CLD_EXITED/
61 child=$!
66 kill $child
H A Dtst.exec.ksh39 /curpsinfo->pr_ppid == $child && args[0] == "/bin/sleep"/
67 child=$!
72 kill $child
H A Dtst.signal.ksh39 /execname == "kill" && curpsinfo->pr_ppid == $child &&
75 child=$!
80 kill -STOP $child
81 pkill -P $child
82 kill $child
83 kill -CONT $child
H A Dtst.discard.ksh39 /args[1]->p_pid == $child &&
52 kill -HUP $child
65 child=$!
72 kill $child
H A Dtst.exitcore.ksh45 /curpsinfo->pr_ppid == $child &&
52 /curpsinfo->pr_ppid == $child &&
79 child=$!
84 kill $child
/freebsd-current/sys/dev/acpica/
H A Dacpi_pcivar.h31 void acpi_pci_child_added(device_t dev, device_t child);
/freebsd-current/tests/sys/kern/
H A Dwaitpid_nohang.c37 pid_t child, pid; local
40 child = fork();
41 ATF_REQUIRE(child != -1);
42 if (child == 0) {
48 pid = waitpid(child, &status, WNOHANG);
52 r = kill(child, SIGTERM);
54 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT);
58 pid = waitpid(child, &status, WNOHANG);
59 ATF_REQUIRE(pid == child);
H A Dkill_zombie.c37 pid_t child, pid; local
40 child = fork();
41 ATF_REQUIRE(child != -1);
42 if (child == 0) {
46 r = waitid(P_PID, child, NULL, WEXITED | WNOWAIT);
49 r = kill(child, SIGTERM);
53 pid = waitpid(child, &status, 0);
54 ATF_REQUIRE(pid == child);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp82 /// @param child - The class that may be the subset
84 /// @return - True if child is a subset of parent, false otherwise.
85 static inline bool inheritsFrom(InstructionContext child, argument
89 if (child == parent)
94 return (inheritsFrom(child, IC_64BIT, AdSize64) ||
95 (noPrefix && inheritsFrom(child, IC_OPSIZE, noPrefix)) ||
96 inheritsFrom(child, IC_ADSIZE) ||
97 (noPrefix && inheritsFrom(child, IC_XD, noPrefix)) ||
98 (noPrefix && inheritsFrom(child, IC_XS, noPrefix)));
100 return (inheritsFrom(child, IC_64BIT_REX
[all...]
/freebsd-current/sys/dev/bhnd/
H A Dbhndvar.h71 device_t child);
74 device_t child);
76 device_t child);
78 device_t child, bhnd_clock clock,
81 device_t child, bhnd_clock clock,
84 device_t child, bhnd_clock clock);
86 device_t child, uint32_t clocks);
88 device_t child, u_int rsrc);
90 device_t child, u_int rsrc);
93 device_t child);
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py56 * It has an equivalent set of child nodes (including elements and
112 'number of child elements differ in element ' + actual_node.tagName,
114 for child_id, child in expected_children.items():
120 self.AssertEquivalentNodes(child, actual_children[child_id])
132 """Fetches all of the child nodes of element, a DOM Element object.
141 than the above four is encountered, if two child elements with the same
153 for child in element.childNodes:
154 if child.nodeType == Node.ELEMENT_NODE:
155 if child.tagName == 'properties':
157 child
[all...]
/freebsd-current/sys/dev/ofw/
H A Dofw_graph.c49 phandle_t ports, child; local
55 child = ofw_bus_find_child(node, portnode);
56 if (child != 0)
57 return (child);
62 child = ofw_bus_find_child(node, portnode);
63 if (child != 0)
64 return (child);
72 for (child = OF_child(ports); child != 0; child
86 phandle_t child; local
109 phandle_t endpoint, child; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
60 _check_used $child
69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
71 if [[ "$(get_prop type $child)" == "snapshot" ]]; then
76 if [[ "$child" == "$dataset" ]]; then
77 parent_usedbychildren=$(get_prop usedbychildren $child)
78 else #child
79 reservation=$(get_prop reservation $child)
80 used=$(get_prop used $child)
123 for child i
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused.kshlib58 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
60 _check_used $child
69 for child in $($ZFS list -rH -t filesystem,volume -o name $dataset)
71 if [[ "$(get_prop type $child)" == "snapshot" ]]; then
76 if [[ "$child" == "$dataset" ]]; then
77 parent_usedbychildren=$(get_prop usedbychildren $child)
78 else #child
79 reservation=$(get_prop reservation $child)
80 used=$(get_prop used $child)
123 for child i
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci_private.h65 int pci_print_child(device_t dev, device_t child);
66 void pci_probe_nomatch(device_t dev, device_t child);
67 int pci_read_ivar(device_t dev, device_t child, int which,
69 int pci_write_ivar(device_t dev, device_t child, int which,
71 int pci_setup_intr(device_t dev, device_t child,
74 int pci_teardown_intr(device_t dev, device_t child,
76 int pci_get_vpd_ident_method(device_t dev, device_t child,
78 int pci_get_vpd_readonly_method(device_t dev, device_t child,
80 int pci_set_powerstate_method(device_t dev, device_t child,
82 int pci_get_powerstate_method(device_t dev, device_t child);
[all...]
/freebsd-current/sys/powerpc/pseries/
H A Dvdevice.c50 device_t child);
51 static int vdevice_print_child(device_t dev, device_t child);
53 static bus_dma_tag_t vdevice_get_dma_tag(device_t dev, device_t child);
126 phandle_t root, child; local
136 for (child = OF_child(root); child != 0; child = OF_peer(child)) {
140 child) != 0) {
146 ofw_bus_intr_to_rl(dev, child,
163 vdevice_get_devinfo(device_t dev, device_t child) argument
169 vdevice_print_child(device_t dev, device_t child) argument
188 vdevice_get_resource_list(device_t dev, device_t child) argument
197 vdevice_get_dma_tag(device_t dev, device_t child) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.vfork.d30 * ASSERTION: make sure probes called from a vfork(2) child fire in the parent
47 child = args[0]->p_pid;
51 /child != pid/
53 printf("wrong pid (%d %d)", pid, child);
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c59 ATF_REQUIRE(msg_write_child(info " to child " # fds, &fds, &msg, sizeof(msg)) == 0)
75 "Verify SIGSTOP followed by _exit(2) in a child");
82 pid_t child, wpid; local
88 ATF_REQUIRE((child = fork()) != -1);
89 if (child == 0) {
90 printf("Before calling PT_TRACE_ME from child %d\n", getpid());
93 printf("Before raising %s from child\n", strsignal(sigval));
96 printf("Before exiting of the child process\n");
99 printf("Parent process PID=%d, child's PID=%d\n", getpid(), child);
140 pid_t child, wpid; local
196 pid_t child, wpid; local
245 pid_t child, wpid; local
978 pid_t child, wpid; local
1033 pid_t child, wpid; local
1088 pid_t child, wpid; local
1145 pid_t child, wpid; local
1200 pid_t child, wpid; local
1255 pid_t child, wpid; local
1313 pid_t child, child2, wpid; local
1436 pid_t child, child2, wpid; local
1515 pid_t child, child2, wpid; local
1640 pid_t child, child2, wpid; local
1718 pid_t child, child2, wpid; local
1814 pid_t child, child2, wpid; local
1907 pid_t child, wpid; local
1972 pid_t child, wpid; local
2037 pid_t child, wpid; local
2102 pid_t child, wpid; local
2167 pid_t child, wpid; local
2231 pid_t child, wpid; local
2295 pid_t child, wpid; local
2359 pid_t child, wpid; local
2423 pid_t child, wpid; local
2489 pid_t child, wpid; local
2550 pid_t child, wpid; local
2623 pid_t child, wpid; local
2708 pid_t child, wpid; local
2805 pid_t child, wpid; local
2861 pid_t child, wpid; local
2924 pid_t child, wpid; local
2994 pid_t child, wpid; local
3071 pid_t child, wpid; local
3157 pid_t child, wpid; local
3243 pid_t child, wpid; local
3316 pid_t child, wpid; local
3438 pid_t child, wpid; local
3502 pid_t child, wpid; local
3566 pid_t child, wpid; local
3630 pid_t child, wpid; local
3694 pid_t child, wpid; local
3754 pid_t child, wpid; local
3826 pid_t child, wpid; local
3910 pid_t child, wpid; local
4007 pid_t child, wpid; local
4061 pid_t child, wpid; local
4117 pid_t child, wpid; local
4173 pid_t child, wpid; local
4229 pid_t child, wpid; local
4286 pid_t child, wpid; local
4341 pid_t child, wpid; local
4398 pid_t child, wpid; local
4462 pid_t child, wpid; local
4530 pid_t child, wpid; local
4598 pid_t child, wpid; local
4664 pid_t child, wpid; local
4712 pid_t child, wpid; local
4761 pid_t child, wpid; local
4948 pid_t child, wpid; local
5017 pid_t child, wpid; local
5103 pid_t child, wpid; local
5184 pid_t child, wpid; local
5246 pid_t child, child2, wpid; local
5399 pid_t child, wpid; local
5489 pid_t child, wpid; local
5585 pid_t child, wpid; local
5683 pid_t child, wpid; local
5751 pid_t child, wpid; local
5810 pid_t child, wpid; local
5884 pid_t child, wpid; local
5956 pid_t child, wpid; local
6027 pid_t child, child2, wpid; local
6158 pid_t child, child2, wpid; local
6288 pid_t child, child2, wpid; local
6391 pid_t child, wpid; local
6495 pid_t child, wpid; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_recursive.ksh30 # 2. Create a child dataset as an encryption root
53 -o keylocation=file:///$TESTPOOL/pkey $TESTPOOL/$TESTFS1/child
56 -o keylocation=$(get_https_base_url)/PASSPHRASE $TESTPOOL/$TESTFS1/child/child
59 log_must zfs unload-key $TESTPOOL/$TESTFS1/child/child
60 log_must zfs unload-key $TESTPOOL/$TESTFS1/child
65 log_must key_available $TESTPOOL/$TESTFS1/child
66 log_must key_available $TESTPOOL/$TESTFS1/child/child
[all...]
/freebsd-current/sys/dev/smbus/
H A Dsmbus.c101 device_t child; local
103 child = device_add_child_ordered(dev, order, name, unit);
104 if (child == NULL)
105 return (child);
108 device_delete_child(dev, child);
111 device_set_ivars(child, devi);
112 return (child);
119 device_t child; local
129 child = BUS_ADD_CHILD(bus, SMBUS_ORDER_HINTED, dname, dunit);
130 if (child
137 smbus_child_location(device_t parent, device_t child, struct sbuf *sb) argument
148 smbus_print_child(device_t parent, device_t child) argument
163 smbus_read_ivar(device_t parent, device_t child, int which, uintptr_t *result) argument
182 smbus_write_ivar(device_t parent, device_t child, int which, uintptr_t value) argument
201 smbus_probe_nomatch(device_t bus, device_t child) argument
[all...]

Completed in 248 milliseconds

1234567891011>>