Lines Matching refs:uevent
177 below), the uevent for KOBJ_REMOVE will be automatically created by the
325 uevent events are reported to user space.
353 If a kset wishes to control the uevent operations of the kobjects
359 int (*uevent)(struct kset *kset, struct kobject *kobj,
364 The filter function allows a kset to prevent a uevent from being emitted to
365 userspace for a specific kobject. If the function returns 0, the uevent
369 that the uevent sends to userspace. By default, the name will be the same
372 The uevent function will be called when the uevent is about to be sent to
373 userspace to allow more environment variables to be added to the uevent.
393 all of the memory allocated by this kobject. If a KOBJ_ADD uevent has been
394 sent for the object, a corresponding KOBJ_REMOVE uevent will be sent, and