Searched refs:notify (Results 26 - 50 of 151) sorted by relevance

1234567

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointList.cpp35 BreakpointList::Add (BreakpointSP &bp_sp, bool notify) argument
42 if (notify)
52 BreakpointList::Remove (break_id_t break_id, bool notify) argument
60 if (notify)
90 BreakpointList::RemoveAll (bool notify) argument
95 if (notify)
H A DWatchpointList.cpp34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) argument
39 if (notify)
209 WatchpointList::Remove (lldb::watch_id_t watch_id, bool notify) argument
216 if (notify)
280 WatchpointList::RemoveAll (bool notify) argument
283 if (notify)
H A DWatchpoint.cpp303 Watchpoint::SetEnabled(bool enabled, bool notify) argument
317 if (notify && !m_is_ephemeral && changed)
322 Watchpoint::SetWatchpointType (uint32_t type, bool notify) argument
328 if (notify && (old_watch_read != m_watch_read || old_watch_write != m_watch_write))
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c172 svn_wc_notify_t *notify =
176 notify->err = err;
179 notify, scratch_pool);
312 svn_wc_notify_t *notify =
316 notify->err = err;
318 notify, scratch_pool);
170 svn_wc_notify_t *notify = local
310 svn_wc_notify_t *notify = local
H A Dswitch.c379 svn_wc_notify_t *notify
382 notify->kind = svn_node_none;
383 notify->content_state = notify->prop_state
385 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
386 notify->revision = revnum;
387 (*ctx->notify_func2)(ctx->notify_baton2, notify, pool);
377 svn_wc_notify_t *notify local
H A Dexternals.c126 /* ### TODO: We should notify the user about the rename */
129 svn_wc_notify_t *notify; local
131 notify = svn_wc_create_notify(err ? local_abspath : new_path,
134 notify->kind = svn_node_dir;
135 notify->err = err;
137 notify_func(notify_baton, notify, scratch_pool);
515 svn_wc_notify_t *notify local
518 notify->kind = svn_node_none;
519 notify->content_state = notify
628 svn_wc_notify_t *notify = local
[all...]
H A Dexport.c251 svn_wc_notify_t *notify =
255 notify->kind = svn_node_dir;
256 (eib->notify_func)(eib->notify_baton, notify, scratch_pool);
441 svn_wc_notify_t *notify = svn_wc_create_notify(to_abspath,
443 notify->kind = svn_node_file;
444 (eib->notify_func)(eib->notify_baton, notify, scratch_pool);
484 svn_wc_notify_t *notify = svn_wc_create_notify(path,
487 notify->kind = svn_node_dir;
488 (*notify_func)(notify_baton, notify, pool);
634 svn_wc_notify_t *notify
249 svn_wc_notify_t *notify = local
439 svn_wc_notify_t *notify = svn_wc_create_notify(to_abspath, local
482 svn_wc_notify_t *notify = svn_wc_create_notify(path, local
631 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, local
859 svn_wc_notify_t *notify = svn_wc_create_notify(fb->path, local
1049 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, local
1090 svn_wc_notify_t *notify = svn_wc_create_notify(full_path, local
1580 svn_wc_notify_t *notify local
[all...]
H A Dblame.c407 svn_wc_notify_t *notify local
412 notify->path = path;
413 notify->kind = svn_node_none;
414 notify->content_state = notify->prop_state
416 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
417 notify->revision = revnum;
418 notify->rev_props = rev_props;
419 frb->ctx->notify_func2(frb->ctx->notify_baton2, notify, pool);
H A Dpatch.c1927 svn_wc_notify_t *notify;
1937 notify = svn_wc_create_notify(target->local_abspath
1941 notify->hunk_original_start =
1943 notify->hunk_original_length =
1945 notify->hunk_modified_start =
1947 notify->hunk_modified_length =
1949 notify->hunk_matched_line = hi->matched_line;
1950 notify->hunk_fuzz = hi->fuzz;
1951 notify->prop_name = prop_name;
1953 (*ctx->notify_func2)(ctx->notify_baton2, notify, poo
1926 svn_wc_notify_t *notify; local
1964 svn_wc_notify_t *notify; local
2438 svn_wc_notify_t *notify; local
2869 svn_wc_notify_t *notify; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c174 svn_wc_notify_t *notify; local
175 notify = svn_wc_create_notify(child_abspath,
178 (*notify_func)(notify_baton, notify, iterpool);
279 svn_wc_notify_t *notify; local
280 notify = svn_wc_create_notify(local_abspath,
283 notify_func(notify_baton, notify, scratch_pool);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c65 svn_repos_notify_t *notify;
507 pb->notify->action = svn_repos_notify_load_txn_start;
508 pb->notify->old_revision = rb->rev;
509 pb->notify_func(pb->notify_baton, pb->notify, rb->pool);
517 /* If we're skipping this revision, try to notify someone. */
520 pb->notify->action = svn_repos_notify_load_skipped_rev;
521 pb->notify->old_revision = rb->rev;
522 pb->notify_func(pb->notify_baton, pb->notify, rb->pool);
591 pb->notify->action = svn_repos_notify_load_copied_node;
592 pb->notify_func(pb->notify_baton, pb->notify, r
64 svn_repos_notify_t *notify; member in struct:parse_baton
[all...]
H A Ddeprecated.c159 const svn_repos_notify_t *notify,
164 if (notify->action == svn_repos_notify_mutex_acquired
433 const svn_repos_notify_t *notify,
438 svn_error_clear(pnwb->notify_func(pnwb->notify_baton, notify->shard,
439 notify->action - 3, scratch_pool));
601 const svn_repos_notify_t *notify,
607 switch (notify->action)
610 svn_error_clear(svn_stream_puts(feedback_stream, notify->warning_str));
616 notify->revision));
622 notify
157 recovery_started(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
431 pack_notify_wrapper_func(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
599 repos_notify_handler(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_button.c63 static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
155 * and runtime notify in that case though.
161 device_printf(sc->button_dev, "couldn't install notify handler - %s\n",
245 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
249 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
252 switch (notify) {
260 device_printf(sc->button_dev, "unknown notify %#x\n", notify);
H A Dacpi_acad.c108 /* If status is valid and has changed, notify the system. */
123 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
128 switch (notify) {
132 /* Temporarily. It is better to notify policy manager */
136 device_printf(dev, "unknown notify %#x\n", notify);
181 * Install both system and device notify handlers since the Casio
/freebsd-10.1-release/sys/dev/acpi_support/
H A Dacpi_asus.c142 static void acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify,
441 static void acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context);
525 static void acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context);
861 /* Remove notify handler */
1198 acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1209 if ((notify & ~0x10) <= 15) {
1210 sc->s_brn = notify & ~0x10;
1212 } else if ((notify & ~0x20) <= 15) {
1213 sc->s_brn = notify & ~0x20;
1215 } else if (notify
1235 acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1260 acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
[all...]
H A Dacpi_panasonic.c92 static void acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify,
191 device_printf(dev, "couldn't install notify handler - %s\n",
214 /* Remove notify handler */
480 acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
487 switch (notify) {
497 device_printf(sc->dev, "unknown notify: %#x\n", notify);
/freebsd-10.1-release/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c106 r0 = TAILQ_FIRST(&aif->notify);
130 while ((r0 = TAILQ_FIRST(&aif->notify)) != NULL) {
131 TAILQ_REMOVE(&aif->notify, r0, link);
274 TAILQ_INIT(&aif->notify);
374 TAILQ_FOREACH_SAFE(r0, &aif->notify, link, r1) {
376 TAILQ_REMOVE(&aif->notify, r0, link);
608 TAILQ_INSERT_TAIL(&aif->notify, r0, link);
621 TAILQ_REMOVE(&r0->aif->notify, r0, link);
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c29 if(msg->notify.h.present & UNI_IE_PRESENT)
30 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
53 ret |= uni_check_ie(UNI_IE_NOTIFY, (union uni_ieall *)&m->notify, cx);
85 if((p->notify.h.present & UNI_IE_PRESENT) &&
86 uni_encode_ie(UNI_IE_NOTIFY, msg, (union uni_ieall *)&p->notify, cx))
136 out->notify.h = *hdr;
139 if(uni_decode_ie_body(UNI_IE_NOTIFY, (union uni_ieall *)&out->notify, msg, ielen, cx))
205 if(msg->notify.h.present & UNI_IE_PRESENT)
206 uni_print_ie_internal(UNI_IE_NOTIFY, (union uni_ieall *)&msg->notify, cx);
219 ret |= IE_ISPRESENT(m->notify);
[all...]
H A Duni_ie.h14 struct uni_ie_notify notify; member in union:uni_ieall
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h89 SetEnabled (bool enabled, bool notify = true);
101 void SetWatchpointType (uint32_t type, bool notify = true);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h117 EnableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_notify.c55 #include <notify.h>
102 * On error of any notify(3) call, reset 'au_cond' to ensure we re-run
/freebsd-10.1-release/libexec/comsat/
H A Dcomsat.c76 static void notify(struct utmpx *, char[], off_t, int);
150 notify(utp, file, offset, folder);
157 notify(struct utmpx *utp, char file[], off_t offset, int folder) function
179 dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty);
/freebsd-10.1-release/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c766 const svn_repos_notify_t *notify,
772 switch (notify->action)
776 "WARNING 0x%04x: %s\n", notify->warning,
777 notify->warning_str));
783 notify->revision));
789 notify->revision));
793 if (notify->revision == SVN_INVALID_REVNUM)
799 notify->revision));
806 notify->shard);
821 notify
763 repos_notify_handler(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.1-release/sbin/dump/
H A Ddump.h80 int notify; /* notify operator flag */ variable
148 #define OPGRENT "operator" /* group entry to notify */

Completed in 245 milliseconds

1234567