Searched refs:notifier (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-modules-_KVERS_.postinst.in12 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then
13 /usr/share/update-notifier/notify-reboot-required
H A Dopenzfs-zfs-dkms.postinst47 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then
48 /usr/share/update-notifier/notify-reboot-required
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dnetevent.h35 #include <linux/notifier.h>
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dsnoc.h9 #include <linux/notifier.h>
82 void *notifier; member in struct:ath10k_snoc
H A Dsnoc.c1516 void *notifier; local
1521 notifier = qcom_register_ssr_notifier("mpss", &ar_snoc->nb);
1522 if (IS_ERR(notifier)) {
1523 ret = PTR_ERR(notifier);
1524 ath10k_err(ar, "failed to initialize modem notifier: %d\n", ret);
1528 ar_snoc->notifier = notifier;
1538 ret = qcom_unregister_ssr_notifier(ar_snoc->notifier, &ar_snoc->nb);
1540 ath10k_err(ar, "error %d unregistering notifier\n", ret);
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_pt_t.h117 * Attach a notifier interface to the attachment point. Will call back on this interface whenever
120 * @param *notifier : pointer to the IComponentAttachNotifier interface.
122 void set_notifier(IComponentAttachNotifier *notifier);
147 IComponentAttachNotifier *m_notifier; /**< Optional attachement notifier interface. */
220 template<class T> void componentAttachPt<T>::set_notifier(IComponentAttachNotifier *notifier) argument
222 m_notifier = notifier;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h32 #include <linux/notifier.h>
H A Dnetdevice.h60 #include <linux/notifier.h>
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c50 #include <linux/notifier.h>
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h113 ModuleList(ModuleList::Notifier *notifier);
135 /// If true, and a notifier function is set, the notifier function
138 /// When this ModuleList is the Target's ModuleList, the notifier
164 /// If true, and a notifier function is set, the notifier function
167 /// When this ModuleList is the Target's ModuleList, the notifier
395 /// If true, and a notifier function is set, the notifier function
398 /// When this ModuleList is the Target's ModuleList, the notifier
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c40 #include <linux/notifier.h>
129 * use any type e.g. ACPI_NOTIFY_BUS_CHECK that suits notifier handler.
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp194 ModuleList::ModuleList(ModuleList::Notifier *notifier) argument
195 : m_modules(), m_modules_mutex(), m_notifier(notifier) {}
/freebsd-current/crypto/openssh/
H A Dssh-agent.c867 struct notifier_ctx *notifier = NULL; local
951 notifier = notify_start(0,
965 notify_complete(notifier, NULL);
966 notifier = NULL;
983 notify_complete(notifier, "User presence confirmed");
H A Dsshconnect2.c1208 struct notifier_ctx *notifier = NULL; local
1248 notifier = notify_start(options.batch_mode,
1259 notify_complete(notifier, NULL);
1260 notifier = NULL;
1284 notify_complete(notifier, r == 0 ? "User presence confirmed" : NULL);
H A Dssh-keygen.c1778 struct notifier_ctx *notifier = NULL; local
1883 notifier = notify_start(0,
1889 notify_complete(notifier, "User presence confirmed");
/freebsd-current/sys/dev/irdma/
H A Dirdma_main.h600 int irdma_netdevice_event(struct notifier_block *notifier, unsigned long event,
H A Dirdma_utils.c295 * irdma_netdevice_event - system notifier for netdev events
296 * @notifier: not used
297 * @event: event for notifier
301 irdma_netdevice_event(struct notifier_block *notifier, unsigned long event, argument
307 iwdev = container_of(notifier, struct irdma_device, nb_netdevice_event);
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1023 static int qlnxr_inetaddr_event(struct notifier_block *notifier, argument
1028 struct qlnxr_dev *dev = container_of(notifier, struct qlnxr_dev, nb_inet);
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h42 #include <linux/notifier.h>
H A Dmlx4_ib_main.c44 #include <linux/notifier.h>
2748 pr_warn("failure unregistering notifier\n");
2867 pr_warn("failure unregistering notifier\n");
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c4148 But for cases when the netdev is not already present, the notifier
4153 static int bnxt_re_netdev_event(struct notifier_block *notifier, argument
4206 /* netdev notifier will call NETDEV_UNREGISTER again later since

Completed in 207 milliseconds