Home
last modified time | relevance | path

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

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