Searched refs:connected (Results 1 – 3 of 3) sorted by relevance
2268 boolean_t detaching, connected; in feth_nx_tx_qset_notify() local2279 connected = fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()2280 if (detaching || !connected) { in feth_nx_tx_qset_notify()2284 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()2294 connected = peer_fakeif->iff_channel_connected; in feth_nx_tx_qset_notify()2295 if (detaching || !connected) { in feth_nx_tx_qset_notify()2300 (connected ? "true" : "false")); in feth_nx_tx_qset_notify()3132 int connected = FALSE; in feth_config() local3168 connected = TRUE; in feth_config()3189 if (connected) { in feth_config()
152 "(os/unix) socket is already connected",153 "(os/unix) socket is not connected",
51 …* 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…