Searched refs:connected (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_fake.c | 2921 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local 2933 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 2934 if (detaching || !connected) { in feth_nx_tx_qset_notify() 2939 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() 2949 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 2950 if (detaching || !connected) { in feth_nx_tx_qset_notify() 2956 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() 3014 boolean_t detaching, connected; in feth_nx_queue_tx_push() local 3023 connected = fakeif->iff_channel_connected; in feth_nx_queue_tx_push() 3024 if (detaching || !connected) { in feth_nx_queue_tx_push() [all …]
|
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | exclaves.py | 96 connected = "yes" if resource.r_connected else "no"
|
| H A D | README.md | 52 …* Once connected you can debug with basic lldb commands like print, bt, expr etc. The xnu debug ma… 302 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
|
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | err_kern.sub | 156 "(os/unix) socket is already connected", 157 "(os/unix) socket is not connected",
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exclaves_resource.c | 402 exclaves_resource_domain_t *domain, bool connected) in exclaves_resource_alloc() argument 410 resource->r_connected = connected; in exclaves_resource_alloc() 539 xnuproxy_resourcetype_s type, uint64_t id, bool connected) { in exclaves_resource_init() 551 name, id, domain, connected); in exclaves_resource_init()
|
| H A D | exclaves_xnuproxy.c | 432 item->connected);
|
| /xnu-11215.1.10/tests/ |
| H A D | stackshot_tests.m | 2096 T_LOG("mach channel connected");
|