Searched refs:connected (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/bsd/net/ |
| H A D | if_fake.c | 2151 boolean_t connected; in feth_nx_pre_disconnect() local 2160 connected = fakeif->iff_channel_connected; in feth_nx_pre_disconnect() 2176 if (connected) { in feth_nx_pre_disconnect() 2931 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local 2943 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 2944 if (detaching || !connected) { in feth_nx_tx_qset_notify() 2949 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() 2959 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 2960 if (detaching || !connected) { in feth_nx_tx_qset_notify() 2966 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() [all …]
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | exclaves.py | 101 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-11417.121.6/libsyscall/mach/ |
| H A D | err_kern.sub | 156 "(os/unix) socket is already connected", 157 "(os/unix) socket is not connected",
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_resource.c | 405 exclaves_resource_domain_t *domain, bool connected) in exclaves_resource_alloc() argument 413 resource->r_connected = connected; in exclaves_resource_alloc() 540 xnuproxy_resourcetype_s type, uint64_t id, bool connected) { in exclaves_resource_init() 552 name, id, domain, connected); in exclaves_resource_init()
|
| H A D | exclaves_xnuproxy.c | 433 item->connected);
|
| /xnu-11417.121.6/tests/ |
| H A D | stackshot_tests.m | 2178 T_LOG("mach channel connected");
|