Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnotifier.h51 struct notifier_block { struct
52 int (*notifier_call) (struct notifier_block *, unsigned long, void *); argument
53 struct notifier_block *next; argument
H A Dacpi_amd_wbrf.h86 amd_wbrf_register_notifier(struct notifier_block *nb) in amd_wbrf_register_notifier()
92 amd_wbrf_unregister_notifier(struct notifier_block *nb) in amd_wbrf_unregister_notifier()
H A Dnetdevice.h182 int register_netdevice_notifier(struct notifier_block *);
183 int register_inetaddr_notifier(struct notifier_block *);
184 int unregister_netdevice_notifier(struct notifier_block *);
185 int unregister_inetaddr_notifier(struct notifier_block *);
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h50 struct notifier_block *nb; in _handle_arp_update_event()
57 register_netevent_notifier(struct notifier_block *nb) in register_netevent_notifier()
65 unregister_netevent_notifier(struct notifier_block *nb) in unregister_netevent_notifier()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c143 struct notifier_block *nb = arg; in linux_handle_acpi_acad_event()
161 struct notifier_block *nb = arg; in linux_handle_acpi_video_event()
172 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
183 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
352 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
358 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
H A Dlinux_compat.c2457 struct notifier_block *nb; in linux_handle_ifnet_link_event()
2472 struct notifier_block *nb; in linux_handle_ifnet_arrival_event()
2484 struct notifier_block *nb; in linux_handle_ifnet_departure_event()
2496 struct notifier_block *nb; in linux_handle_iflladdr_event()
2508 struct notifier_block *nb; in linux_handle_ifaddr_event()
2518 register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier()
2534 register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
2543 unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier()
2559 unregister_inetaddr_notifier(struct notifier_block *nb) in unregister_inetaddr_notifier()
/freebsd/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi_bus.h53 int register_acpi_notifier(struct notifier_block *nb);
54 int unregister_acpi_notifier(struct notifier_block *nb);
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c86 static struct notifier_block arc_hotplug_callback_mem_nb;
415 arc_hotplug_callback(struct notifier_block *self, unsigned long action, in arc_hotplug_callback()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.h81 struct notifier_block nb;
H A Dsnoc.c1475 static int ath10k_snoc_modem_notify(struct notifier_block *nb, unsigned long action, in ath10k_snoc_modem_notify()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c393 inetaddr_event(struct notifier_block *this, unsigned long event, void *ptr) in inetaddr_event()
412 static struct notifier_block nb_inetaddr = {
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h395 struct notifier_block nb_inet;
396 struct notifier_block nb_inet6;
H A Dqlnxr_os.c1023 static int qlnxr_inetaddr_event(struct notifier_block *notifier, in qlnxr_inetaddr_event()
/freebsd/sys/dev/irdma/
H A Dirdma_main.h370 struct notifier_block nb_netdevice_event;
600 int irdma_netdevice_event(struct notifier_block *notifier, unsigned long event,
H A Dirdma_utils.c301 irdma_netdevice_event(struct notifier_block *notifier, unsigned long event, in irdma_netdevice_event()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h117 int bnxt_re_register_netdevice_notifier(struct notifier_block *nb);
118 int bnxt_re_unregister_netdevice_notifier(struct notifier_block *nb);
H A Dmain.c119 int bnxt_re_register_netdevice_notifier(struct notifier_block *nb) in bnxt_re_register_netdevice_notifier()
126 int bnxt_re_unregister_netdevice_notifier(struct notifier_block *nb) in bnxt_re_unregister_netdevice_notifier()
4153 static int bnxt_re_netdev_event(struct notifier_block *notifier, in bnxt_re_netdev_event()
4248 static struct notifier_block bnxt_re_netdev_notifier = {
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c371 int drm_fb_helper_panic(struct notifier_block *n, unsigned long ununsed,
386 static struct notifier_block paniced = {
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h500 struct notifier_block nb;
H A Dmlx4_ib_main.c2278 static int mlx4_ib_netdev_event(struct notifier_block *this, in mlx4_ib_netdev_event()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h645 struct notifier_block nb;
H A Dmlx5_ib_main.c99 static int mlx5_netdev_event(struct notifier_block *this, in mlx5_netdev_event()