| /xnu-12377.41.6/tests/signals/ |
| H A D | signal_exit_reason.c | 157 pid_t child = fork(); in __test_exit_reason_abort() local 177 pid_t child = fork(); in __test_exit_reason_external_signal() local 193 pid_t child = fork(); in __test_exit_reason_delegate_signal() local 217 pid_t child = fork(); in __test_exit_reason_delegate_terminate() local 246 pid_t child = fork(); in __test_exit_reason_terminate() local 272 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken() local 294 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_token() local 315 pid_t child = fork(); in __test_exit_reason_delegated_signal_fail_bad_instigator_token() local 332 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_null_token() local 350 pid_t child = fork(); in __test_exit_reason_signal_with_audittoken_fail_bad_signal() local [all …]
|
| /xnu-12377.41.6/tests/ |
| H A D | fd_send.c | 94 pid_t child; variable 119 pid_t child; variable 145 pid_t child; variable
|
| H A D | freebsd_waitpid_nohang.c | 38 pid_t child, pid; variable
|
| H A D | pipe_read_infloop_55437634.c | 24 pid_t child; variable
|
| H A D | task_fatal_port.c | 28 pid_t child, pid; variable
|
| H A D | fd_aio_fsync_uaf.c | 50 pid_t child; variable
|
| H A D | macho_size_63133398.c | 3171 pid_t child; variable
|
| H A D | spawn_exec_failure.c | 101 pid_t child = fork(); in setup_child_and_wait_for_exit() local
|
| H A D | shared_cache_reslide_test.c | 151 pid_t child = fork(); in induce_crash() local
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_xfer.c | 1395 channel_port_receive(int child, channel_port_t port, uint16_t our_port, in channel_port_receive() 1583 uint32_t batch_size, int child, bool wrong_flow_id, bool errors_ok, in send_and_receive() 1772 uint32_t batch_size, int child, bool wrong_flow_id, in ping_pong() 2220 uint32_t batch_size, int child, bool connect) in send_tcp() 2335 do_error_receive(int child, channel_port_t port, uuid_t flow_id, uint16_t src_port, in do_error_receive() 2698 skt_xfer_udp_common(int child, uint32_t how_many, uint32_t batch_size, in skt_xfer_udp_common() 2902 skt_xfer_udp_with_errors_common(int child, uint32_t how_many, in skt_xfer_udp_with_errors_common() 3064 skt_xfer_tcpflood(int child, uint32_t how_many, uint32_t batch_size, bool synflood) in skt_xfer_tcpflood() 3132 skt_xfer_portzero(int child, int protocol) in skt_xfer_portzero() 3191 skt_xfer_setuponly(int child) in skt_xfer_setuponly() [all …]
|
| H A D | skt_netifdirect.c | 394 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 D | skt_mpprotons.c | 145 int child = atoi(argv[4]); in skt_mpprotons_main() local
|
| H A D | skywalk_mptest_driver.c | 312 int child; in skywalk_mptest_driver_run() local
|
| H A D | skt_manyflows.c | 324 int child = atoi(argv[4]); in skt_mcflows_main() local
|
| /xnu-12377.41.6/tools/tests/personas/ |
| H A D | persona_spawn.c | 52 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-12377.41.6/osfmk/kern/ |
| H A D | priority_queue.h | 147 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 D | affinity.c | 321 thread_affinity_dup(thread_t parent, thread_t child) in thread_affinity_dup()
|
| /xnu-12377.41.6/bsd/miscfs/mockfs/ |
| H A D | mockfs_fsnode.c | 169 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-12377.41.6/osfmk/i386/ |
| H A D | bsd_i386_native.c | 76 thread_t child, in machine_thread_dup()
|
| /xnu-12377.41.6/libkern/c++/ |
| H A D | priority_queue.cpp | 167 entry_t child = subtree_b; in merge_pair_inline() local 302 entry_t child, new_root; in remove_non_root() local
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | memorystatus_kill_counts.c | 37 pid_t child; in spawn_and_jetsam() local
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | dtrace_ptss.c | 344 dtrace_ptss_fork(struct proc* parent, struct proc* child) in dtrace_ptss_fork()
|
| /xnu-12377.41.6/pexpert/gen/ |
| H A D | device_tree.c | 204 RealDTEntry child; in FindChild() local 384 const DeviceTreeNode *const child = (const DeviceTreeNode *const)current_position; in SecureDTFindNodeWithPropertyEqualToValueHelper() local
|
| /xnu-12377.41.6/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 827 #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
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | trie_utility.c | 324 uint16_t child = trie->root; in net_trie_insert() local
|