Searched refs:loopback (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | test-sd-device-monitor.c | 30 _cleanup_(sd_device_unrefp) sd_device *loopback = NULL; in test_receive_device_fail() 36 assert_se(sd_device_new_from_syspath(&loopback, "/sys/class/net/lo") >= 0); in test_receive_device_fail() 37 assert_se(device_add_property(loopback, "ACTION", "hoge") >= 0); in test_receive_device_fail() 39 assert_se(sd_device_get_syspath(loopback, &syspath) >= 0); in test_receive_device_fail() 50 assert_se(device_monitor_send_device(monitor_server, monitor_client, loopback) >= 0); in test_receive_device_fail() 288 _cleanup_(sd_device_unrefp) sd_device *loopback = NULL, *sda = NULL; in main() 301 assert_se(sd_device_new_from_syspath(&loopback, "/sys/class/net/lo") >= 0); in main() 302 assert_se(device_add_property(loopback, "ACTION", "add") >= 0); in main() 303 assert_se(device_add_property(loopback, "SEQNUM", "10") >= 0); in main() 304 assert_se(device_add_tag(loopback, "TEST_SD_DEVICE_MONITOR", true) >= 0); in main() [all …]
|
D | test-sd-device-thread.c | 28 sd_device *loopback; in main() local 33 r = sd_device_new_from_syspath(&loopback, "/sys/class/net/lo"); in main() 37 FOREACH_DEVICE_PROPERTY(loopback, key, value) in main() 40 r = pthread_create(&t, NULL, thread, &loopback); in main() 48 if (loopback) in main()
|
/systemd-251/src/libudev/ |
D | test-udev-device-thread.c | 26 struct udev_device *loopback; in main() local 31 loopback = udev_device_new_from_syspath(NULL, "/sys/class/net/lo"); in main() 32 if (!loopback) in main() 35 entry = udev_device_get_properties_list_entry(loopback); in main() 39 r = pthread_create(&t, NULL, thread, &loopback); in main() 47 if (loopback) in main()
|
/systemd-251/src/basic/linux/hdlc/ |
D | ioctl.h | 43 unsigned short loopback; member 49 unsigned short loopback; member
|
/systemd-251/docs/ |
D | HOME_DIRECTORY.md | 83 Linux file system inside a LUKS2 volume inside a loopback file (or on removable 113 loopback file `/home/waldo.home` is mounted to `/home/waldo` while activated.) 117 used in a loopback file and on a removable USB stick. (Note that when mounting 173 loopback file is `fallocate()`ed during activation, or the mounted file system
|
D | USER_RECORD.md | 427 storage is used, this refers to the loopback file or block device node to store 468 the loopback block devices, LUKS and the file system on top shall be used in 798 size of the loopback file or block device size. For the
|
D | ENVIRONMENT.md | 380 LO_FLAGS_DIRECT_IO (i.e. direct IO + asynchronous IO) on loopback block
|
/systemd-251/units/ |
D | var-lib-machines.mount | 11 # up /var/lib/machines.raw as loopback-mounted btrfs file system. Later
|
D | systemd-nspawn@.service.in | 44 # nspawn can set up LUKS encrypted loopback files, in which case it needs
|
/systemd-251/src/shared/ |
D | meson.build | 209 'loopback-setup.c', 210 'loopback-setup.h',
|
/systemd-251/src/test/ |
D | meson.build | 101 [files('test-loopback.c'),
|
/systemd-251/ |
D | TODO | 659 * when configuring loopback netif, and it fails due to EPERM, eat up error if 1191 CAP_NET_ADMIN is set, more than the loopback device is defined, even 1424 - make it operate on loopback files, dissecting enough to find ESP to operate on 1764 * machined: add API to acquire UID range. add API to mount/dissect loopback 1829 - inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
|
D | NEWS | 390 repartitioning, or allocating a loopback device or similar) and need 834 be used to recognize when loopback block devices are reused for a 2908 specified, and operating on a loopback file it is automatically sized 3038 loopback block devices and DM devices as before. This is supposed to 4627 AssignToLoopback= for selecting whether to use the loopback device 9494 the host file system is not btrfs, a loopback block device 9497 enable btrfs features for container management. The loopback
|