Searched refs:notify (Results 76 - 100 of 180) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp402 bool suppress, stop, notify; local
403 signals->GetSignalInfo(signo, suppress, stop, notify);
406 dictionary->AddBooleanItem("notify", notify);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddelete.c266 svn_wc_notify_t *notify;
267 notify = svn_wc_create_notify_url(base_uri,
270 ctx->notify_func2(ctx->notify_baton2, notify, pool);
264 svn_wc_notify_t *notify; local
H A Dmtcc.c1139 svn_wc_notify_t *notify; local
1141 notify = svn_wc_create_notify_url(
1147 notify->path = relpath;
1148 notify->kind = svn_node_file;
1150 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
1471 svn_wc_notify_t *notify; local
1472 notify = svn_wc_create_notify_url(session_url,
1475 mtcc->ctx->notify_func2(mtcc->ctx->notify_baton2, notify,
H A Dmergeinfo.c137 svn_wc_notify_t *notify = local
142 notify->prop_state = svn_wc_notify_state_merged;
144 notify->prop_state = svn_wc_notify_state_changed;
146 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
889 svn_wc_notify_t *notify;
891 notify = svn_wc_create_notify(local_abspath,
894 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
896 notify = svn_wc_create_notify(local_abspath,
899 notify->prop_state = svn_wc_notify_state_changed;
901 ctx->notify_func2(ctx->notify_baton2, notify, scratch_poo
887 svn_wc_notify_t *notify; local
[all...]
H A Dstatus.c656 svn_wc_notify_t *notify
659 notify->revision = edit_revision;
660 ctx->notify_func2(ctx->notify_baton2, notify, pool);
653 svn_wc_notify_t *notify local
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_fujitsu.c141 static void acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context);
312 * Since our notify function is called, we know something has
323 acpi_fujitsu_notify_handler(ACPI_HANDLE h, uint32_t notify, void *context) argument
327 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
331 switch (notify) {
H A Dacpi_wmi.c86 char oid[2]; /* object id or event notify id (first byte) */
139 static void acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify,
222 * - Install the notify handler
247 device_printf(sc->wmi_dev, "couldn't install notify handler - %s\n",
467 * (event_id equals "notify" passed in the callback)
627 acpi_wmi_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
634 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
641 ((UINT8) winfo->ginfo.oid[0] == notify)) {
651 handler(h, notify, handler_data);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Ddoublebounce.pl86 Subject: Postmaster notify: double bounce
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.h147 } notify; member in struct:bundle
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp660 bool ThreadList::SetSelectedThreadByID(lldb::tid_t tid, bool notify) { argument
669 if (notify)
675 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { argument
684 if (notify)
H A DStopInfo.cpp584 const bool notify = false; local
586 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
595 const bool notify = false; local
597 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
599 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify);
931 // If should stop returns false, check if we should notify of this event
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h371 struct uni_notify notify; member in struct:uniapi_notify_request
374 struct uni_notify notify; member in struct:uniapi_notify_indication
/freebsd-11-stable/sbin/dump/
H A Doptr.c126 if (notify == 0) {
166 if (!notify)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1258 notify = option_arg;
1271 notify.clear();
1282 std::string notify; member in class:CommandObjectProcessHandle::CommandOptions
1338 bool notify; local
1341 if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) {
1344 (stop ? "true " : "false"), (notify ? "true " : "false"));
1399 if (!m_options.notify.empty() &&
1400 !VerifyCommandOptionValue(m_options.notify, notify_action)) {
1401 result.AppendError("Invalid argument for command option --notify; must "
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c988 svn_wc_notify_t *notify;
997 notify = svn_wc_create_notify(eb->local_abspath, action, pool);
998 notify->kind = svn_node_file;
1000 notify->revision = *eb->target_revision;
1001 notify->prop_state = prop_state;
1002 notify->content_state = content_state;
1004 notify->old_revision = eb->original_revision;
1006 eb->notify_func(eb->notify_baton, notify, pool);
986 svn_wc_notify_t *notify; local
H A Dcopy.c315 svn_wc_notify_t *notify
318 notify->kind = svn_node_file;
320 (*notify_func)(notify_baton, notify, scratch_pool);
381 svn_wc_notify_t *notify
384 notify->kind = svn_node_dir;
386 /* When we notify that we performed a copy, make sure we already did */
391 (*notify_func)(notify_baton, notify, scratch_pool);
313 svn_wc_notify_t *notify local
379 svn_wc_notify_t *notify local
H A Dwc-queries.sql592 INSERT INTO changelist_list (wc_id, local_relpath, notify, changelist)
609 notify INTEGER NOT NULL,
612 PRIMARY KEY (wc_id, local_relpath, notify DESC)
615 /* Create notify items for when a node is removed from a changelist and
626 INSERT INTO changelist_list(wc_id, local_relpath, notify, changelist)
631 INSERT INTO changelist_list(wc_id, local_relpath, notify, changelist)
642 SELECT wc_id, local_relpath, notify, changelist
644 ORDER BY wc_id, local_relpath ASC, notify DESC
1406 notify INTEGER, /* 1 if an actual row had props or tree conflict */
1425 notify)
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c976 bool notify = false; local
993 notify = true;
1026 return notify;
1044 bool notify = false; local
1087 notify = true;
1094 return notify;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp145 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { argument
146 AppendImpl(module_sp, notify);
173 bool ModuleList::AppendIfNeeded(const ModuleSP &module_sp, bool notify) { argument
182 Append(module_sp, notify);
228 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { argument
229 return RemoveImpl(module_sp, notify);
287 if (Remove(*pos, false /* notify */))
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_thermal.c62 #define TZ_NOTIFY_CRITICAL 0xcc /* Fake notify that _CRT/_HOT reached. */
142 static void acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify,
609 * If we're almost at that threshold, notify the user through devd(8).
845 acpi_tz_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) argument
851 switch (notify) {
863 "unknown Notify event 0x%x\n", notify);
867 acpi_UserNotify("Thermal", h, notify);
883 * triggered by other thermal methods. One system generates a notify of
913 * System power profile may have changed; fetch and notify the
H A Dacpi_perf.c106 static void acpi_px_notify(ACPI_HANDLE h, UINT32 notify, void *context);
236 /* TODO: teardown registers, remove notify handler. */
404 acpi_px_notify(ACPI_HANDLE h, UINT32 notify, void *context) argument
409 if (notify != ACPI_NOTIFY_PERF_STATES)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp691 Status ProcessFreeBSD::EnableWatchpoint(Watchpoint *wp, bool notify) { argument
731 wp->SetEnabled(true, notify);
745 Status ProcessFreeBSD::DisableWatchpoint(Watchpoint *wp, bool notify) { argument
759 wp->SetEnabled(false, notify);
777 wp->SetEnabled(false, notify);
/freebsd-11-stable/sys/netinet/
H A Dtcp_subr.c1940 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify;
1951 notify = tcp_mtudisc_notify;
1955 notify = tcp_drop_syn_sent;
1968 in_pcbnotifyall(&V_tcbinfo, faddr, inetctlerrmap[cmd], notify);
1979 inp = (*notify)(inp, EHOSTDOWN);
1995 * value (if given) and then notify.
2024 inp = (*notify)(inp,
2048 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify;
2087 notify = tcp_mtudisc_notify;
2091 notify
[all...]
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c329 int notify; local
342 (ptr = strstr(ptr, "notify=")) != NULL &&
343 sscanf(ptr, "notify=%x", &notify) == 1)
344 acline_status = (notify ? SRC_AC : SRC_BATTERY);
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c488 struct ioctl_evtchn_notify *notify; local
491 notify = (struct ioctl_evtchn_notify *)arg;
494 evtchn = find_evtchn(u, notify->port);

Completed in 325 milliseconds

12345678