/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-uevents.txt | 14 uevent generated by the newly created filesystem. If the mount 15 is successful, an ONLINE uevent will follow. If it is not successful 16 then a REMOVE uevent will follow. 18 The ADD uevent has two environment variables: SPECTATOR=[0|1] 25 The ONLINE uevent is generated after a successful mount or remount. It 26 has the same environment variables as the ADD uevent. The ONLINE 27 uevent, along with the two environment variables for spectator and 33 The CHANGE uevent is used in two places. One is when reporting the 38 The other CHANGE uevent is used to inform of the completion 47 Because the CHANGE uevent was used (in early versions of gfs_controld) [all …]
|
/linux-4.1.27/drivers/infiniband/core/ |
D | ucma.c | 227 struct ucma_event *uevent) in ucma_set_event_context() argument 229 uevent->ctx = ctx; in ucma_set_event_context() 233 uevent->mc = (struct ucma_multicast *) in ucma_set_event_context() 235 uevent->resp.uid = uevent->mc->uid; in ucma_set_event_context() 236 uevent->resp.id = uevent->mc->id; in ucma_set_event_context() 239 uevent->resp.uid = ctx->uid; in ucma_set_event_context() 240 uevent->resp.id = ctx->id; in ucma_set_event_context() 248 struct ucma_event *uevent; in ucma_event_handler() local 252 uevent = kzalloc(sizeof(*uevent), GFP_KERNEL); in ucma_event_handler() 253 if (!uevent) in ucma_event_handler() [all …]
|
D | ucm.c | 155 struct ib_ucm_event *uevent; in ib_ucm_cleanup_events() local 161 uevent = list_entry(ctx->events.next, in ib_ucm_cleanup_events() 163 list_del(&uevent->file_list); in ib_ucm_cleanup_events() 164 list_del(&uevent->ctx_list); in ib_ucm_cleanup_events() 168 if (ib_ucm_new_cm_id(uevent->resp.event)) in ib_ucm_cleanup_events() 169 ib_destroy_cm_id(uevent->cm_id); in ib_ucm_cleanup_events() 171 kfree(uevent); in ib_ucm_cleanup_events() 351 struct ib_ucm_event *uevent; in ib_ucm_event_handler() local 357 uevent = kzalloc(sizeof *uevent, GFP_KERNEL); in ib_ucm_event_handler() 358 if (!uevent) in ib_ucm_event_handler() [all …]
|
D | uverbs_cmd.c | 1657 init_uobj(&obj->uevent.uobject, cmd.user_handle, file->ucontext, &qp_lock_class); in ib_uverbs_create_qp() 1658 down_write(&obj->uevent.uobject.mutex); in ib_uverbs_create_qp() 1715 obj->uevent.events_reported = 0; in ib_uverbs_create_qp() 1716 INIT_LIST_HEAD(&obj->uevent.event_list); in ib_uverbs_create_qp() 1747 qp->uobject = &obj->uevent.uobject; in ib_uverbs_create_qp() 1749 obj->uevent.uobject.object = qp; in ib_uverbs_create_qp() 1750 ret = idr_add_uobj(&ib_uverbs_qp_idr, &obj->uevent.uobject); in ib_uverbs_create_qp() 1756 resp.qp_handle = obj->uevent.uobject.id; in ib_uverbs_create_qp() 1786 list_add_tail(&obj->uevent.uobject.list, &file->ucontext->qp_list); in ib_uverbs_create_qp() 1789 obj->uevent.uobject.live = 1; in ib_uverbs_create_qp() [all …]
|
D | uverbs.h | 148 struct ib_uevent_object uevent; member 153 struct ib_uevent_object uevent; member
|
D | uverbs_main.c | 242 container_of(uobj, struct ib_uqp_object, uevent.uobject); in ib_uverbs_cleanup_ucontext() 251 ib_uverbs_release_uevent(file, &uqp->uevent); in ib_uverbs_cleanup_ucontext() 257 struct ib_uevent_object *uevent = in ib_uverbs_cleanup_ucontext() local 262 ib_uverbs_release_uevent(file, uevent); in ib_uverbs_cleanup_ucontext() 263 kfree(uevent); in ib_uverbs_cleanup_ucontext()
|
/linux-4.1.27/Documentation/ |
D | video-output.txt | 18 | `-- uevent 23 | `-- uevent 28 | `-- uevent 33 `-- uevent
|
D | kobject.txt | 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 [all …]
|
/linux-4.1.27/Documentation/power/powercap/ |
D | powercap.txt | 59 ? ? ??? uevent 76 ? ? ??? uevent 86 ? ??? uevent 112 ? ? ??? uevent 129 ? ? ??? uevent 138 ? ??? uevent 144 ??? uevent
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 22 brightness device max_brightness power subsystem trigger uevent 25 brightness device max_brightness power subsystem trigger uevent 28 brightness device max_brightness power subsystem trigger uevent
|
/linux-4.1.27/include/linux/ |
D | firmware.h | 45 struct module *module, bool uevent, 60 struct module *module, bool uevent, in request_firmware_nowait() argument
|
D | kobject.h | 134 int (* const uevent)(struct kset *kset, struct kobject *kobj, member
|
D | device.h | 115 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member 505 int (*uevent)(struct device *dev, struct kobj_uevent_env *env); member
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 126 if (drv && drv->uevent) in xenbus_uevent_backend() 127 return drv->uevent(xdev, env); in xenbus_uevent_backend() 199 .uevent = xenbus_uevent_backend,
|
D | xenbus_probe_frontend.c | 153 .uevent = xenbus_uevent_frontend,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices | 16 Or rely on the uevent messages to notify programs of 21 chain will have emitted uevent messages, so userspace
|
D | sysfs-bus-mei | 6 Description: Stores the same MODALIAS value emitted by uevent
|
D | sysfs-class-pktcdvd | 27 uevent (0200) To send an uevent.
|
D | sysfs-bus-hsi | 18 Description: Stores the same MODALIAS value emitted by uevent
|
D | sysfs-driver-hid-wiimote | 25 extension. You will get uevent notifications for the motion-plus 33 a device detection and signal a "change" uevent after it is
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-uevent.txt | 1 The device-mapper uevent code adds the capability to device-mapper to create 17 The variables added to the uevent environment are: 29 Value: Device-mapper specific action that caused the uevent action.
|
/linux-4.1.27/drivers/acpi/ |
D | dock.c | 131 void (*uevent)(struct acpi_device *, u32); in dock_hotplug_event() local 133 uevent = adev->hp->uevent; in dock_hotplug_event() 134 if (uevent) { in dock_hotplug_event() 136 uevent(adev, event); in dock_hotplug_event()
|
D | internal.h | 83 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
|
D | scan.c | 85 void (*uevent)(struct acpi_device *, u32)) in acpi_initialize_hp_context() 89 hp->uevent = uevent; in acpi_initialize_hp_context() 373 bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent) in acpi_scan_is_offline() argument 386 if (uevent) in acpi_scan_is_offline() 1253 .uevent = acpi_device_uevent,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | base.c | 196 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent() 207 *event = &fifo->uevent; in _nvkm_fifo_channel_ntfy() 250 nvkm_event_fini(&priv->uevent); in nvkm_fifo_destroy()
|
D | g84.c | 424 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in g84_fifo_uevent_init() 431 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in g84_fifo_uevent_fini() 465 ret = nvkm_event_init(&g84_fifo_uevent_func, 1, 1, &priv->base.uevent); in g84_fifo_ctor()
|
D | gf100.c | 837 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gf100_fifo_uevent_init() 844 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gf100_fifo_uevent_fini() 892 ret = nvkm_event_init(&gf100_fifo_uevent_func, 1, 1, &priv->base.uevent); in gf100_fifo_ctor()
|
D | gk104.c | 992 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gk104_fifo_uevent_init() 999 struct nvkm_fifo *fifo = container_of(event, typeof(*fifo), uevent); in gk104_fifo_uevent_fini() 1118 ret = nvkm_event_init(&gk104_fifo_uevent_func, 1, 1, &priv->base.uevent); in gk104_fifo_ctor()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-qla2xxx | 4 Description: qla2xxx-udev.sh currently looks for uevent CHANGE events to
|
D | sysfs-bus-firewire | 63 Same as MODALIAS in the uevent at device creation.
|
/linux-4.1.27/Documentation/block/ |
D | capability.txt | 14 space via kernel uevent.
|
D | cmdline-partition.txt | 27 partition name, kernel send uevent with "PARTNAME". application can create
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 54 created before the KOBJ_ADD uevent is generated. The only way to realize 98 registered in the kernel, a uevent is generated to notify userspace (like
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | gm107.c | 67 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gm107_disp_ctor()
|
D | gt215.c | 66 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in gt215_disp_ctor()
|
D | gk110.c | 67 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gk110_disp_ctor()
|
D | gt200.c | 111 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in gt200_disp_ctor()
|
D | gm204.c | 68 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gm204_disp_ctor()
|
D | g94.c | 95 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in g94_disp_ctor()
|
D | gk104.c | 232 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gk104_disp_ctor()
|
D | g84.c | 235 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in g84_disp_ctor()
|
D | nv50.h | 19 struct nvkm_event uevent; member
|
D | nv50.c | 92 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in nv50_disp_chan_uevent_fini() 100 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in nv50_disp_chan_uevent_init() 111 nvkm_event_send(&priv->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send() 148 *pevent = &priv->uevent; in nv50_disp_chan_ntfy() 1977 ret = nvkm_event_init(&nv50_disp_chan_uevent, 1, 9, &priv->uevent); in nv50_disp_ctor()
|
D | gf110.c | 49 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in gf110_disp_chan_uevent_fini() 57 struct nv50_disp_priv *priv = container_of(event, typeof(*priv), uevent); in gf110_disp_chan_uevent_init() 1268 ret = nvkm_event_init(&gf110_disp_chan_uevent, 1, 17, &priv->uevent); in gf110_disp_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.h | 61 bool uevent; member
|
D | nouveau_fence.c | 188 if (!priv->uevent) in nouveau_fence_context_new() 268 if (priv->uevent) in nouveau_fence_emit()
|
D | nv84_fence.c | 233 priv->base.uevent = true; in nv84_fence_create()
|
/linux-4.1.27/drivers/zorro/ |
D | zorro-driver.c | 167 .uevent = zorro_uevent,
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 4 bool "Support for uevent helper" 7 The uevent helper program is forked by the kernel for 8 every uevent. 9 Before the switch to the netlink-based uevent source, this was 19 string "path to uevent helper"
|
D | core.c | 337 if (dev->bus && dev->bus->uevent) { in dev_uevent() 338 retval = dev->bus->uevent(dev, env); in dev_uevent() 354 if (dev->type && dev->type->uevent) { in dev_uevent() 355 retval = dev->type->uevent(dev, env); in dev_uevent() 368 .uevent = dev_uevent, 389 if (!kset->uevent_ops || !kset->uevent_ops->uevent) in uevent_show() 402 retval = kset->uevent_ops->uevent(kset, &dev->kobj, env); in uevent_show() 425 static DEVICE_ATTR_RW(uevent);
|
D | cpu.c | 343 cpu->dev.bus->uevent = cpu_uevent; in register_cpu()
|
D | bus.c | 660 static DRIVER_ATTR_WO(uevent); 863 static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);
|
D | firmware_class.c | 1288 struct module *module, bool uevent, in request_firmware_nowait() argument 1304 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER); in request_firmware_nowait()
|
D | platform.c | 999 .uevent = platform_uevent,
|
/linux-4.1.27/Documentation/thermal/ |
D | x86_pkg_temperature_thermal | 42 Thermal notifications: To get kobject-uevent notifications, set the thermal zone
|
/linux-4.1.27/lib/ |
D | kobject_uevent.c | 259 if (uevent_ops && uevent_ops->uevent) { in kobject_uevent_env() 260 retval = uevent_ops->uevent(kset, kobj, env); in kobject_uevent_env()
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-driver.c | 232 .uevent = rio_uevent,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | fifo.h | 74 struct nvkm_event uevent; /* async user trigger */ member
|
/linux-4.1.27/fs/ |
D | eventpoll.c | 1473 struct epoll_event __user *uevent; in ep_send_events_proc() local 1484 for (eventcnt = 0, uevent = esed->events; in ep_send_events_proc() 1515 if (__put_user(revents, &uevent->events) || in ep_send_events_proc() 1516 __put_user(epi->event.data, &uevent->data)) { in ep_send_events_proc() 1522 uevent++; in ep_send_events_proc()
|
/linux-4.1.27/include/xen/ |
D | xenbus.h | 102 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); member
|
/linux-4.1.27/drivers/md/ |
D | Makefile | 62 dm-mod-objs += dm-uevent.o
|
/linux-4.1.27/drivers/misc/mic/bus/ |
D | mic_bus.c | 124 .uevent = mbus_uevent,
|
/linux-4.1.27/sound/aoa/soundbus/ |
D | core.c | 156 .uevent = soundbus_uevent,
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 152 void (*uevent)(struct acpi_device *, u32); member 422 void (*uevent)(struct acpi_device *, u32));
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 40 . .. bind name uevent 70 3. uevent - ignore this file
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 272 kset->uevent_ops->uevent() // which is really just 276 dev->bus->uevent() which is really just a call to 281 then kobject_uevent() sends a netlink uevent to userspace 282 --> userspace uevent
|
/linux-4.1.27/Documentation/misc-devices/ |
D | c2port.txt | 55 flash_access flash_data reset uevent
|
/linux-4.1.27/Documentation/networking/ |
D | regulatory.txt | 60 by sending a uevent. 64 The kernel will send a uevent to inform userspace a new
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_bus.c | 216 .uevent = sdio_bus_uevent,
|
D | bus.c | 204 .uevent = mmc_bus_uevent,
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-core.c | 64 .uevent = fmc_uevent,
|
/linux-4.1.27/drivers/s390/cio/ |
D | scm.c | 47 .uevent = scmdev_uevent,
|
D | css.c | 1264 .uevent = css_uevent,
|
D | device.c | 2035 .uevent = ccw_uevent,
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 96 .uevent = mcb_uevent,
|
/linux-4.1.27/drivers/extcon/ |
D | Kconfig | 6 via sysfs and uevent and supports external connectors with
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 382 .uevent = gio_device_uevent,
|
/linux-4.1.27/drivers/ide/ |
D | ide.c | 156 .uevent = ide_uevent,
|
/linux-4.1.27/drivers/misc/ |
D | tifm_core.c | 160 .uevent = tifm_uevent,
|
/linux-4.1.27/drivers/virtio/ |
D | virtio.c | 276 .uevent = virtio_uevent,
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | tiocx.c | 147 .uevent = tiocx_uevent,
|
/linux-4.1.27/drivers/bus/ |
D | mips_cdmm.c | 123 .uevent = mips_cdmm_uevent,
|
/linux-4.1.27/drivers/eisa/ |
D | eisa-bus.c | 142 .uevent = eisa_bus_uevent,
|
/linux-4.1.27/drivers/ipack/ |
D | ipack.c | 205 .uevent = ipack_uevent,
|
/linux-4.1.27/drivers/misc/mei/ |
D | bus.c | 131 .uevent = mei_cl_uevent,
|
/linux-4.1.27/drivers/memstick/core/ |
D | memstick.c | 175 .uevent = memstick_uevent,
|
/linux-4.1.27/drivers/amba/ |
D | bus.c | 196 .uevent = amba_uevent,
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 158 -rw-r--r-- 1 root root 4096 Feb 11 15:04 uevent
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 106 .uevent = fsl_mc_bus_uevent,
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ibmebus.c | 717 .uevent = of_device_uevent_modalias,
|
D | vio.c | 1607 .uevent = vio_hotplug,
|
/linux-4.1.27/drivers/usb/core/ |
D | usb.c | 388 .uevent = usb_dev_uevent,
|
D | driver.c | 1885 .uevent = usb_uevent,
|
D | message.c | 1595 .uevent = usb_if_uevent,
|
/linux-4.1.27/drivers/macintosh/ |
D | macio_asic.c | 142 .uevent = of_device_uevent_modalias,
|
/linux-4.1.27/drivers/bcma/ |
D | main.c | 72 .uevent = bcma_device_uevent,
|
/linux-4.1.27/drivers/hsi/ |
D | hsi.c | 68 .uevent = hsi_bus_uevent,
|
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 696 .uevent = gfs2_uevent,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | drivers.c | 606 .uevent = parisc_uevent,
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 483 .uevent = ps3_system_bus_uevent,
|
/linux-4.1.27/drivers/sh/maple/ |
D | maple.c | 786 .uevent = maple_bus_uevent,
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 10 every power supply out there. Attributes are available via sysfs and uevent
|
D | charger-manager.txt | 53 * Support for uevent-notify
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 143 assert clear echo mode name path subsystem@ uevent
|
/linux-4.1.27/drivers/rpmsg/ |
D | virtio_rpmsg_bus.c | 433 .uevent = rpmsg_uevent,
|
/linux-4.1.27/fs/dlm/ |
D | lockspace.c | 237 .uevent = dlm_uevent,
|
/linux-4.1.27/drivers/hv/ |
D | vmbus_drv.c | 603 .uevent = vmbus_uevent,
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | xenbus.c | 1031 .uevent = netback_uevent,
|
/linux-4.1.27/drivers/input/serio/ |
D | serio.c | 1024 .uevent = serio_uevent,
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 127 .uevent = virtpci_uevent,
|
/linux-4.1.27/drivers/power/ |
D | Kconfig | 6 via sysfs and uevent (if available) and/or APM kernel interface
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 189 .uevent = w1_uevent,
|
/linux-4.1.27/drivers/pci/ |
D | pci-driver.c | 1400 .uevent = pci_uevent,
|
/linux-4.1.27/drivers/firewire/ |
D | core-device.c | 693 .uevent = fw_unit_uevent,
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-main.c | 1258 .uevent = rc_dev_uevent,
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_sysfs.c | 475 .uevent = scsi_bus_uevent,
|
/linux-4.1.27/drivers/ssb/ |
D | main.c | 393 .uevent = ssb_device_uevent,
|
/linux-4.1.27/drivers/pcmcia/ |
D | ds.c | 1406 .uevent = pcmcia_bus_uevent,
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 907 .uevent = &ap_uevent,
|
/linux-4.1.27/drivers/spi/ |
D | spi.c | 135 .uevent = spi_uevent,
|
/linux-4.1.27/drivers/input/ |
D | input.c | 1756 .uevent = input_dev_uevent,
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-core.c | 747 .uevent = i2c_device_uevent,
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_os.c | 3891 e->u.uevent.code = code; in qla2x00_post_uevent_work() 3975 qla2x00_uevent_emit(vha, e->u.uevent.code); in qla2x00_do_work()
|
D | qla_def.h | 2745 } uevent; member
|
/linux-4.1.27/drivers/hid/ |
D | hid-core.c | 2229 .uevent = hid_uevent,
|
/linux-4.1.27/kernel/ |
D | module.c | 1058 __ATTR(uevent, 0200, NULL, store_uevent);
|