/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 105 class Notifier { 107 virtual ~Notifier() = default; 134 ModuleList(ModuleList::Notifier *notifier); 156 /// If true, and a notifier function is set, the notifier function 159 /// When this ModuleList is the Target's ModuleList, the notifier 185 /// If true, and a notifier function is set, the notifier function 188 /// When this ModuleList is the Target's ModuleList, the notifier 416 /// If true, and a notifier function is set, the notifier function 419 /// When this ModuleList is the Target's ModuleList, the notifier 521 Notifier *m_notifier = nullptr;
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | comp_attach_pt_t.h | 117 … * 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) in set_notifier() argument 222 m_notifier = notifier; in set_notifier()
|
H A D | comp_attach_notifier_i.h | 3 * \brief OpenCSD : Component attach point notifier interface.
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_umem_odp.c | 82 /* Account for a new mmu notifier in an ib_ucontext. */ 88 /* Account for a terminating mmu notifier in an ib_ucontext. 307 * Note that at this point, no MMU notifier is running in ib_umem_odp_get() 328 * Note that doing an mmput can cause a notifier for the relevant mm. in ib_umem_odp_get() 329 * If the notifier is called while we hold the umem_rwsem, this will in ib_umem_odp_get() 387 * The process is already dead, notifier were removed in ib_umem_odp_release() 395 * The process' mm is already dead, notifier were in ib_umem_odp_release() 449 * handle case of a racing notifier. This check also allows us to bail in ib_umem_odp_map_dma_single_page() 450 * early if we have a notifier running in parallel with us. in ib_umem_odp_map_dma_single_page() 504 * An -EAGAIN error code is returned when a concurrent mmu notifier prevents
|
H A D | ib_roce_gid_mgmt.c | 466 * We rely on the netdevice notifier to enumerate all existing in roce_gid_mgmt_init() 467 * devices in the system. Register to this notifier last to in roce_gid_mgmt_init()
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-modules-_KVERS_.postinst.in | 12 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then 13 /usr/share/update-notifier/notify-reboot-required
|
H A D | openzfs-zfs-dkms.postinst | 47 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then 48 /usr/share/update-notifier/notify-reboot-required
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.h | 9 #include <linux/notifier.h> 82 void *notifier; member
|
H A D | snoc.c | 1516 void *notifier; in ath10k_modem_init() local 1521 notifier = qcom_register_ssr_notifier("mpss", &ar_snoc->nb); in ath10k_modem_init() 1522 if (IS_ERR(notifier)) { in ath10k_modem_init() 1523 ret = PTR_ERR(notifier); in ath10k_modem_init() 1524 ath10k_err(ar, "failed to initialize modem notifier: %d\n", ret); in ath10k_modem_init() 1528 ar_snoc->notifier = notifier; in ath10k_modem_init() 1538 ret = qcom_unregister_ssr_notifier(ar_snoc->notifier, &ar_snoc->nb); in ath10k_modem_deinit() 1540 ath10k_err(ar, "error %d unregistering notifier\n", ret); in ath10k_modem_deinit()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_umem_odp.h | 65 * also protects access to the mmu notifier counters. 70 /* When false, use the notifier counter in the ucontext struct. */ 75 /* A linked list of umems that don't have private mmu notifier
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.h | 84 * Register a read socket notifier for the given file descriptor. The handler 97 * Unregister a read socket notifier that was previously registered with 111 * Register an event notifier for the given socket's file descriptor. The 126 * Unregister a socket event notifier that was previously registered with 162 * Unregister a generic event notifier that was previously registered with
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra234-cbb.yaml | 24 Notifier (EN) which is per fabric and presents a single interrupt from 57 - description: secure interrupt from error notifier
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_ndis.h | 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_acpi.c | 40 #include <linux/notifier.h> 129 * use any type e.g. ACPI_NOTIFY_BUS_CHECK that suits notifier handler. in linux_handle_acpi_acad_event()
|
/freebsd/share/man/man4/ |
H A D | uled.4 | 49 driver provides support for Dream Cheeky WebMail Notifier and
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | netevent.h | 35 #include <linux/notifier.h>
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | backlight.h | 32 #include <linux/notifier.h>
|
H A D | netdevice.h | 60 #include <linux/notifier.h>
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 199 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList() argument 200 : m_modules(), m_modules_mutex(), m_notifier(notifier) {} in ModuleList()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_utils.c | 295 * 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, in irdma_netdevice_event() argument 307 iwdev = container_of(notifier, struct irdma_device, nb_netdevice_event); in irdma_netdevice_event()
|
H A D | irdma_main.h | 600 int irdma_netdevice_event(struct notifier_block *notifier, unsigned long event,
|
/freebsd/crypto/openssh/ |
H A D | sshconnect2.c | 1208 struct notifier_ctx *notifier = NULL; in identity_sign() local 1248 notifier = notify_start(options.batch_mode, in identity_sign() 1259 notify_complete(notifier, NULL); in identity_sign() 1260 notifier = NULL; in identity_sign() 1284 notify_complete(notifier, r == 0 ? "User presence confirmed" : NULL); in identity_sign()
|
H A D | ssh-agent.c | 867 struct notifier_ctx *notifier = NULL; in process_sign_request2() local 951 notifier = notify_start(0, in process_sign_request2() 965 notify_complete(notifier, NULL); in process_sign_request2() 966 notifier = NULL; in process_sign_request2() 983 notify_complete(notifier, "User presence confirmed"); in process_sign_request2()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | arc_os.c | 49 #include <linux/notifier.h>
|
/freebsd/sys/net/ |
H A D | netmap.h | 938 /* Notifier for the application --> kernel loop direction. */ 940 /* Notifier for the kernel loop --> application direction. */
|