Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dif_fake.c2151 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 Dexclaves.py101 connected = "yes" if resource.r_connected else "no"
H A DREADME.md52 …* 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 Derr_kern.sub156 "(os/unix) socket is already connected",
157 "(os/unix) socket is not connected",
/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c405 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 Dexclaves_xnuproxy.c433 item->connected);
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m2178 T_LOG("mach channel connected");