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

12345678

/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/bsnmp/snmpd/
H A Dtrap.c824 target_next_notify(struct target_notify *notify) argument
826 if (notify == NULL)
829 return (SLIST_NEXT(notify, tn));
836 struct target_notify *notify, *temp, *prev; local
838 SLIST_FOREACH(notify, &target_notifylist, tn)
839 if (strcmp(nname, notify->name) == 0)
842 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL)
845 memset(notify, 0, sizeof(*notify));
874 target_delete_notify(struct target_notify *notify) argument
887 struct target_notify *notify; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c462 svn_wc_notify_t *notify
465 notify->kind = svn_node_none;
466 notify->content_state = notify->prop_state
468 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
469 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
584 svn_wc_notify_t *notify
587 notify->kind = svn_node_none;
588 notify->content_state = notify
460 svn_wc_notify_t *notify local
582 svn_wc_notify_t *notify local
792 svn_wc_notify_t *notify; local
[all...]
H A Drevert.c96 svn_wc_notify_t *notify;
98 notify = svn_wc_create_notify(b->local_abspath,
102 notify->err = err;
105 notify, scratch_pool);
94 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 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 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
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);
604 svn_wc_notify_t *notify local
607 notify->kind = svn_node_none;
608 notify->content_state = notify
717 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
1579 svn_wc_notify_t *notify local
[all...]
H A Dconflicts.c989 svn_wc_notify_t *notify;
991 notify = svn_wc_create_notify(
995 notify->revision = log_entry->revision;
996 b->ctx->notify_func2(b->ctx->notify_baton2, notify, scratch_pool);
1638 svn_wc_notify_t *notify;
1640 notify = svn_wc_create_notify(
1644 notify->revision = log_entry->revision;
1645 b->ctx->notify_func2(b->ctx->notify_baton2, notify, scratch_pool);
4906 svn_wc_notify_t *notify;
4908 notify
987 svn_wc_notify_t *notify; local
1636 svn_wc_notify_t *notify; local
4904 svn_wc_notify_t *notify; local
5883 svn_wc_notify_t *notify; local
6995 svn_wc_notify_t *notify; local
7127 svn_wc_notify_t *notify; local
7263 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
7308 svn_wc_notify_t *notify = svn_wc_create_notify( local
7333 svn_wc_notify_t *notify = svn_wc_create_notify( local
7392 svn_wc_notify_t *notify; local
7464 svn_wc_notify_t *notify; local
7625 svn_wc_notify_t *notify = svn_wc_create_notify( local
8054 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
8133 svn_wc_notify_t *notify = svn_wc_create_notify( local
8747 svn_wc_notify_t *notify; local
8784 svn_wc_notify_t *notify; local
8961 svn_wc_notify_t *notify; local
8992 svn_wc_notify_t *notify; local
9140 svn_wc_notify_t *notify; local
9302 svn_wc_notify_t *notify; local
9536 svn_wc_notify_t *notify; local
9710 svn_wc_notify_t *notify; local
9832 svn_wc_notify_t *notify; local
11258 svn_wc_notify_t *notify; local
11295 svn_wc_notify_t *notify; local
11469 svn_wc_notify_t *notify; local
11501 svn_wc_notify_t *notify; local
12672 svn_wc_notify_t *notify; local
12697 svn_wc_notify_t *notify; local
13301 tree_conflict_collector(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
[all...]
H A Dpatch.c1168 target->had_already_applied = TRUE; /* Make sure we notify */
2313 svn_wc_notify_t *notify;
2323 notify = svn_wc_create_notify(target->local_abspath
2327 notify->hunk_original_start =
2329 notify->hunk_original_length =
2331 notify->hunk_modified_start =
2333 notify->hunk_modified_length =
2335 notify->hunk_matched_line = hi->matched_line;
2336 notify->hunk_fuzz = hi->report_fuzz;
2337 notify
2312 svn_wc_notify_t *notify; local
2350 svn_wc_notify_t *notify; local
3105 svn_wc_notify_t *notify; local
3596 svn_wc_notify_t *notify; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c160 svn_wc_notify_t *notify; local
161 notify = svn_wc_create_notify(child_abspath,
164 (*notify_func)(notify_baton, notify, iterpool);
285 svn_wc_notify_t *notify; local
286 notify = svn_wc_create_notify(local_abspath,
289 notify_func(notify_baton, notify, scratch_pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c536 svn_repos_notify_t *notify = svn_repos_notify_create(
540 notify->old_revision = rb->rev;
541 pb->notify_func(pb->notify_baton, notify, pb->notify_pool);
550 /* If we're skipping this revision, try to notify someone. */
554 svn_repos_notify_t *notify = svn_repos_notify_create(
558 notify->old_revision = rb->rev;
559 pb->notify_func(pb->notify_baton, notify, pb->notify_pool);
634 svn_repos_notify_t *notify = svn_repos_notify_create(
638 pb->notify_func(pb->notify_baton, notify, pb->notify_pool);
701 svn_repos_notify_t *notify
534 svn_repos_notify_t *notify = svn_repos_notify_create( local
552 svn_repos_notify_t *notify = svn_repos_notify_create( local
632 svn_repos_notify_t *notify = svn_repos_notify_create( local
699 svn_repos_notify_t *notify = svn_repos_notify_create( local
798 svn_repos_notify_t *notify local
866 svn_repos_notify_t *notify local
996 svn_repos_notify_t *notify = svn_repos_notify_create( local
1178 svn_repos_notify_t *notify = svn_repos_notify_create( local
1339 svn_repos_notify_t *notify = svn_repos_notify_create( local
1403 svn_repos_notify_t *notify = svn_repos_notify_create( local
[all...]
H A Drepos.c1400 svn_repos_notify_t *notify = svn_repos_notify_create(
1405 notify->shard = number;
1406 notify->action = svn_repos_notify_pack_revprops;
1410 notify->shard = number;
1411 notify->action = svn_repos_notify_cleanup_revprops;
1415 notify->revision = number;
1416 notify->action = svn_repos_notify_format_bumped;
1424 fs_baton->notify_func(fs_baton->notify_baton, notify, pool);
1455 /* We notify *twice* here, because there are two different logistical
1457 svn_repos_notify_t *notify
1399 svn_repos_notify_t *notify = svn_repos_notify_create( local
1456 svn_repos_notify_t *notify = svn_repos_notify_create( local
1706 svn_repos_notify_t *notify = svn_repos_notify_create( local
1956 svn_repos_notify_t *notify; local
[all...]
H A Ddeprecated.c173 const svn_repos_notify_t *notify,
178 if (notify->action == svn_repos_notify_mutex_acquired
471 const svn_repos_notify_t *notify,
476 svn_error_clear(pnwb->notify_func(pnwb->notify_baton, notify->shard,
477 notify->action - 3, scratch_pool));
702 const svn_repos_notify_t *notify,
708 switch (notify->action)
711 svn_error_clear(svn_stream_puts(feedback_stream, notify->warning_str));
717 notify->revision));
723 notify
171 recovery_started(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
469 pack_notify_wrapper_func(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
700 repos_notify_handler(void *baton, const svn_repos_notify_t *notify, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_button.c72 static void acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify,
178 * and runtime notify in that case though.
184 device_printf(sc->button_dev, "couldn't install notify handler - %s\n",
268 acpi_button_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
275 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
278 switch (notify) {
286 device_printf(sc->button_dev, "unknown notify %#x\n", notify);
/freebsd-11-stable/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);
521 static void acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context);
866 /* Remove notify handler */
1203 acpi_asus_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1214 if ((notify & ~0x10) <= 15) {
1215 sc->s_brn = notify & ~0x10;
1217 } else if ((notify & ~0x20) <= 15) {
1218 sc->s_brn = notify & ~0x20;
1220 } else if (notify
1240 acpi_asus_lcdd_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1265 acpi_asus_eeepc_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp21 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { argument
25 if (notify) {
168 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { argument
173 if (notify) {
229 void WatchpointList::RemoveAll(bool notify) { argument
231 if (notify) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h74 bool SetSelectedThreadByID(lldb::tid_t tid, bool notify = false);
76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
/freebsd-11-stable/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-11-stable/contrib/sendmail/libsm/
H A Dt-notify.c20 # include <sm/notify.h>
109 sm_test_begin(argc, argv, "test notify");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h72 void SetEnabled(bool enabled, bool notify = true);
82 void SetWatchpointType(uint32_t type, bool notify = true);
/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

Completed in 472 milliseconds

12345678