Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_fake.c2921 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 Dexclaves.py96 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-11215.1.10/libsyscall/mach/
H A Derr_kern.sub156 "(os/unix) socket is already connected",
157 "(os/unix) socket is not connected",
/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_resource.c402 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 Dexclaves_xnuproxy.c432 item->connected);
/xnu-11215.1.10/tests/
H A Dstackshot_tests.m2096 T_LOG("mach channel connected");