Searched refs:connected (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_fake.c | 2159 boolean_t connected; in feth_nx_pre_disconnect() local 2168 connected = fakeif->iff_channel_connected; in feth_nx_pre_disconnect() 2184 if (connected) { in feth_nx_pre_disconnect() 2972 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local 2984 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 2985 if (detaching || !connected) { in feth_nx_tx_qset_notify() 2990 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() 2999 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify() 3000 if (detaching || !connected) { in feth_nx_tx_qset_notify() 3006 (connected ? "true" : "false")); in feth_nx_tx_qset_notify() [all …]
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | exclaves.py | 101 connected = "yes" if resource.r_connected else "no"
|
| H A D | README.md | 53 …* Once connected you can debug with basic lldb commands like print, bt, expr etc. The xnu debug ma… 303 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
|
| /xnu-12377.61.12/libsyscall/mach/ |
| H A D | err_kern.sub | 156 "(os/unix) socket is already connected", 157 "(os/unix) socket is not connected",
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | exclaves_resource.c | 453 exclaves_resource_domain_t *domain, bool connected) in exclaves_resource_alloc() argument 473 resource->r_connected = connected; in exclaves_resource_alloc() 652 xnuproxy_resourcetype_s type, uint64_t id, bool connected) { in exclaves_resource_init() 664 name, id, domain, connected); in exclaves_resource_init()
|
| H A D | exclaves_xnuproxy.c | 433 item->connected);
|
| /xnu-12377.61.12/tests/ |
| H A D | stackshot_tests.m | 2181 T_LOG("mach channel connected");
|