Home
last modified time | relevance | path

Searched refs:notifier_block (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c122 struct notifier_block *nb = arg; in linux_handle_acpi_acad_event()
140 struct notifier_block *nb = arg; in linux_handle_acpi_video_event()
151 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
162 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
226 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
232 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
H A Dlinux_compat.c2447 struct notifier_block *nb; in linux_handle_ifnet_link_event()
2462 struct notifier_block *nb; in linux_handle_ifnet_arrival_event()
2474 struct notifier_block *nb; in linux_handle_ifnet_departure_event()
2486 struct notifier_block *nb; in linux_handle_iflladdr_event()
2498 struct notifier_block *nb; in linux_handle_ifaddr_event()
2508 register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier()
2524 register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
2533 unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier()
2549 unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dnotifier.h50 struct notifier_block { struct
51 int (*notifier_call) (struct notifier_block *, unsigned long, void *); argument
52 struct notifier_block *next; argument
H A Dnetdevice.h176 int register_netdevice_notifier(struct notifier_block *);
177 int register_inetaddr_notifier(struct notifier_block *);
178 int unregister_netdevice_notifier(struct notifier_block *);
179 int unregister_inetaddr_notifier(struct notifier_block *);
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h52 struct notifier_block *nb; in _handle_arp_update_event()
59 register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
67 unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/freebsd-13.1/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi_bus.h48 int register_acpi_notifier(struct notifier_block *nb);
49 int unregister_acpi_notifier(struct notifier_block *nb);
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c78 static struct notifier_block arc_hotplug_callback_mem_nb;
403 arc_hotplug_callback(struct notifier_block *self, unsigned long action, in arc_hotplug_callback()
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c381 inetaddr_event(struct notifier_block *this, unsigned long event, void *ptr) in inetaddr_event()
400 static struct notifier_block nb_inetaddr = {
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h400 struct notifier_block nb_inet;
401 struct notifier_block nb_inet6;
H A Dqlnxr_os.c1042 static int qlnxr_inetaddr_event(struct notifier_block *notifier, in qlnxr_inetaddr_event()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_fb_helper.c373 int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
388 static struct notifier_block paniced = {
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h505 struct notifier_block nb;
H A Dmlx4_ib_main.c2368 static int mlx4_ib_netdev_event(struct notifier_block *this, in mlx4_ib_netdev_event()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h636 struct notifier_block nb;
H A Dmlx5_ib_main.c100 static int mlx5_netdev_event(struct notifier_block *this, in mlx5_netdev_event()