Searched refs:PID (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | multi_layer_pkt_log.h | 352 …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-12377.1.9/libkdd/ |
| H A D | README.md | 59 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-12377.1.9/libsyscall/mach/ |
| H A D | err_iokit.sub | 116 "(iokit/usb) USB Controller Error: PID CRC error", // 0x006 117 "(iokit/usb) USB Controller Error: Bad or wrong PID", // 0x007
|
| /xnu-12377.1.9/tools/tests/personas/ |
| H A D | persona_test_run_src.sh | 208 local cpid="$(cat "$file" | grep "Child: PID:" | sed 's/.*Child: PID:\([0-9][0-9]*\).*/\1/')"
|
| /xnu-12377.1.9/tests/ |
| H A D | stackshot_tests.m | 697 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 755 T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 864 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 983 T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", args[0], pid); 1696 …ix_spawn(&pid, args[0], NULL, NULL, args, NULL), "spawned process '%s' with PID %d", args[0], pid); 1774 T_LOG("attempting to take stackshot for current PID"); 1931 SRP_TEST_PID, /* expect waiter on current PID */ 2011 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi… 2012 T_LOG("Spawned client as PID %d", client_pid); 2062 * take the stackshot to verify that the stackshot wait info shows our (the server) PID [all …]
|