Home
last modified time | relevance | path

Searched refs:PID (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dmulti_layer_pkt_log.h352 …T, PREV_PROTOCOL_ID, PREV_UUID, LOCAL_PORT, REMOTE_PORT, TCP_SEQ, TCP_LEN, PID, LOG_SEQN) … argument
363 (uint16_t)PID, LOG_SEQN)
379 …CP_INPUT(LOGOBJECT, LOCAL_PORT, REMOTE_PORT, TCP_SEQ, TCP_ACK, TCP_LEN, TCP_FLAGS, PID, LOG_SEQN) \ argument
385 (uint16_t)PID, LOG_SEQN)
/xnu-10063.141.1/libkdd/
H A DREADME.md59 0020 50 49 44 00 00 00 00 00 00 00 00 00 00 00 00 00 PID.............
63 0060 50 41 52 45 4e 54 20 50 49 44 00 00 00 00 00 00 PARENT PID......
/xnu-10063.141.1/libsyscall/mach/
H A Derr_iokit.sub116 "(iokit/usb) USB Controller Error: PID CRC error", // 0x006
117 "(iokit/usb) USB Controller Error: Bad or wrong PID", // 0x007
/xnu-10063.141.1/tools/tests/personas/
H A Dpersona_test_run_src.sh208 local cpid="$(cat "$file" | grep "Child: PID:" | sed 's/.*Child: PID:\([0-9][0-9]*\).*/\1/')"
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m622 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
680 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
787 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
906 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid);
1590 …ix_spawn(&pid, args[0], NULL, NULL, args, NULL), "spawned process '%s' with PID %d", args[0], pid);
1668 T_LOG("attempting to take stackshot for current PID");
1825 SRP_TEST_PID, /* expect waiter on current PID */
1905 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1906 T_LOG("Spawned client as PID %d", client_pid);
1956 * take the stackshot to verify that the stackshot wait info shows our (the server) PID
[all …]