Searched refs:uevent (Results 1 – 12 of 12) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 697 _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/ |
D | 60-block.rules | 8 …ange", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
|
D | 78-sound-card.rules | 5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
|
/systemd-251/units/ |
D | systemd-udevd-kernel.socket | 20 ListenNetlink=kobject-uevent 1
|
D | sys-fs-fuse-connections.mount | 21 # loaded. Indeed udev starts this unit when it receives an uevent for the
|
D | sys-kernel-config.mount | 20 # loaded. Indeed udev starts this unit when it receives an uevent for the
|
/systemd-251/rules.d/ |
D | 60-block.rules | 8 …ange", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change"
|
D | 50-udev-default.rules.in | 7 # The md driver increments diskseq *after* emitting 'change' uevent.
|
D | 78-sound-card.rules | 5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change"
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 39 '--uuid[Print synthetic uevent UUID.]' \
|
/systemd-251/ |
D | NEWS | 1598 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 …]
|
D | TODO | 830 * maybe trigger a uevent "change" on a device if "systemctl reload xyz.device"
|