Searched refs:notify (Results 126 - 150 of 180) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c191 static void acpi_cpu_notify(ACPI_HANDLE h, UINT32 notify, void *context);
394 * and notify ACPI of them. We support unified SMP power control
808 * can change dynamically, our notify handler may call this function
1001 * install our notify handler.
1252 acpi_cpu_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
1256 if (notify != ACPI_NOTIFY_CX_STATES)
1277 acpi_UserNotify("PROCESSOR", sc->cpu_handle, notify);
H A Dacpivar.h350 uint8_t notify);
/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/sys/netinet6/
H A Draw_ip6.c345 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange;
354 notify = in6_rtchange, d = NULL;
378 (const struct sockaddr *)sa6_src, 0, cmd, cmdarg, notify);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc143 static const char notify = '!'; variable
759 case notify:
761 s = "notify";
814 case notify:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp767 bool notify{false};
768 object_sp = dict->GetValueForKey("notify");
770 notify = object_sp->GetBooleanValue();
778 notify, description.c_str());
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dadd.c1196 svn_wc_notify_t *notify;
1197 notify = svn_wc_create_notify_url(common,
1200 ctx->notify_func2(ctx->notify_baton2, notify, pool);
1194 svn_wc_notify_t *notify; local
H A Dshelf2.c1377 svn_wc_notify_t *notify local
1380 notify->kind = kind;
1381 notify->content_state = content_state;
1382 notify->prop_state = prop_state;
1383 notify_func(notify_baton, notify, scratch_pool);
1476 NULL, NULL, NULL, NULL, /*cancel, notify*/
H A Ddeprecated.c548 const svn_wc_notify_t *notify,
553 if (notify->action == svn_wc_notify_commit_copied)
555 svn_wc_notify_t *my_notify = svn_wc_dup_notify(notify, pool);
557 notify = my_notify;
559 else if (notify->action == svn_wc_notify_commit_copied_replaced)
561 svn_wc_notify_t *my_notify = svn_wc_dup_notify(notify, pool);
563 notify = my_notify;
570 b->orig_notify_func2(b->orig_notify_baton2, notify, pool);
545 downgrade_commit_copied_notify_func(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) argument
H A Dra.c437 svn_wc_notify_t *notify =
441 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
434 svn_wc_notify_t *notify = local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c155 notify that the node is restored. Use DB for accessing the working copy.
190 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
193 notify->kind = svn_node_file;
194 (*notify_func)(notify_baton, notify, scratch_pool);
H A Dprops.c1921 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath,
1924 notify->prop_name = name;
1925 notify->kind = kind;
1927 (*notify_func)(notify_baton, notify, scratch_pool);
1919 svn_wc_notify_t *notify = svn_wc_create_notify(local_abspath, local
/freebsd-11-stable/sys/dev/aac/
H A Daac.c2117 int notify; member in struct:__anon6181
2136 * separate queue/notify interface).
2178 /* notify the adapter if we know how */
2179 if (aac_qinfo[queue].notify != 0)
2180 AAC_QNOTIFY(sc, aac_qinfo[queue].notify);
2199 int notify; local
2217 notify = 0;
2219 notify++;
2276 /* if we have made the queue un-full, notify the adapter */
2277 if (notify
[all...]
/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
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c924 * If explicitly rejected notify callback and reject if not
1005 * If error looking up CRL, nothing we can do except notify callback
1059 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
1063 if (notify)
1072 if (!notify)
1080 if (!notify)
1091 if (!notify)
1099 if (!notify)
1107 if (notify)
1765 * Locate certificates with bad extensions and notify callbac
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c1808 char notify[MAXLINE]; local
1810 notify[0] = '\0';
1812 (void) sm_strlcat(notify, "SUCCESS,",
1813 sizeof(notify));
1815 (void) sm_strlcat(notify, "FAILURE,",
1816 sizeof(notify));
1818 (void) sm_strlcat(notify, "DELAY,",
1819 sizeof(notify));
1822 if (notify[0] == '\0')
1823 (void) sm_strlcat(notify, "NEVE
[all...]
/freebsd-11-stable/sys/dev/xen/blkfront/
H A Dblkfront.c139 int notify; local
141 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify);
143 if (notify)
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c529 notify(struct cdev *dev, const char *ev, int flags) function
552 notify(dev, "CREATE", flags);
559 notify(dev, "DESTROY", MAKEDEV_WAITOK);
1149 /* avoid out of order notify events */
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c500 bundle->notify.fd = bgpipe[1];
H A Dbundle.c178 if (bundle->notify.fd != -1) {
181 ret = write(bundle->notify.fd, &c, 1);
187 log_Printf(LogERROR, "Failed to notify parent of success\n");
188 close(bundle->notify.fd);
189 bundle->notify.fd = -1;
193 log_Printf(LogERROR, "Failed to notify parent of %s\n", ex_desc(c));
888 bundle.notify.fd = -1;
/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
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak128 $(OBJDIR)\notify.obj \
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dnotify.c2 * notify.c: feedback handlers for cmdline client.
50 /* Baton for notify and friends. */
289 /* The body for notify() function with standard error handling semantic.
1214 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool)
1259 *notify_func_p = notify;
1212 notify(void *baton, const svn_wc_notify_t *n, apr_pool_t *pool) function
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c1348 * \param notify Flag that is set to 1 if the other end should be
1353 xbb_push_responses(struct xbb_softc *xbb, int *run_taskqueue, int *notify) argument
1364 RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&xbb->rings.common, *notify);
1396 int notify, run_taskqueue; local
1454 xbb_push_responses(xbb, &run_taskqueue, &notify);
1461 if (notify)
2868 * used to notify us of ring changes.
3406 * backend device/file to drain, disconnect from the front-end, and notify
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c613 isp_notify_t notify; local
661 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
662 notify.nt_ncode = NT_HBA_RESET;
663 notify.nt_hba = isp;
664 notify.nt_wwn = INI_ANY;
665 notify.nt_nphdl = NIL_HANDLE;
666 notify.nt_sid = PORT_ANY;
667 notify.nt_did = PORT_ANY;
668 notify.nt_tgt = TGT_ANY;
669 notify
[all...]

Completed in 415 milliseconds

12345678