Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/mach/
H A Derr_kern.sub156 "(os/unix) socket is already connected",
157 "(os/unix) socket is not connected",
/xnu-10063.141.1/bsd/net/
H A Dif_fake.c2725 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local
2736 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()
2737 if (detaching || !connected) { in feth_nx_tx_qset_notify()
2741 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()
2751 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()
2752 if (detaching || !connected) { in feth_nx_tx_qset_notify()
2757 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()
3636 int connected = FALSE; in feth_config() local
3672 connected = TRUE; in feth_config()
3693 if (connected) { in feth_config()
/xnu-10063.141.1/tools/lldbmacros/
H A DREADME.md51 …* Once connected you can debug with basic lldb commands like print, bt, expr etc. The xnu debug ma…
297 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m2075 T_LOG("mach channel connected");