Searched refs:PID (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/tests/ |
| H A D | stackshot_tests.m | 622 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 …]
|