Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnotifier.h56 struct notifier_block { struct
57 int (*notifier_call) (struct notifier_block *, unsigned long, void *); argument
58 struct notifier_block *next; argument
H A Dsuspend.h37 register_pm_notifier(struct notifier_block *nb) in register_pm_notifier()
43 unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
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.h206 int register_netdevice_notifier(struct notifier_block *);
207 int register_inetaddr_notifier(struct notifier_block *);
208 int unregister_netdevice_notifier(struct notifier_block *);
209 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.c156 struct notifier_block *nb = arg; in linux_handle_acpi_acad_event()
174 struct notifier_block *nb = arg; in linux_handle_acpi_video_event()
185 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
196 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
365 register_acpi_notifier(struct notifier_block *nb) in register_acpi_notifier()
371 unregister_acpi_notifier(struct notifier_block *nb) in unregister_acpi_notifier()
H A Dlinux_compat.c2469 struct notifier_block *nb; in linux_handle_ifnet_link_event()
2484 struct notifier_block *nb; in linux_handle_ifnet_arrival_event()
2496 struct notifier_block *nb; in linux_handle_ifnet_departure_event()
2508 struct notifier_block *nb; in linux_handle_iflladdr_event()
2520 struct notifier_block *nb; in linux_handle_ifaddr_event()
2530 register_netdevice_notifier(struct notifier_block *nb) in register_netdevice_notifier()
2546 register_inetaddr_notifier(struct notifier_block *nb) in register_inetaddr_notifier()
2555 unregister_netdevice_notifier(struct notifier_block *nb) in unregister_netdevice_notifier()
2571 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/dev/broadcom/brcm80211/brcmfmac/
H A Dcore.h138 struct notifier_block inetaddr_notifier;
139 struct notifier_block inet6addr_notifier;
H A Dcore.c997 static int brcmf_inetaddr_changed(struct notifier_block *nb, in brcmf_inetaddr_changed()
1088 static int brcmf_inet6addr_changed(struct notifier_block *nb, in brcmf_inet6addr_changed()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c86 static struct notifier_block arc_hotplug_callback_mem_nb;
431 arc_hotplug_callback(struct notifier_block *self, unsigned long action, in arc_hotplug_callback()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dahb.h58 struct notifier_block root_pd_nb;
H A Dcore.h1139 struct notifier_block panic_nb;
H A Dahb.c771 static int ath12k_ahb_root_pd_state_notifier(struct notifier_block *nb, in ath12k_ahb_root_pd_state_notifier()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.h84 struct notifier_block nb;
/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.h381 struct notifier_block nb_netdevice_event;
616 int irdma_netdevice_event(struct notifier_block *notifier, unsigned long 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()
4179 static int bnxt_re_netdev_event(struct notifier_block *notifier, in bnxt_re_netdev_event()
4274 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;
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1116 struct notifier_block pm_nb;
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h645 struct notifier_block nb;

12