Home
last modified time | relevance | path

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

12

/xnu-11215.1.10/tests/
H A Dsignal_exit_reason.c158 pid_t child = fork(); in __test_exit_reason_abort() local
178 pid_t child = fork(); in __test_exit_reason_external_signal() local
194 pid_t child = fork(); in __test_exit_reason_delegate_signal() local
217 pid_t child = fork(); in __test_exit_reason_delegate_terminate() local
241 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken() local
263 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token() local
282 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token() local
300 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal() local
387 pid_t child = fork(); in __test_exit_reason_pthread_kill_self() local
H A Dfd_send.c94 pid_t child; variable
119 pid_t child; variable
145 pid_t child; variable
H A Dfreebsd_waitpid_nohang.c38 pid_t child, pid; variable
H A Dpipe_read_infloop_55437634.c24 pid_t child; variable
H A Dtask_fatal_port.c28 pid_t child, pid; variable
H A Dfd_aio_fsync_uaf.c50 pid_t child; variable
H A Dmacho_size_63133398.c3171 pid_t child; variable
H A Dspawn_exec_failure.c101 pid_t child = fork(); in setup_child_and_wait_for_exit() local
H A Dshared_cache_reslide_test.c151 pid_t child = fork(); in induce_crash() local
/xnu-11215.1.10/tests/skywalk/
H A Dskt_xfer.c1394 channel_port_receive(int child, channel_port_t port, uint16_t our_port, in channel_port_receive()
1582 uint32_t batch_size, int child, bool wrong_flow_id, bool errors_ok, in send_and_receive()
1771 uint32_t batch_size, int child, bool wrong_flow_id, in ping_pong()
2219 uint32_t batch_size, int child, bool connect) in send_tcp()
2334 do_error_receive(int child, channel_port_t port, uuid_t flow_id, uint16_t src_port, in do_error_receive()
2697 skt_xfer_udp_common(int child, uint32_t how_many, uint32_t batch_size, in skt_xfer_udp_common()
2901 skt_xfer_udp_with_errors_common(int child, uint32_t how_many, in skt_xfer_udp_with_errors_common()
3063 skt_xfer_tcpflood(int child, uint32_t how_many, uint32_t batch_size, bool synflood) in skt_xfer_tcpflood()
3131 skt_xfer_portzero(int child, int protocol) in skt_xfer_portzero()
3190 skt_xfer_setuponly(int child) in skt_xfer_setuponly()
[all …]
H A Dskt_netifdirect.c394 skt_netif_channel_receive(int child, channel_port_t port, uint32_t limit, in skt_netif_channel_receive()
480 uint32_t how_many, uint32_t batch_size, int child, uint32_t event_flags, in skt_netif_send_and_receive()
747 skt_netifdirect_xfer_ipv6(int child, uint32_t test_id) in skt_netifdirect_xfer_ipv6()
847 int child, test_id; in skt_netifdirect_main() local
H A Dskywalk_mptest_driver.c284 int child; in skywalk_mptest_driver_run() local
H A Dskt_mpprotons.c145 int child = atoi(argv[4]); in skt_mpprotons_main() local
H A Dskt_manyflows.c324 int child = atoi(argv[4]); in skt_mcflows_main() local
/xnu-11215.1.10/tools/tests/personas/
H A Dpersona_spawn.c52 struct child { struct
58 static TAILQ_HEAD(, child) g_children = TAILQ_HEAD_INITIALIZER(g_children); argument
67 struct child *child = NULL; in spawn_child() local
/xnu-11215.1.10/osfmk/kern/
H A Dpriority_queue.h147 long child: PRIORITY_QUEUE_ENTRY_CHILD_BITS; member
157 long child: PRIORITY_QUEUE_ENTRY_CHILD_BITS; member
168 long child: PRIORITY_QUEUE_ENTRY_CHILD_BITS; member
178 long child: PRIORITY_QUEUE_ENTRY_CHILD_BITS; member
187 long child; member
193 long child; member
205 long child; member
212 long child; member
H A Daffinity.c321 thread_affinity_dup(thread_t parent, thread_t child) in thread_affinity_dup()
/xnu-11215.1.10/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c169 mockfs_fsnode_adopt(mockfs_fsnode_t parent, mockfs_fsnode_t child) in mockfs_fsnode_adopt()
266 mockfs_fsnode_child_by_type(mockfs_fsnode_t parent, uint8_t type, mockfs_fsnode_t * child) in mockfs_fsnode_child_by_type()
/xnu-11215.1.10/osfmk/i386/
H A Dbsd_i386_native.c76 thread_t child, in machine_thread_dup()
H A Dbsd_i386.c258 thread_set_child(thread_t child, int pid) in thread_set_child()
/xnu-11215.1.10/libkern/c++/
H A Dpriority_queue.cpp167 entry_t child = subtree_b; in merge_pair_inline() local
302 entry_t child, new_root; in remove_non_root() local
/xnu-11215.1.10/bsd/dev/dtrace/
H A Ddtrace_ptss.c344 dtrace_ptss_fork(struct proc* parent, struct proc* child) in dtrace_ptss_fork()
/xnu-11215.1.10/tests/iokit/
H A Dioserviceusernotification_race.c219 pid_t child; variable
/xnu-11215.1.10/pexpert/gen/
H A Ddevice_tree.c204 RealDTEntry child; in FindChild() local
384 const DeviceTreeNode *const child = (const DeviceTreeNode *const)current_position; in SecureDTFindNodeWithPropertyEqualToValueHelper() local
/xnu-11215.1.10/bsd/net/pktsched/
H A Dpktsched_netem.c827 #define HEAP_FATHER(child) (((child) - 1) / 2) argument
840 uint64_t child, parent; in heap_insert() local
879 uint64_t child, parent, max; in heap_extract() local

12