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

12345678

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c516 int notify = B_FALSE; local
674 notify = B_TRUE;
680 notify = B_TRUE;
696 if (notify)
701 * dpr_tid to indicate the control thread has exited, and notify any
/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/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/contrib/gdb/gdb/
H A Dgnu-nat.c40 #include <mach/notify.h>
544 notification for PORT becoming dead to be sent to INF's notify port. */
1737 do_mach_notify_dead_name (mach_port_t notify, mach_port_t dead_port)
1786 do_mach_notify_no_senders (mach_port_t notify, mach_port_mscount_t count)
1792 do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name)
1798 do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name)
1804 do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name)
1810 do_mach_notify_send_once (mach_port_t notify)
1713 do_mach_notify_dead_name(mach_port_t notify, mach_port_t dead_port) argument
1761 do_mach_notify_no_senders(mach_port_t notify, mach_port_mscount_t count) argument
1767 do_mach_notify_port_deleted(mach_port_t notify, mach_port_t name) argument
1773 do_mach_notify_msg_accepted(mach_port_t notify, mach_port_t name) argument
1779 do_mach_notify_port_destroyed(mach_port_t notify, mach_port_t name) argument
1785 do_mach_notify_send_once(mach_port_t notify) argument
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
H A Dthread-db.c477 td_notify_t notify;
481 err = td_ta_event_addr_p (thread_agent, event, &notify);
487 (CORE_ADDR) notify.u.bptaddr,
498 td_notify_t notify;
471 td_notify_t notify; local
492 td_notify_t notify; local
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1217 notify: progressList
1244 progress: [ fnProgress, "notify" ]
1253 returned.promise().then( newDefer.resolve, newDefer.reject, newDefer.notify );
/freebsd-11-stable/contrib/ngatm/snmp_atm/
H A Datm.h64 struct atmif_reg_list notify; member in struct:atmif_priv
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-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c908 /* We're going to call event_del() on our notify events (the
2505 int notify = 0; local
2559 /* evmap says we need to notify the main thread. */
2560 notify = 1;
2655 notify = 1;
2658 notify = 1;
2663 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
2717 int res = 0, notify = 0; local
2762 /* NOTE: We never need to notify the main thread because of a
2784 /* evmap says we need to notify th
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c46 #include <notify.h>
196 * as well to update their state via notify(3).
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c66 #include <notify.h>
1102 * notify. Return:
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_notify.c53 #include <notify.h>
100 * On error of any notify(3) call, reset 'au_cond' to ensure we re-run
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl86 Subject: Postmaster notify: double bounce
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcleanup.c139 svn_wc_notify_t *notify;
150 notify = svn_wc_create_notify(local_abspath,
153 b->ctx->notify_func2(b->ctx->notify_baton2, notify,
210 notify = svn_wc_create_notify(local_abspath, svn_wc_notify_delete,
212 notify->kind = kind_on_disk;
213 b->ctx->notify_func2(b->ctx->notify_baton2, notify, scratch_pool);
137 svn_wc_notify_t *notify; local
H A Dlocking_commands.c78 svn_wc_notify_t *notify;
83 /* Create the notify struct first, so we can tweak it below. */
84 notify = svn_wc_create_notify(local_abspath ? local_abspath : rel_url,
93 notify->lock = lock;
94 notify->err = ra_err;
99 notify->path_prefix = lb->base_dir_abspath;
107 notify->lock_state = svn_wc_notify_lock_state_locked;
110 notify->lock_state = svn_wc_notify_lock_state_unchanged;
126 notify->lock_state = svn_wc_notify_lock_state_unlocked;
129 notify
76 svn_wc_notify_t *notify; local
[all...]
H A Dprop_commands.c248 svn_wc_notify_t *notify;
249 notify = svn_wc_create_notify_url(target,
252 ctx->notify_func2(ctx->notify_baton2, notify, pool);
338 svn_wc_notify_t *notify = svn_wc_create_notify(
343 ctx->notify_func2(ctx->notify_baton2, notify, iterpool);
518 svn_wc_notify_t *notify = svn_wc_create_notify_url(URL,
523 notify->prop_name = propname;
524 notify->revision = *set_rev;
526 ctx->notify_func2(ctx->notify_baton2, notify, pool);
246 svn_wc_notify_t *notify; local
336 svn_wc_notify_t *notify = svn_wc_create_notify( local
516 svn_wc_notify_t *notify = svn_wc_create_notify_url(URL, local
H A Dswitch.c377 svn_wc_notify_t *notify
380 notify->kind = svn_node_none;
381 notify->content_state = notify->prop_state
383 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
384 notify->revision = revnum;
385 ctx->notify_func2(ctx->notify_baton2, notify, pool);
375 svn_wc_notify_t *notify local
/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/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c700 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath,
703 notify->kind = kind;
704 (*notify_func)(notify_baton, notify, scratch_pool);
746 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath,
749 notify->kind = kind;
750 notify->mime_type = svn_prop_get_value(props, SVN_PROP_MIME_TYPE);
751 (*notify_func)(notify_baton, notify, scratch_pool);
699 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
745 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
H A Dutil.c118 svn_wc_dup_notify(const svn_wc_notify_t *notify,
123 *ret = *notify;
117 svn_wc_dup_notify(const svn_wc_notify_t *notify, apr_pool_t *pool) argument
/freebsd-11-stable/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
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
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
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c2 * notify.c: feedback handlers for cmdline client.
46 /* Baton for notify and friends. */
71 * in the notify baton. */
83 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool)
1035 *notify_func_p = notify;
81 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool) function

Completed in 353 milliseconds

12345678