Lines Matching refs:uevent
14 Sets the uevent socket rcvbuf_size to 16 megabytes.
28 Ueventd listens to the kernel uevent sockets and creates/deletes nodes in `/dev` based on the
33 1. Block devices are created as `/dev/block/<basename uevent DEVPATH>`. There are symlinks created
34 to this node at `/dev/block/<type>/<parent device>/<basename uevent DEVPATH>`,
35 `/dev/block/<type>/<parent device>/by-name/<uevent PARTNAME>`, and `/dev/block/by-name/<uevent
37 2. USB devices are created as `/dev/<uevent DEVNAME>` if `DEVNAME` was specified for the uevent,
38 otherwise as `/dev/bus/usb/<bus_id>/<device_id>` where `bus_id` is `uevent MINOR / 128 + 1` and
39 `device_id` is `uevent MINOR % 128 + 1`.
40 3. All other devices are created as `/dev/<basename uevent DEVPATH>`
60 `subsystem_name` is used to match uevent `SUBSYSTEM` value
63 1. `uevent_devname` specifies that the name of the node will be the uevent `DEVNAME`
64 2. `uevent_devpath` specified that the name of the node will be basename uevent `DEVPATH`
74 Indicates that all uevents with `SUBSYSTEM=sound` will create nodes as `/dev/snd/<basename uevent
87 When a uevent that matches the pattern `/sys/devices/system/cpu/cpu*` is sent, the matching sysfs
104 for a file matching the uevent `FIRMWARE`. It then forks a process to serve this firmware to the
137 Ueventd will provide the uevent `DEVPATH` and `FIRMWARE` to this external program on the environment
142 `EXIT_SUCCESS`, or the program crashes, the default firmware from the uevent will be loaded.
151 in which it writes 'add' to every 'uevent' file that it finds in `/sys/class`, `/sys/block`, and