/openbmc/qemu/docs/devel/ |
H A D | luks-detached-header.rst | 2 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 D | crypto.rst | 10 luks-detached-header
|
/openbmc/qemu/nbd/ |
H A D | client-connection.c | 61 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 D | perf_branches.c | 65 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/linux/drivers/video/ |
H A D | aperture.c | 153 bool detached = !ap->dev; in devm_aperture_acquire_release() local 155 if (detached) in devm_aperture_acquire_release()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 210.out | 21 detached header: false 74 detached header: false 130 detached header: false 201 detached header: false
|
H A D | 198.out | 42 detached header: false 88 detached header: false
|
/openbmc/linux/drivers/net/ |
H A D | tun.c | 595 tfile->detached = tun; in tun_disable_queue() 604 tfile->detached = NULL; in tun_enable_queue() 643 if (!tfile->detached) in __tun_detach() 775 if (!tfile->detached && in tun_attach() 790 if (!tfile->detached && in tun_attach() 800 if (tfile->detached) { in tun_attach() 821 if (tfile->detached) { in tun_attach() 1947 !tfile->detached) in tun_get_user() 2534 !tfile->detached) in tun_xdp_one() 2754 if (tfile->detached) in tun_set_iff() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-extcon | 52 cables attached and HDMI and EAR_JACK cables detached. 81 device. The state value is either 0 (detached) or 1
|
H A D | configfs-usb-gadget-mass-storage | 37 file to be forcibly detached from the LUN,
|
H A D | sysfs-firmware-ofw | 10 Some device drivers use a separate detached device tree which
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | switchdev.rst | 144 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/devicetree/bindings/extcon/ |
H A D | siliconmitus,sm5502-muic.yaml | 15 attached or detached and button is pressed or released. It is interfaced to
|
H A D | extcon-usbc-cros-ec.yaml | 15 or USB devices when said accessories are attached or detached.
|
/openbmc/linux/fs/btrfs/ |
H A D | backref.h | 377 unsigned int detached:1; member 422 struct list_head detached; member
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 37 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 D | of_private.h | 116 bool detached);
|
/openbmc/qemu/include/sysemu/ |
H A D | dump.h | 159 bool detached; member
|
/openbmc/qemu/docs/system/devices/ |
H A D | ivshmem.rst | 44 latter case, the device should be detached and then reattached after
|
H A D | nvme.rst | 127 ``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 D | devm_free.cocci | 4 /// the device is detached, and thus the use of the standard freeing
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-link.rst | 59 program will stay valid, but they will be detached from the
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 727 if (ns->params.detached) { in nvme_ns_realize() 774 if (ns->params.detached) { in nvme_ns_realize() 797 DEFINE_PROP_BOOL("detached", NvmeNamespace, params.detached, false),
|
H A D | subsys.c | 97 if (ns && ns->params.shared && !ns->params.detached) { in nvme_subsys_register_ctrl()
|
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 111 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()
|