Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/mach/
H A Derr_kern.sub156 "(os/unix) socket is already connected",
157 "(os/unix) socket is not connected",
/xnu-8792.41.9/bsd/net/
H A Dif_fake.c2510 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local
2521 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()
2522 if (detaching || !connected) { in feth_nx_tx_qset_notify()
2526 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()
2536 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()
2537 if (detaching || !connected) { in feth_nx_tx_qset_notify()
2542 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()
3402 int connected = FALSE; in feth_config() local
3438 connected = TRUE; in feth_config()
3459 if (connected) { in feth_config()
/xnu-8792.41.9/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…