Home
last modified time | relevance | path

Searched refs:uevent (Results 1 – 12 of 12) sorted by relevance

/systemd-251/src/libsystemd/sd-device/
Dsd-device.c697 _cleanup_free_ char *uevent = NULL; in device_read_uevent_file() local
724 r = read_full_virtual_file(path, &uevent, &uevent_len); in device_read_uevent_file()
737 if (!strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
738 key = &uevent[i]; in device_read_uevent_file()
745 if (uevent[i] == '=') { in device_read_uevent_file()
746 uevent[i] = '\0'; in device_read_uevent_file()
749 } else if (strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
750 uevent[i] = '\0'; in device_read_uevent_file()
758 value = &uevent[i]; in device_read_uevent_file()
763 if (strchr(NEWLINE, uevent[i])) { in device_read_uevent_file()
[all …]
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-block.rules8 …ange", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
D78-sound-card.rules5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
/systemd-251/units/
Dsystemd-udevd-kernel.socket20 ListenNetlink=kobject-uevent 1
Dsys-fs-fuse-connections.mount21 # loaded. Indeed udev starts this unit when it receives an uevent for the
Dsys-kernel-config.mount20 # loaded. Indeed udev starts this unit when it receives an uevent for the
/systemd-251/rules.d/
D60-block.rules8 …ange", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
D50-udev-default.rules.in7 # The md driver increments diskseq *after* emitting 'change' uevent.
D78-sound-card.rules5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
/systemd-251/shell-completion/zsh/
D_udevadm39 '--uuid[Print synthetic uevent UUID.]' \
/systemd-251/
DNEWS1598 associated with the synthetic uevent generated by the call. This UUID
1601 4.13 or above to work, and allows tracking a synthetic uevent through
1606 uevent.
2420 determine the uevent add/remove/change/… action the device object has
2421 been seen for, sd_device_get_seqno() to determine the uevent sequence
2424 write to the 'uevent' attribute of a device.
2530 "unbind" uevent type). The udev tags concept is hence now a concept
2534 forgotten whenever a new uevent is processed.
2538 uevent/database update, in order to discern them from those
2542 only lists tags set by the most recent uevent/database
[all …]
DTODO830 * maybe trigger a uevent "change" on a device if "systemctl reload xyz.device"