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

1234567

/freebsd-10.0-release/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
H A Ddump.c263 svn_repos_notify_t *notify;
264 notify = svn_repos_notify_create(svn_repos_notify_warning, pool);
266 notify->warning = svn_repos_notify_warning_invalid_fspath;
267 notify->warning_str = apr_psprintf(
273 eb->notify_func(eb->notify_baton, notify, pool);
385 svn_repos_notify_t *notify =
388 notify->warning = svn_repos_notify_warning_found_old_reference;
389 notify->warning_str = apr_psprintf(
399 eb->notify_func(eb->notify_baton, notify, pool);
490 svn_repos_notify_t *notify
261 svn_repos_notify_t *notify; local
383 svn_repos_notify_t *notify = local
488 svn_repos_notify_t *notify = local
1108 svn_repos_notify_t *notify; local
1370 svn_repos_notify_t *notify; member in struct:verify_fs2_notify_func_baton_t
1400 svn_repos_notify_t *notify; local
[all...]
/freebsd-10.0-release/usr.sbin/clear_locks/
H A Dclear_locks.c43 nlm4_notify notify; local
56 notify.name = hostname;
57 notify.state = 0;
59 (xdrproc_t) xdr_nlm4_notify, (void *) &notify,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h47 Append (const ConstString &path, const ConstString &replacement, bool notify);
50 Append (const PathMappingList &rhs, bool notify);
53 Clear (bool notify);
78 bool notify);
81 Remove (off_t index, bool notify);
84 Remove (const ConstString &path, bool notify);
89 bool notify);
95 bool notify);
H A DThreadList.h53 SetSelectedThreadByID (lldb::tid_t tid, bool notify = false);
56 SetSelectedThreadByIndexID (uint32_t index_id, bool notify = false);
/freebsd-10.0-release/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-10.0-release/sys/dev/isp/
H A Disp_target.c168 isp_notify_t notify; local
298 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
299 notify.nt_hba = isp;
300 notify.nt_wwn = INI_ANY;
301 notify.nt_tgt = TGT_ANY;
302 notify.nt_nphdl = iid;
303 notify.nt_sid = PORT_ANY;
304 notify.nt_did = PORT_ANY;
305 notify.nt_lun = LUN_ANY;
306 notify
779 isp_notify_t notify; local
876 isp_notify_t notify; local
933 isp_notify_t notify; local
996 isp_notify_t notify; local
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp79 bool notify)
83 if (notify && m_callback)
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) argument
96 if (notify && m_callback)
105 bool notify)
114 if (notify && m_callback)
122 bool notify)
129 if (notify && m_callback)
135 PathMappingList::Remove (off_t index, bool notify) argument
143 if (notify
77 Append(const ConstString &path, const ConstString &replacement, bool notify) argument
102 Insert(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument
119 Replace(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument
171 Clear(bool notify) argument
261 Replace(const ConstString &path, const ConstString &new_path, bool notify) argument
276 Remove(const ConstString &path, bool notify) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h50 Add (lldb::BreakpointSP& bp_sp, bool notify);
133 Remove (lldb::break_id_t breakID, bool notify);
142 RemoveAll (bool notify);
H A DWatchpointList.h61 Add (const lldb::WatchpointSP& wp_sp, bool notify);
183 Remove (lldb::watch_id_t watchID, bool notify);
244 RemoveAll (bool notify);
/freebsd-10.0-release/contrib/subversion/subversion/svn/
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
/freebsd-10.0-release/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c524 struct target_notify *notify; local
528 if ((notify = target_get_notify(&val->var, sub)) == NULL)
533 if ((notify = target_get_next_notify(&val->var, sub)) == NULL)
535 target_append_index(&val->var, sub, notify->name);
539 if ((notify = target_get_notify(&val->var, sub)) == NULL &&
544 if (notify != NULL) {
546 notify->type == StorageType_readOnly)
554 ctx->scratch->int1 = strlen(notify->taglist) + 1;
558 strlcpy(ctx->scratch->ptr1, notify->taglist,
560 memcpy(notify
756 struct target_notify *notify; local
773 struct target_notify *notify; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dimport.c251 svn_wc_notify_t *notify
254 notify->kind = svn_node_file;
255 notify->mime_type = mimetype;
256 notify->content_state = notify->prop_state
258 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
259 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
334 svn_wc_notify_t *notify
338 notify->kind = svn_node_dir;
339 notify
250 svn_wc_notify_t *notify local
333 svn_wc_notify_t *notify local
476 svn_wc_notify_t *notify local
565 svn_wc_notify_t *notify local
[all...]
H A Dlocking_commands.c77 svn_wc_notify_t *notify;
79 /* Create the notify struct first, so we can tweak it below. */
80 notify = svn_wc_create_notify(rel_url,
89 notify->lock = lock;
90 notify->err = ra_err;
100 notify->path = local_abspath;
101 notify->path_prefix = lb->base_dir_abspath;
109 notify->lock_state = svn_wc_notify_lock_state_locked;
112 notify->lock_state = svn_wc_notify_lock_state_unchanged;
126 notify
75 svn_wc_notify_t *notify; local
[all...]
H A Dupdate.c361 svn_wc_notify_t *notify
364 notify->kind = svn_node_none;
365 notify->content_state = notify->prop_state
367 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
368 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
493 svn_wc_notify_t *notify
496 notify->kind = svn_node_none;
497 notify->content_state = notify
359 svn_wc_notify_t *notify local
491 svn_wc_notify_t *notify local
690 svn_wc_notify_t *notify; local
[all...]
H A Dcommit_util.c73 svn_wc_notify_t *notify; local
76 notify = svn_wc_create_notify(local_abspath,
80 notify = svn_wc_create_notify_url(
86 notify->kind = kind;
87 notify->err = err;
89 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
109 svn_wc_notify_t *notify; local
112 notify = svn_wc_create_notify(local_abspath,
116 notify = svn_wc_create_notify_url(
122 notify
144 svn_wc_notify_t *notify; local
1201 svn_wc_notify_t *notify; local
1516 svn_wc_notify_t *notify; local
1830 svn_wc_notify_t *notify; local
[all...]
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h14 void notify(const char *hostname, const int state);
/freebsd-10.0-release/etc/
H A Ddevd.conf39 notify 0 {
52 notify 0 {
72 notify 0 {
118 notify 100 {
127 notify 100 {
157 notify 100 {
215 notify 10 {
218 action "/etc/rc.d/power_profile $notify";
224 notify 10 {
227 match "notify" "
[all...]
/freebsd-10.0-release/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-10.0-release/sys/dev/acpica/
H A Dacpi_lid.c62 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify,
113 * runtime notify in that case though.
182 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
186 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
189 switch (notify) {
195 device_printf(sc->lid_dev, "unknown notify %#x\n", notify);
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dtrap.c833 target_next_notify(struct target_notify *notify) argument
835 if (notify == NULL)
838 return (SLIST_NEXT(notify, tn));
845 struct target_notify *notify, *temp, *prev; local
847 SLIST_FOREACH(notify, &target_notifylist, tn)
848 if (strcmp(nname, notify->name) == 0)
851 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL)
854 memset(notify, 0, sizeof(*notify));
883 target_delete_notify(struct target_notify *notify) argument
896 struct target_notify *notify; local
[all...]
/freebsd-10.0-release/contrib/ngatm/snmp_atm/
H A Datm.h64 struct atmif_reg_list notify; member in struct:atmif_priv
/freebsd-10.0-release/lib/librtld_db/
H A Drtld_db.c84 rd_event_addr(rd_agent_t *rdap, rd_event_e event __unused, rd_notify_t *notify) argument
86 DPRINTF("%s rdap %p notify %p\n", __func__, rdap, notify);
88 notify->type = RD_NOTIFY_BPT;
89 notify->u.bptaddr = rdap->rda_addr;

Completed in 147 milliseconds

1234567