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

12345678

/freebsd-13-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-13-stable/usr.sbin/clear_locks/
H A Dclear_locks.c45 nlm4_notify notify; local
58 notify.name = hostname;
59 notify.state = 0;
61 (xdrproc_t) xdr_nlm4_notify, (void *) &notify,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h36 bool notify);
38 void Append(const PathMappingList &rhs, bool notify);
40 void Clear(bool notify);
53 uint32_t insert_idx, bool notify);
55 bool Remove(size_t index, bool notify);
57 bool Remove(ConstString path, bool notify);
60 bool notify);
63 uint32_t index, bool notify);
/freebsd-13-stable/sys/dev/isp/
H A Disp_target.c312 isp_notify_t notify; local
314 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
315 notify.nt_hba = isp;
316 notify.nt_wwn = INI_ANY;
317 notify.nt_nphdl = NIL_HANDLE;
318 notify.nt_sid = PORT_ANY;
319 notify.nt_did = PORT_ANY;
320 notify.nt_tgt = TGT_ANY;
321 notify.nt_channel = bus;
322 notify
355 isp_notify_t notify; local
530 isp_notify_t notify, *nt = &notify; local
726 isp_notify_t notify; local
[all...]
/freebsd-13-stable/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-13-stable/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-13-stable/sbin/devd/
H A Dapple.conf6 notify 0 {
14 notify 0 {
23 notify 0 {
27 match "notify" "down";
32 notify 0 {
36 match "notify" "up";
43 notify 0 {
50 notify 0 {
54 match "notify" "down";
58 notify
[all...]
H A Ddevd.conf44 notify 0 {
57 notify 0 {
76 notify 0 {
122 notify 100 {
131 notify 100 {
140 notify 100 {
149 notify 100 {
206 notify 10 {
209 action "service power_profile $notify";
215 notify 1
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h38 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify);
91 bool Remove(lldb::break_id_t breakID, bool notify);
113 void RemoveAll(bool notify);
118 void RemoveAllowed(bool notify);
H A DWatchpointList.h47 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
135 bool Remove(lldb::watch_id_t watchID, bool notify);
179 void RemoveAll(bool notify);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp64 ConstString replacement, bool notify) {
67 if (notify && m_callback)
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { argument
77 if (notify && m_callback)
84 bool notify) {
93 if (notify && m_callback)
99 bool notify) {
104 if (notify && m_callback)
109 bool PathMappingList::Remove(size_t index, bool notify) { argument
116 if (notify
63 Append(ConstString path, ConstString replacement, bool notify) argument
82 Insert(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
97 Replace(ConstString path, ConstString replacement, uint32_t index, bool notify) argument
139 Clear(bool notify) argument
245 Replace(ConstString path, ConstString new_path, bool notify) argument
258 Remove(ConstString path, bool notify) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svn/
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
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
/freebsd-13-stable/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c526 struct target_notify *notify; local
530 if ((notify = target_get_notify(&val->var, sub)) == NULL)
535 if ((notify = target_get_next_notify(&val->var, sub)) == NULL)
537 target_append_index(&val->var, sub, notify->name);
541 if ((notify = target_get_notify(&val->var, sub)) == NULL &&
546 if (notify != NULL) {
548 notify->type == StorageType_readOnly)
556 ctx->scratch->int1 = strlen(notify->taglist) + 1;
560 strlcpy(ctx->scratch->ptr1, notify->taglist,
562 memcpy(notify
760 struct target_notify *notify; local
777 struct target_notify *notify; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dupgrade.c158 svn_wc_notify_t *notify =
162 notify->err = err;
164 notify, iterpool);
364 svn_wc_notify_t *notify =
368 notify->err = err;
371 notify, scratch_pool);
398 svn_wc_notify_t *notify =
404 notify->err = err;
406 notify, scratch_pool);
156 svn_wc_notify_t *notify = local
362 svn_wc_notify_t *notify = local
396 svn_wc_notify_t *notify = local
H A Dimport.c271 svn_wc_notify_t *notify
274 notify->kind = svn_node_file;
275 notify->mime_type = mimetype;
276 notify->content_state = notify->prop_state
278 notify->lock_state = svn_wc_notify_lock_state_inapplicable;
279 ctx->notify_func2(ctx->notify_baton2, notify, pool);
352 svn_wc_notify_t *notify
356 notify->kind = svn_node_dir;
357 notify
270 svn_wc_notify_t *notify local
351 svn_wc_notify_t *notify local
494 svn_wc_notify_t *notify local
583 svn_wc_notify_t *notify local
806 svn_wc_notify_t *notify; local
[all...]
H A Dcommit_util.c75 svn_wc_notify_t *notify; local
78 notify = svn_wc_create_notify(local_abspath,
82 notify = svn_wc_create_notify_url(
88 notify->kind = kind;
89 notify->err = err;
91 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
112 svn_wc_notify_t *notify; local
115 notify = svn_wc_create_notify(local_abspath,
119 notify = svn_wc_create_notify_url(
125 notify
147 svn_wc_notify_t *notify; local
1268 svn_wc_notify_t *notify; local
1612 svn_wc_notify_t *notify; local
1926 svn_wc_notify_t *notify; local
1964 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 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...]
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h14 void notify(const char *hostname, const int state);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h47 void (*notify)(void *ha, void *qlnx_rdma_dev, enum qlnx_rdma_event); member in struct:qlnx_rdma_if
/freebsd-13-stable/sys/ofed/include/rdma/
H A Drdmavt_cq.h87 u8 notify; member in struct:rvt_cq
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { argument
39 if (notify)
45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { argument
55 if (notify)
82 void BreakpointList::RemoveAll(bool notify) { argument
86 if (notify) {
94 void BreakpointList::RemoveAllowed(bool notify) { argument
100 if (notify)
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrap.c826 target_next_notify(struct target_notify *notify) argument
828 if (notify == NULL)
831 return (SLIST_NEXT(notify, tn));
838 struct target_notify *notify, *temp, *prev; local
840 SLIST_FOREACH(notify, &target_notifylist, tn)
841 if (strcmp(nname, notify->name) == 0)
844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL)
847 memset(notify, 0, sizeof(*notify));
876 target_delete_notify(struct target_notify *notify) argument
889 struct target_notify *notify; local
[all...]

Completed in 246 milliseconds

12345678