Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector_reattach.c21 static bool is_attached(int netns) in is_attached() function
114 if (is_attached(init_net)) { in test_flow_dissector_reattach()
/external/crosvm/devices/src/usb/xhci/
Dusb_hub.rs123 fn is_attached(&self) -> bool { in is_attached() method
128 if self.is_attached() { in reset()
233 if port.is_attached() { in connect_backend()
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs356 let is_attached = match target.extended_mode() { in handle_base() localVariable
376 res.write_str(if is_attached { "1" } else { "0" })?; in handle_base()