Searched refs:notify (Results 1 - 25 of 180) sorted by relevance

12345678

/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnotify.c0 /* notify.c --- notifcation system
40 svn_repos_notify_t *notify = apr_pcalloc(result_pool, sizeof(*notify));
42 notify->action = action;
44 return notify;
39 svn_repos_notify_t *notify = apr_pcalloc(result_pool, sizeof(*notify)); local
/freebsd-11-stable/usr.sbin/clear_locks/
H A Dclear_locks.c45 nlm4_notify notify; local
58 notify.name = hostname;
59 notify.state = 0;
61 (xdrproc_t) xdr_nlm4_notify, (void *) &notify,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h36 bool notify);
38 void Append(const PathMappingList &rhs, bool notify);
40 void Clear(bool notify);
53 uint32_t insert_idx, bool notify);
55 bool Remove(size_t index, bool notify);
57 bool Remove(ConstString path, bool notify);
60 bool notify);
63 uint32_t index, bool notify);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobserver.c63 generic_observer_notification_ftype *notify; member in struct:observer
104 generic_observer_notification_ftype * notify,
110 observer_list->observer->notify = notify;
157 (*current_node->observer->notify) (current_node->observer->data, args);
170 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data; local
171 (*notify) ();
103 generic_observer_attach(struct observer_list **subject, generic_observer_notification_ftype * notify, void *data) argument
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c529 isp_notify_t notify; local
531 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
532 notify.nt_hba = isp;
533 notify.nt_wwn = INI_ANY;
534 notify.nt_nphdl = NIL_HANDLE;
535 notify.nt_sid = PORT_ANY;
536 notify.nt_did = PORT_ANY;
537 notify.nt_tgt = TGT_ANY;
538 notify.nt_channel = bus;
539 notify
608 isp_notify_t notify; local
671 isp_notify_t notify; local
884 isp_notify_t notify, *nt = &notify; local
1337 isp_notify_t notify; local
1417 isp_notify_t notify; local
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h13 struct uni_ie_notify notify; member in struct:uni_alerting
24 struct uni_ie_notify notify; member in struct:uni_call_proc
34 struct uni_ie_notify notify; member in struct:uni_connect
52 struct uni_ie_notify notify; member in struct:uni_connect_ack
59 struct uni_ie_notify notify; member in struct:uni_release
91 struct uni_ie_notify notify; member in struct:uni_setup
132 struct uni_ie_notify notify; member in struct:uni_notify
163 struct uni_ie_notify notify; member in struct:uni_add_party
180 struct uni_ie_notify notify; member in struct:uni_add_party_ack
193 struct uni_ie_notify notify; member in struct:uni_party_alerting
213 struct uni_ie_notify notify; member in struct:uni_drop_party
256 struct uni_ie_notify notify; member in struct:uni_cobisetup
266 struct uni_ie_notify notify; member in struct:uni_facility
275 struct uni_ie_notify notify; member in struct:uni_modify_req
284 struct uni_ie_notify notify; member in struct:uni_modify_ack
292 struct uni_ie_notify notify; member in struct:uni_modify_rej
299 struct uni_ie_notify notify; member in struct:uni_conn_avail
322 struct uni_notify notify; member in union:uni_msgall
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c18 if(IE_ISGOOD(src->notify))
19 dst->notify = src->notify;
38 if(IE_ISGOOD(src->notify))
39 dst->notify = src->notify;
57 if(IE_ISGOOD(src->notify))
58 dst->notify = src->notify;
91 if(IE_ISGOOD(src->notify))
[all...]
/freebsd-11-stable/etc/devd/
H A Dapple.conf6 notify 0 {
14 notify 0 {
23 notify 0 {
27 match "notify" "down";
32 notify 0 {
36 match "notify" "up";
43 notify 0 {
50 notify 0 {
54 match "notify" "down";
58 notify
[all...]
/freebsd-11-stable/lib/librtld_db/
H A Drtld_db.c84 rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify) argument
88 DPRINTF("%s rdap %p event %d notify %p\n", __func__, rdap, event,
89 notify);
96 notify->type = RD_NOTIFY_BPT;
97 notify->u.bptaddr = rdap->rda_preinit_addr;
100 notify->type = RD_NOTIFY_BPT;
101 notify->u.bptaddr = rdap->rda_postinit_addr;
104 notify->type = RD_NOTIFY_BPT;
105 notify->u.bptaddr = rdap->rda_dlactivity_addr;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp64 ConstString replacement, bool notify) {
67 if (notify && m_callback)
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { argument
77 if (notify && m_callback)
84 bool notify) {
93 if (notify && m_callback)
99 bool notify) {
104 if (notify && m_callback)
109 bool PathMappingList::Remove(size_t index, bool notify) { argument
116 if (notify
63 Append(ConstString path, ConstString replacement, bool notify) argument
82 Insert(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
97 Replace(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
139 Clear(bool notify) argument
245 Replace(ConstString path, ConstString new_path, bool notify) argument
258 Remove(ConstString path, bool notify) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h38 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify);
91 bool Remove(lldb::break_id_t breakID, bool notify);
113 void RemoveAll(bool notify);
118 void RemoveAllowed(bool notify);
H A DWatchpointList.h47 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
135 bool Remove(lldb::watch_id_t watchID, bool notify);
179 void RemoveAll(bool notify);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dunlock-cmd.c55 const svn_wc_notify_t *notify,
60 if (notify->action == svn_wc_notify_failed_unlock)
64 nub->inner_notify(nub->inner_baton, notify, scratch_pool);
52 notify_unlock_handler(void *baton, const svn_wc_notify_t *notify, apr_pool_t *scratch_pool) argument
H A Dcommit-cmd.c61 const svn_wc_notify_t *notify,
68 b->wrapped_func(b->wrapped_baton, notify, pool);
76 && (notify->kind == svn_node_dir)
77 && ((notify->action == svn_wc_notify_commit_copied) ||
78 (notify->action == svn_wc_notify_commit_copied_replaced)))
58 copy_warning_notify_func(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
H A Dlock-cmd.c96 const svn_wc_notify_t *notify,
101 if (notify->action == svn_wc_notify_failed_lock)
105 nlb->inner_notify(nlb->inner_baton, notify, scratch_pool);
93 notify_lock_handler(void *baton, const svn_wc_notify_t *notify, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c525 struct target_notify *notify; local
529 if ((notify = target_get_notify(&val->var, sub)) == NULL)
534 if ((notify = target_get_next_notify(&val->var, sub)) == NULL)
536 target_append_index(&val->var, sub, notify->name);
540 if ((notify = target_get_notify(&val->var, sub)) == NULL &&
545 if (notify != NULL) {
547 notify->type == StorageType_readOnly)
555 ctx->scratch->int1 = strlen(notify->taglist) + 1;
559 strlcpy(ctx->scratch->ptr1, notify->taglist,
561 memcpy(notify
759 struct target_notify *notify; local
776 struct target_notify *notify; local
[all...]
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h14 void notify(const char *hostname, const int state);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h87 u8 notify; member in struct:rvt_cq
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c158 svn_wc_notify_t *notify =
162 notify->err = err;
164 notify, iterpool);
364 svn_wc_notify_t *notify =
368 notify->err = err;
371 notify, scratch_pool);
398 svn_wc_notify_t *notify =
404 notify->err = err;
406 notify, scratch_pool);
156 svn_wc_notify_t *notify = local
362 svn_wc_notify_t *notify = local
396 svn_wc_notify_t *notify = local
H A Dimport.c271 svn_wc_notify_t *notify
274 notify->kind = svn_node_file;
275 notify->mime_type = mimetype;
276 notify->content_state = notify->prop_state
278 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
279 ctx->notify_func2(ctx->notify_baton2, notify, pool);
352 svn_wc_notify_t *notify
356 notify->kind = svn_node_dir;
357 notify
270 svn_wc_notify_t *notify local
351 svn_wc_notify_t *notify local
494 svn_wc_notify_t *notify local
583 svn_wc_notify_t *notify local
806 svn_wc_notify_t *notify; local
[all...]
H A Dcommit_util.c75 svn_wc_notify_t *notify; local
78 notify = svn_wc_create_notify(local_abspath,
82 notify = svn_wc_create_notify_url(
88 notify->kind = kind;
89 notify->err = err;
91 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
112 svn_wc_notify_t *notify; local
115 notify = svn_wc_create_notify(local_abspath,
119 notify = svn_wc_create_notify_url(
125 notify
147 svn_wc_notify_t *notify; local
1268 svn_wc_notify_t *notify; local
1612 svn_wc_notify_t *notify; local
1926 svn_wc_notify_t *notify; local
1964 svn_wc_notify_t *notify; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { argument
39 if (notify)
45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { argument
55 if (notify)
82 void BreakpointList::RemoveAll(bool notify) { argument
86 if (notify) {
94 void BreakpointList::RemoveAllowed(bool notify) { argument
100 if (notify)
/freebsd-11-stable/etc/
H A Ddevd.conf42 notify 0 {
55 notify 0 {
74 notify 0 {
120 notify 100 {
129 notify 100 {
138 notify 100 {
147 notify 100 {
159 notify 100 {
217 notify 10 {
220 action "/etc/rc.d/power_profile $notify";
[all...]
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c178 td_notify_t notify; local
200 err = td_ta_event_addr (thread_agent, TD_CREATE, &notify);
207 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr,
215 err = td_ta_event_addr (thread_agent, TD_DEATH, &notify);
222 set_breakpoint_at ((CORE_ADDR) (unsigned long) notify.u.bptaddr,
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_lid.c73 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
165 * runtime notify in that case though.
245 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
249 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
252 switch (notify) {
258 device_printf(sc->lid_dev, "unknown notify %#x\n", notify);

Completed in 244 milliseconds

12345678