Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/qemu/docs/devel/
H A Dluks-detached-header.rst2 LUKS volume with detached header
8 This document gives an overview of the design of LUKS volume with detached
28 With a detached LUKS header, you need 2 disks so getting:
59 backup detached header
65 LUKS volume with detached header is shown in the diagram below.
97 Create a LUKS disk with a detached header using qemu-img
104 -o detached-header=true test-header.img
109 Set up a VM's LUKS volume with a detached header
131 Add LUKS volume to a VM with a detached header
182 1. Support the shared detached LUKS header within the VM.
H A Dcrypto.rst10 luks-detached-header
/openbmc/qemu/nbd/
H A Dclient-connection.c61 bool detached; /* thread is detached and should cleanup the state */ member
180 while (!conn->detached) { in connect_thread_func()
213 if (conn->do_retry && !conn->detached) { in connect_thread_func()
238 do_free = conn->detached; in connect_thread_func()
258 assert(!conn->detached); in nbd_client_connection_release()
260 conn->detached = true; in nbd_client_connection_release()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c65 bool detached = false; in test_perf_branches_common() local
91 detached = true; in test_perf_branches_common()
97 if (!detached) in test_perf_branches_common()
/openbmc/qemu/tests/qemu-iotests/
H A D210.out21 detached header: false
74 detached header: false
130 detached header: false
201 detached header: false
H A D198.out42 detached header: false
88 detached header: false
/openbmc/linux/drivers/video/
H A Daperture.c153 bool detached = !ap->dev; in devm_aperture_acquire_release() local
155 if (detached) in devm_aperture_acquire_release()
/openbmc/linux/drivers/net/
H A Dtun.c145 struct tun_struct *detached; member
595 tfile->detached = tun; in tun_disable_queue()
602 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
604 tfile->detached = NULL; in tun_enable_queue()
643 if (!tfile->detached) in __tun_detach()
648 if (tun && !tfile->detached) { in __tun_detach()
674 } else if (tfile->detached && clean) { in __tun_detach()
767 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
775 if (!tfile->detached && in tun_attach()
790 if (!tfile->detached && in tun_attach()
[all …]
/openbmc/sdbusplus/example/
H A Dasio-example.cpp381 boost::asio::detached); in client()
387 boost::asio::detached); in client()
393 boost::asio::detached); in client()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst144 hw_addr 00:00:00:00:00:00 state inactive opstate detached
151 hw_addr 00:00:00:00:00:00 state inactive opstate detached
224 hw_addr 00:00:00:00:88:88 state inactive opstate detached
233 hw_addr 00:00:00:00:88:88 state active opstate detached
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
H A Dconfigfs-usb-gadget-mass-storage37 file to be forcibly detached from the LUN,
H A Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/openbmc/linux/fs/btrfs/
H A Dbackref.h377 unsigned int detached:1; member
422 struct list_head detached; member
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst37 detached, optionally (model dependent) housing the discrete GPU (dGPU).
41 operation and allowing it to be detached when requested.
94 can be detached from the base. This is the exact behavior as without
99 clipboard cannot be detached from the base. Furthermore, the EC sends
265 - Base has been detached/is not present.
379 attached, detached, or detachment has become infeasible due to low clipboard
636 Get the current base connection state (i.e. attached/detached) and the type
/openbmc/linux/drivers/of/
H A Dof_private.h116 bool detached);
/openbmc/qemu/include/sysemu/
H A Ddump.h159 bool detached; member
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-link.rst59 program will stay valid, but they will be detached from the
/openbmc/qemu/docs/system/devices/
H A Divshmem.rst44 latter case, the device should be detached and then reattached after
H A Dnvme.rst127 ``detached`` (default: ``off``)
139 -device nvme-ns,drive=nvm-2,nsid=3,shared=off,detached=on
144 attached to any controller initially (due to ``detached=on``) or to hotplugged
/openbmc/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/openbmc/qemu/qapi/
H A Dcrypto.json311 # @detached-header: whether the LUKS header is detached (Since 9.0)
329 'detached-header': 'bool',
/openbmc/qemu/hw/nvme/
H A Dns.c733 if (ns->params.detached) { in nvme_ns_realize()
781 if (ns->params.detached) { in nvme_ns_realize()
804 DEFINE_PROP_BOOL("detached", NvmeNamespace, params.detached, false),
H A Dsubsys.c97 if (ns && ns->params.shared && !ns->params.detached) { in nvme_subsys_register_ctrl()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c111 bool detached; member
1309 s->ifs[i].detached = true; in usb_host_detach_kernel()
1316 s->ifs[i].detached = true; in usb_host_detach_kernel()
1331 if (!s->ifs[i].detached) { in usb_host_attach_kernel()
1336 s->ifs[i].detached = false; in usb_host_attach_kernel()

1234