Searched refs:notify (Results 101 - 125 of 180) sorted by relevance

12345678

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
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
H A Dconflicts.c2075 can continue safely. ### Need notify handling */
2081 NULL, NULL, /* ### notify */
2993 const svn_wc_notify_t *notify,
2999 cswb->notify_func(cswb->notify_baton, notify, pool);
3002 && (notify->action == svn_wc_notify_tree_conflict
3003 || notify->prop_state == svn_wc_notify_state_conflicted
3004 || notify->content_state == svn_wc_notify_state_conflicted))
3006 if (!svn_hash_gets(cswb->resolve_later, notify->path))
3011 notify->path);
3164 svn_wc_notify_t *notify;
2990 tree_conflict_collector(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
3162 svn_wc_notify_t *notify; local
3468 svn_wc_notify_t *notify; local
[all...]
H A Drevert.c333 svn_wc_notify_t *notify =
339 notify_func(notify_baton, notify, scratch_pool);
732 /* Revert tree LOCAL_ABSPATH to depth DEPTH and notify for all reverts. */
812 CHANGELIST_HASH and notify for all reverts. */
332 svn_wc_notify_t *notify = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h159 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
161 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c1275 svn_wc_notify_t *notify;
1277 notify = svn_wc_create_notify(local_abspath, action, scratch_pool);
1278 notify->kind = kind;
1279 notify->content_state = notify->prop_state = state;
1281 merge_b->notify_func(merge_b->notify_baton, notify,
1443 svn_wc_notify_t *notify;
1445 notify = svn_wc_create_notify(local_abspath, svn_wc_notify_tree_conflict,
1447 notify->kind = local_node_kind;
1449 merge_b->notify_func(merge_b->notify_baton, notify,
1271 svn_wc_notify_t *notify; local
1439 svn_wc_notify_t *notify; local
1469 svn_wc_notify_t *notify; local
1502 svn_wc_notify_t *notify; local
1586 svn_wc_notify_t *notify; local
1647 svn_wc_notify_t *notify; local
1730 svn_wc_notify_t *notify; local
3714 svn_wc_notify_t *notify; local
3811 notify_merging(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
[all...]
H A Dshelf.c1059 const svn_wc_notify_t *notify,
1065 notify->path);
1074 notify->path, wc_status, pool, pool));
1079 nb->notify_func(nb->notify_baton, notify, pool);
1058 shelf_save_notifier(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/gdb/gdb/
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/sys/dev/acpi_support/
H A Dacpi_hp.c291 static void acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context);
798 acpi_hp_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
801 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
806 ACPI_WMI_GET_EVENT_DATA(sc->wmi_dev, notify, &response);
H A Dacpi_ibm.c314 static void acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context);
1310 acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1316 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
1318 if (notify != 0x80)
1319 device_printf(dev, "Unknown notify\n");
/freebsd-11-stable/sys/dev/ciss/
H A Dcissvar.h230 struct ciss_request *ciss_periodic_notify; /* notify callback request */
246 #define CISS_FLAG_NOTIFY_OK (1<<0) /* notify command running OK */
355 CISSQ_REQUEST_QUEUE(notify, CISSQ_NOTIFY);
/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/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/sys/netinet6/
H A Din6_pcb.c591 struct inpcb *(*notify)(struct inpcb *, int))
607 * note that src can be NULL when we get notify by local fragmentation.
626 notify = in6_rtchange;
640 * know the value, notify.
641 * XXX: should we avoid to notify the value to TCP sockets?
648 * Detect if we should notify the error. If no source and
650 * local address match, notify the error. This is the case
673 if (notify) {
674 if ((*notify)(inp, errno))
H A Dudp6_usrreq.c504 struct inpcb *(*notify)(struct inpcb *, int) = udp_notify;
517 notify = in6_rtchange, d = NULL;
576 cmdarg, notify);
579 (const struct sockaddr *)sa6_src, 0, cmd, cmdarg, notify);
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c732 int notify; local
740 notify = 1;
742 notify = 0;
746 return (notify);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_monitor.c441 * We need to notify the monitors that the monitored rings are gone.
676 /* notify the new frames to the monitor */
792 /* notify the new frames to the monitor */
851 int (*notify)(struct netmap_kring*, int);
868 notify = kring->nm_notify;
870 notify = kring->mon_notify;
873 return notify(kring, flags);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c1019 svn_repos_notify_t *notify;
1031 notify = svn_repos_notify_create(repos_action, pool);
1032 notify->shard = shard;
1033 pnb->notify_func(pnb->notify_baton, notify, pool);
1016 svn_repos_notify_t *notify; local
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c578 err = xs_printf(xst, node, "feature-rx-notify", "%d", 1);
580 message = "writing feature-rx-notify";
1059 int notify; local
1109 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rxq->ring, notify);
1110 if (notify)
2092 int error, notify; local
2127 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&txq->ring, notify);
2128 if (notify)
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c750 * used to notify us of ring changes.
843 * "feature-rx-notify"
910 /** \todo Collect the rx notify feature */
1039 * to drain, disconnect from the front-end, and notify any waiters (e.g.
1443 int notify; local
1460 RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(txb, notify);
1461 if (notify != 0)
2333 int notify; local
2376 RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(rxb, notify);
2377 if ((notify !
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1493 MANDATE_IE(c->uni, u->u.notify.notify, UNI_IE_NOTIFY);
1495 if (IE_ISGOOD(u->u.notify.epref)) {
1496 if ((p = uni_find_party(c, &u->u.notify.epref)) == NULL) {
1497 respond_drop_party_ack(c, &u->u.notify.epref,
1515 map_callstate(c->cstate), &u->u.notify.epref,
1525 map_callstate(c->cstate), &u->u.notify.epref,
1532 ind->notify.hdr = u->u.hdr;
1533 copy_msg_notify(&u->u.notify, &ind->notify);
[all...]
H A Dsig_print.c442 (const union uni_msgall *)&api->notify, cx);
452 (const union uni_msgall *)&api->notify, cx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp267 const bool notify = false; local
268 m_breakpoint_list.RemoveAll(notify);
269 m_internal_breakpoint_list.RemoveAll(notify);
273 m_image_search_paths.Clear(notify);
812 const bool notify = false; // Don't notify about all the state changes we do local
825 wp_sp->SetEnabled(false, notify);
828 m_process_sp->DisableWatchpoint(matched_sp.get(), notify);
835 wp_sp->SetWatchpointType(kind, notify);
839 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
1401 const bool notify = true; local
1953 GetOrCreateModule(const ModuleSpec &module_spec, bool notify, Status *error_ptr) argument
[all...]
/freebsd-11-stable/sbin/dump/
H A Dmain.c73 int notify = 0; /* notify operator flag */ variable
182 case 'n': /* notify operators */
183 notify = 1;
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c325 td_notify_t notify; local
329 err = td_ta_event_addr_p (thread_agent, event, &notify);
335 extract_typed_address(&notify.u.bptaddr, builtin_type_void_func_ptr),
346 td_notify_t notify; local
/freebsd-11-stable/sys/dev/asmc/
H A Dasmc.c1349 char notify[16]; local
1366 snprintf(notify, sizeof(notify), " notify=0x%x", type);
1367 devctl_notify("ACPI", "asmc", "SMS", notify);

Completed in 394 milliseconds

12345678