Home
last modified time | relevance | path

Searched full:notify (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/freebsd/sbin/devd/
H A Dasus.conf5 notify 0 {
8 match "notify" "0x32";
12 notify 0 {
15 match "notify" "0x31";
19 notify 0 {
22 match "notify" "0x30";
27 notify 0 {
30 match "notify" "0x13";
34 notify 0 {
37 match "notify" "0x14";
[all …]
H A Dapple.conf5 notify 0 {
13 notify 0 {
22 notify 0 {
26 match "notify" "down";
31 notify 0 {
35 match "notify" "up";
42 notify 0 {
49 notify 0 {
53 match "notify" "down";
57 notify 0 {
[all …]
H A Ddevd.conf39 notify 0 {
78 # Notify all users before beginning emergency shutdown when we get
81 notify 10 {
84 match "notify" "0xcc";
90 notify 10 {
93 action "/etc/rc.suspend acpi $notify";
95 notify 10 {
98 action "/etc/rc.resume acpi $notify";
103 # Examples of notify hooks. A notify is a generic way for a kernel
106 # Here are some examples of ACPI notify handlers. ACPI subsystems that
[all …]
H A Dzfs.conf4 notify 10 {
10 notify 10 {
16 notify 10 {
22 notify 10 {
28 notify 10 {
34 notify 10 {
40 notify 10 {
46 notify 10 {
52 notify 10 {
59 notify 10 {
[all …]
H A Duath.conf6 notify 100 {
17 notify 100 {
28 notify 100 {
39 notify 100 {
50 notify 100 {
61 notify 100 {
72 notify 100 {
83 notify 100 {
94 notify 100 {
105 notify 100 {
[all …]
H A Ddevd.conf.570 .It Ic notify
204 .Ic notify
207 .Dq Li notify
214 .Dq Li "/etc/rc.d/power_profile $notify" .
215 .It Ic match Qo Ar system | subsystem | type | notify Qc Qq Ar value ;
219 .Ic notify
281 .It Li notify
283 .Dq Li notify
316 .Ss Notify matching
318 .Ic notify
[all …]
H A Dmoused.conf1 notify 100 {
10 notify 100 {
19 notify 100 {
28 notify 100 {
37 notify 100 {
H A Dhyperv.conf4 notify 10 {
12 notify 10 {
20 notify 11 {
28 notify 11 {
97 notify 10 {
103 notify 10 {
/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf6 notify 100 {
20 notify 100 {
30 notify 100 {
40 notify 100 {
50 notify 100 {
58 notify 100 {
66 notify 100 {
74 notify 100 {
84 notify 100 {
92 notify 100 {
[all …]
/freebsd/sys/dev/isp/
H A Disp_target.c91 * around and acknowledge the Immediate Notify by writing an entry onto the
180 * Immediate Notify entry for some asynchronous event. in isp_target_notify()
188 isp_prt(isp, level, "Notify Ack Status=0x%x; Subcode 0x%x seqid=0x%x", nack_24xx->na_status, nack_24xx->na_status_subcode, nack_24xx->na_rxid); in isp_target_notify()
311 isp_notify_t notify; in isp_target_async() local
313 ISP_MEMZERO(&notify, sizeof (isp_notify_t)); in isp_target_async()
314 notify.nt_hba = isp; in isp_target_async()
315 notify.nt_wwn = INI_ANY; in isp_target_async()
316 notify.nt_nphdl = NIL_HANDLE; in isp_target_async()
317 notify.nt_sid = PORT_ANY; in isp_target_async()
318 notify in isp_target_async()
354 isp_notify_t notify; isp_got_tmf_24xx() local
529 isp_notify_t notify, *nt = &notify; isp_handle_abts() local
725 isp_notify_t notify; isp_handle_notify_24xx() local
[all...]
/freebsd/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c525 struct target_notify *notify; in op_snmp_notify() local
529 if ((notify = target_get_notify(&val->var, sub)) == NULL) in op_snmp_notify()
534 if ((notify = target_get_next_notify(&val->var, sub)) == NULL) in op_snmp_notify()
536 target_append_index(&val->var, sub, notify->name); in op_snmp_notify()
540 if ((notify = target_get_notify(&val->var, sub)) == NULL && in op_snmp_notify()
545 if (notify != NULL) { in op_snmp_notify()
547 notify->type == StorageType_readOnly) in op_snmp_notify()
555 ctx->scratch->int1 = strlen(notify->taglist) + 1; in op_snmp_notify()
559 strlcpy(ctx->scratch->ptr1, notify->taglist, in op_snmp_notify()
561 memcpy(notify->taglist, val->v.octetstring.octets, in op_snmp_notify()
[all …]
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devmisc.c209 * NotifyValue - Value from the Notify() request
240 /* Get the correct notify list type (System or Device) */ in AcpiEvQueueNotifyRequest()
251 /* Get the notify object attached to the namespace Node */ in AcpiEvQueueNotifyRequest()
262 * If there is no notify handler (Global or Local) in AcpiEvQueueNotifyRequest()
263 * for this object, just ignore the notify in AcpiEvQueueNotifyRequest()
268 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n", in AcpiEvQueueNotifyRequest()
274 /* Setup notify info and schedule the notify dispatcher */ in AcpiEvQueueNotifyRequest()
284 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
285 Info->Notify.Value = (UINT16) NotifyValue; in AcpiEvQueueNotifyRequest()
286 Info->Notify.HandlerListId = HandlerListId; in AcpiEvQueueNotifyRequest()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A DMakefile.am11 %D%/data-notify.sh \
13 %D%/generic-notify.sh \
15 %D%/resilver_finish-notify.sh \
17 %D%/scrub_finish-notify.sh \
19 %D%/statechange-notify.sh \
21 %D%/trim_finish-notify.sh \
32 data-notify.sh \
36 resilver_finish-notify.sh \
38 scrub_finish-notify.sh \
40 statechange-notify.sh \
/freebsd/sys/dev/ice/
H A Dirdma_if.m36 * be called from the ice driver to notify the RDMA client driver of device
44 * probe - Notify the RDMA client driver that a peer device has been created
47 * Called by the ice driver during attach to notify the RDMA client driver
56 * open - Notify the RDMA client driver that a peer device has been opened
59 * Called by the ice driver during the if_init routine to notify the RDMA
68 * close - Notify the RDMA client driver that a peer device has closed
71 * Called by the ice driver during the if_stop routine to notify the RDMA
80 * remove - Notify the RDMA client driver that a peer device has been removed
83 * Called by the ice driver during detach to notify the RDMA client driver
92 * link_change - Notify th
[all...]
H A Dice_rdma.c128 /* XXX: Base driver will notify RDMA when it's done */ in ice_rdma_pf_reset()
523 * Initialize the kobject interface and notify the RDMA client of each in ice_rdma_register()
574 * interfaces. Note that we do not notify the client about removing in ice_rdma_unregister()
620 * Notify the client RDMA driver of a new PF device.
660 * kobject and notify the client of a new PF in ice_rdma_pf_attach_locked()
675 * ice_rdma_pf_attach - Notify the RDMA client of a new PF
678 * Called during PF attach to notify the RDMA client of a new PF.
694 * ice_rdma_pf_detach_locked - Notify the RDMA client on PF detach
697 * Notify the RDMA peer client driver of removal of a PF, and release any
719 * If the RDMA client driver is registered, notify th in ice_rdma_pf_detach_locked()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp63 bool notify) { in Append() argument
67 if (notify && m_callback) in Append()
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() argument
78 if (notify && m_callback) in Append()
84 llvm::StringRef replacement, bool notify) { in AppendUnique() argument
93 Append(path, replacement, notify); in AppendUnique()
98 uint32_t index, bool notify) { in Insert() argument
108 if (notify && m_callback) in Insert()
113 uint32_t index, bool notify) { in Replace() argument
119 if (notify && m_callback) in Replace()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h39 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify);
41 void Append(const PathMappingList &rhs, bool notify);
46 bool notify);
48 void Clear(bool notify);
69 uint32_t insert_idx, bool notify);
71 bool Remove(size_t index, bool notify);
73 bool Remove(ConstString path, bool notify);
75 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify);
78 uint32_t index, bool notify);
/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c826 target_next_notify(struct target_notify *notify) in target_next_notify() argument
828 if (notify == NULL) in target_next_notify()
831 return (SLIST_NEXT(notify, tn)); in target_next_notify()
838 struct target_notify *notify, *temp, *prev; in target_new_notify() local
840 SLIST_FOREACH(notify, &target_notifylist, tn) in target_new_notify()
841 if (strcmp(nname, notify->name) == 0) in target_new_notify()
844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify()
847 memset(notify, 0, sizeof(*notify)); in target_new_notify()
848 strlcpy(notify->name, nname, sizeof(notify->name)); in target_new_notify()
852 SLIST_INSERT_HEAD(&target_notifylist, notify, tn); in target_new_notify()
[all …]
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c225 static void notify(struct notify_data *notify, vm_page_t page);
237 struct notify_data *notify; member
267 if (gref->notify) { in gref_list_dtor()
268 notify(gref->notify, gref->page); in gref_list_dtor()
288 if (gref->notify) in gref_list_dtor()
289 free(gref->notify, M_GNTDEV); in gref_list_dtor()
367 grefs[i].notify = NULL; in gntdev_alloc_gref()
482 struct notify_data *notify; member
518 if (gmap->notify) in gmap_list_dtor()
519 free(gmap->notify, M_GNTDEV); in gmap_list_dtor()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp33 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add()
41 if (notify) in Add()
47 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove()
57 if (notify) in Remove()
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll()
88 if (notify) { in RemoveAll()
96 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed()
102 if (notify) in RemoveAllowed()
30 Add(BreakpointSP & bp_sp,bool notify) Add() argument
44 Remove(break_id_t break_id,bool notify) Remove() argument
81 RemoveAll(bool notify) RemoveAll() argument
93 RemoveAllowed(bool notify) RemoveAllowed() argument
/freebsd/sys/dev/acpica/
H A Dacpi_lid.c72 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
121 /* Notify evdev about lid status */ in acpi_lid_status_update()
172 * runtime notify in that case though. in acpi_lid_attach()
251 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_lid_notify_handler() argument
255 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify); in acpi_lid_notify_handler()
258 switch (notify) { in acpi_lid_notify_handler()
264 device_printf(sc->lid_dev, "unknown notify %#x\n", notify); in acpi_lid_notify_handler()
H A Dacpi_button.c68 static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
175 * and runtime notify in that case though. in acpi_button_attach()
181 device_printf(sc->button_dev, "couldn't install notify handler - %s\n", in acpi_button_attach()
265 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_button_notify_handler() argument
272 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify); in acpi_button_notify_handler()
275 switch (notify) { in acpi_button_notify_handler()
283 device_printf(sc->button_dev, "unknown notify %#x\n", notify); in acpi_button_notify_handler()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPciHotPlugRequest.h2 Provides services to notify the PCI bus driver that some events have happened
11 protocol to notify PCI bus driver to allocate resource and create handles for
18 for example, PC Card Bus driver, to notify PCI bus driver that an event has
74 This function is used to notify PCI bus driver that some events happened in a
148 /// Provides services to notify PCI bus driver that some events have happened in
154 /// Notify the PCI bus driver that some events have happened in a hot-plug
159 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member
/freebsd/contrib/wpa/src/fst/
H A Dfst.h168 * on_group_created - Notify about FST group creation
174 * on_group_deleted - Notify about FST group deletion
179 * on_iface_added - Notify about interface addition
185 * on_iface_removed - Notify about interface removal
190 * on_session_added - Notify about FST session addition
196 * on_session_removed - Notify about FST session removal
201 * on_event - Notify about FST event
283 * fst_update_mac_addr - Notify FST about MAC address change
/freebsd/share/man/man4/
H A Dacpi_fujitsu.480 notify 10 {
83 action "/usr/local/sbin/acpi_oem_exec.sh $notify fujitsu";
95 echo "usage: $0 notify oem_name"
98 NOTIFY=`echo $1`
109 case ${NOTIFY} in

12345678910>>...47