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

1234567

/freebsd-10.1-release/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-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c493 const svn_wc_notify_t *notify,
498 if (notify->action == svn_wc_notify_commit_copied)
500 svn_wc_notify_t *my_notify = svn_wc_dup_notify(notify, pool);
502 notify = my_notify;
504 else if (notify->action == svn_wc_notify_commit_copied_replaced)
506 svn_wc_notify_t *my_notify = svn_wc_dup_notify(notify, pool);
508 notify = my_notify;
515 b->orig_notify_func2(b->orig_notify_baton2, notify, pool);
490 downgrade_commit_copied_notify_func(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
H A Dra.c405 svn_wc_notify_t *notify =
409 (*ctx->notify_func2)(ctx->notify_baton2, notify, scratch_pool);
402 svn_wc_notify_t *notify = local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c300 svn_wc_notify_t *notify = svn_wc_create_notify(
305 notify_func(notify_baton, notify, scratch_pool);
691 CHANGELIST_HASH and notify for all reverts. */
299 svn_wc_notify_t *notify = svn_wc_create_notify( 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
H A Dadm_crawler.c149 notify that the node is restored. Use DB for accessing the working copy.
180 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
183 notify->kind = svn_node_file;
184 (*notify_func)(notify_baton, notify, scratch_pool);
H A Dprops.c1814 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath,
1817 notify->prop_name = name;
1818 notify->kind = kind;
1820 (*notify_func)(notify_baton, notify, scratch_pool);
1812 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
/freebsd-10.1-release/sbin/dump/
H A Dmain.c73 int notify = 0; /* notify operator flag */ variable
182 case 'n': /* notify operators */
183 notify = 1;
/freebsd-10.1-release/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-10.1-release/sbin/devd/
H A Ddevd.cc131 static const char notify = '!'; variable
747 case notify:
749 s = "notify";
788 case notify:
/freebsd-10.1-release/sys/netinet6/
H A Draw_ip6.c351 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange;
360 notify = in6_rtchange, d = NULL;
384 (const struct sockaddr *)sa6_src, 0, cmd, cmdarg, notify);
/freebsd-10.1-release/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-10.1-release/sys/dev/aac/
H A Daac.c2114 int notify; member in struct:__anon7429
2133 * separate queue/notify interface).
2175 /* notify the adapter if we know how */
2176 if (aac_qinfo[queue].notify != 0)
2177 AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
2196 int notify; local
2214 notify = 0;
2216 notify++;
2273 /* if we have made the queue un-full, notify the adapter */
2274 if (notify
[all...]
/freebsd-10.1-release/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
/freebsd-10.1-release/sys/amd64/vmm/intel/
H A Dvmx.c2982 #define VMX_CTR_PIR(vm, vcpuid, pir_desc, notify, vector, level, msg) \
2990 VCPU_CTR1(vm, vcpuid, msg " notify: %s", notify ? "yes" : "no");\
3003 int idx, notify; local
3016 notify = atomic_cmpset_long(&pir_desc->pending, 0, 1);
3018 VMX_CTR_PIR(vlapic->vm, vlapic->vcpuid, pir_desc, notify, vector,
3020 return (notify);
/freebsd-10.1-release/sys/dev/xen/blkfront/
H A Dblkfront.c135 int notify; local
137 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify);
139 if (notify)
/freebsd-10.1-release/sys/kern/
H A Dkern_conf.c533 notify(struct cdev *dev, const char *ev, int flags) function
556 notify(dev, "CREATE", flags);
563 notify(dev, "DESTROY", MAKEDEV_WAITOK);
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpivar.h344 uint8_t notify);
/freebsd-10.1-release/usr.sbin/ppp/
H A Dmain.c498 bundle->notify.fd = bgpipe[1];
H A Dbundle.c176 if (bundle->notify.fd != -1) {
179 ret = write(bundle->notify.fd, &c, 1);
185 log_Printf(LogERROR, "Failed to notify parent of success\n");
186 close(bundle->notify.fd);
187 bundle->notify.fd = -1;
191 log_Printf(LogERROR, "Failed to notify parent of %s\n", ex_desc(c));
886 bundle.notify.fd = -1;
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dnotify.c2 * notify.c: feedback handlers for cmdline client.
49 /* Baton for notify and friends. */
211 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool)
1180 *notify_func_p = notify;
209 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool) function
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dnmake.mak128 $(OBJDIR)\notify.obj \
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2482 ProcessGDBRemote::EnableWatchpoint (Watchpoint *wp, bool notify) argument
2505 wp->SetEnabled(true, notify);
2524 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) argument
2545 wp->SetEnabled(false, notify);
2555 wp->SetEnabled(false, notify);
/freebsd-10.1-release/sys/dev/isp/
H A Disp_library.c699 isp_notify_t notify; local
749 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
750 notify.nt_ncode = NT_HBA_RESET;
751 notify.nt_hba = isp;
752 notify.nt_wwn = INI_ANY;
753 notify.nt_nphdl = NIL_HANDLE;
754 notify.nt_sid = PORT_ANY;
755 notify.nt_did = PORT_ANY;
756 notify.nt_tgt = TGT_ANY;
757 notify
[all...]

Completed in 794 milliseconds

1234567