| /freebsd-13.1/sys/dev/isp/ |
| H A D | isp_target.c | 312 isp_notify_t notify; in isp_target_async() local 315 notify.nt_hba = isp; in isp_target_async() 316 notify.nt_wwn = INI_ANY; in isp_target_async() 320 notify.nt_tgt = TGT_ANY; in isp_target_async() 355 isp_notify_t notify; in isp_got_tmf_24xx() local 363 notify.nt_hba = isp; in isp_got_tmf_24xx() 389 notify.nt_sid = sid; in isp_got_tmf_24xx() 390 notify.nt_did = did; in isp_got_tmf_24xx() 530 isp_notify_t notify, *nt = ¬ify; in isp_handle_abts() local 726 isp_notify_t notify; in isp_handle_notify_24xx() local [all …]
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 19 dst->notify = src->notify; in copy_msg_alerting() 39 dst->notify = src->notify; in copy_msg_call_proc() 58 dst->notify = src->notify; in copy_msg_connect() 92 dst->notify = src->notify; in copy_msg_connect_ack() 106 dst->notify = src->notify; in copy_msg_release() 174 dst->notify = src->notify; in copy_msg_setup() 250 dst->notify = src->notify; in copy_msg_notify() 308 dst->notify = src->notify; in copy_msg_add_party() 343 dst->notify = src->notify; in copy_msg_add_party_ack() 369 dst->notify = src->notify; in copy_msg_party_alerting() [all …]
|
| /freebsd-13.1/contrib/bsnmp/snmp_target/ |
| H A D | target_snmp.c | 526 struct target_notify *notify; in op_snmp_notify() local 546 if (notify != NULL) { in op_snmp_notify() 572 if (notify != NULL) { in op_snmp_notify() 601 if (notify == NULL) in op_snmp_notify() 760 struct target_notify *notify; in target_get_notify() local 765 for (notify = target_first_notify(); notify != NULL; in target_get_notify() 766 notify = target_next_notify(notify)) in target_get_notify() 768 return (notify); in target_get_notify() 777 struct target_notify *notify; in target_get_next_notify() local 785 for (notify = target_first_notify(); notify != NULL; in target_get_next_notify() [all …]
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 13 struct uni_ie_notify notify; member 24 struct uni_ie_notify notify; member 34 struct uni_ie_notify notify; member 52 struct uni_ie_notify notify; member 59 struct uni_ie_notify notify; member 91 struct uni_ie_notify notify; member 132 struct uni_ie_notify notify; member 163 struct uni_ie_notify notify; member 180 struct uni_ie_notify notify; member 193 struct uni_ie_notify notify; member [all …]
|
| H A D | msg.def | 51 notify 101 notify 125 notify 146 notify 200 notify 264 notify 321 notify 347 notify 370 notify 410 notify [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 66 if (notify && m_callback) in Append() 76 if (notify && m_callback) in Append() 83 bool notify) { in Insert() argument 92 if (notify && m_callback) in Insert() 98 bool notify) { in Replace() argument 103 if (notify && m_callback) in Replace() 115 if (notify && m_callback) in Remove() 138 void PathMappingList::Clear(bool notify) { in Clear() argument 142 if (notify && m_callback) in Clear() 233 if (notify && m_callback) in Replace() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 36 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.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | import.c | 270 svn_wc_notify_t *notify in import_file() local 273 notify->kind = svn_node_file; in import_file() 274 notify->mime_type = mimetype; in import_file() 275 notify->content_state = notify->prop_state in import_file() 351 svn_wc_notify_t *notify in get_filtered_children() local 356 notify->content_state = notify->prop_state in get_filtered_children() 498 notify->content_state = notify->prop_state in import_children() 583 svn_wc_notify_t *notify in import_dir() local 586 notify->kind = svn_node_dir; in import_dir() 587 notify->content_state = notify->prop_state in import_dir() [all …]
|
| H A D | commit_util.c | 75 svn_wc_notify_t *notify; in fixup_commit_error() local 88 notify->kind = kind; in fixup_commit_error() 89 notify->err = err; in fixup_commit_error() 112 svn_wc_notify_t *notify; in fixup_commit_error() local 125 notify->kind = kind; in fixup_commit_error() 126 notify->err = err; in fixup_commit_error() 161 notify->kind = kind; in fixup_commit_error() 162 notify->err = err; in fixup_commit_error() 1612 svn_wc_notify_t *notify; in do_item_commit() local 1669 notify = NULL; in do_item_commit() [all …]
|
| H A D | update.c | 460 svn_wc_notify_t *notify in update_internal() local 463 notify->kind = svn_node_none; in update_internal() 464 notify->content_state = notify->prop_state in update_internal() 466 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in update_internal() 582 svn_wc_notify_t *notify in update_internal() local 585 notify->kind = svn_node_none; in update_internal() 586 notify->content_state = notify->prop_state in update_internal() 588 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in update_internal() 589 notify->revision = revnum; in update_internal() 792 svn_wc_notify_t *notify; in svn_client_update4() local [all …]
|
| H A D | upgrade.c | 156 svn_wc_notify_t *notify = in svn_client_upgrade() local 160 notify->err = err; in svn_client_upgrade() 162 notify, iterpool); in svn_client_upgrade() 362 svn_wc_notify_t *notify = in upgrade_externals_from_properties() local 366 notify->err = err; in upgrade_externals_from_properties() 369 notify, scratch_pool); in upgrade_externals_from_properties() 396 svn_wc_notify_t *notify = in upgrade_externals_from_properties() local 402 notify->err = err; in upgrade_externals_from_properties() 404 notify, scratch_pool); in upgrade_externals_from_properties()
|
| H A D | externals.c | 129 svn_wc_notify_t *notify; in relegate_dir_external() local 134 notify->kind = svn_node_dir; in relegate_dir_external() 135 notify->err = err; in relegate_dir_external() 604 svn_wc_notify_t *notify in switch_file_external() local 607 notify->kind = svn_node_none; in switch_file_external() 608 notify->content_state = notify->prop_state in switch_file_external() 611 notify->revision = revnum; in switch_file_external() 717 svn_wc_notify_t *notify = in handle_external_item_removal() local 722 notify->kind = kind; in handle_external_item_removal() 723 notify->err = err; in handle_external_item_removal() [all …]
|
| H A D | cleanup.c | 137 svn_wc_notify_t *notify; in cleanup_status_walk() local 148 notify = svn_wc_create_notify(local_abspath, in cleanup_status_walk() 151 b->ctx->notify_func2(b->ctx->notify_baton2, notify, in cleanup_status_walk() 208 notify = svn_wc_create_notify(local_abspath, svn_wc_notify_delete, in cleanup_status_walk() 210 notify->kind = kind_on_disk; in cleanup_status_walk() 211 b->ctx->notify_func2(b->ctx->notify_baton2, notify, scratch_pool); in cleanup_status_walk()
|
| H A D | locking_commands.c | 76 svn_wc_notify_t *notify; in store_locks_callback() local 82 notify = svn_wc_create_notify(local_abspath ? local_abspath : rel_url, in store_locks_callback() 91 notify->lock = lock; in store_locks_callback() 92 notify->err = ra_err; in store_locks_callback() 97 notify->path_prefix = lb->base_dir_abspath; in store_locks_callback() 105 notify->lock_state = svn_wc_notify_lock_state_locked; in store_locks_callback() 108 notify->lock_state = svn_wc_notify_lock_state_unchanged; in store_locks_callback() 124 notify->lock_state = svn_wc_notify_lock_state_unlocked; in store_locks_callback() 127 notify->lock_state = svn_wc_notify_lock_state_unchanged; in store_locks_callback() 131 notify->url = svn_path_url_add_component2(lb->base_url, rel_url, pool); in store_locks_callback() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | notify.c | 39 svn_repos_notify_t *notify = apr_pcalloc(result_pool, sizeof(*notify)); in svn_repos_notify_create() local 41 notify->action = action; in svn_repos_notify_create() 43 return notify; in svn_repos_notify_create()
|
| H A D | load-fs-vtable.c | 538 notify->old_revision = rb->rev; in new_revision_record() 556 notify->old_revision = rb->rev; in new_revision_record() 703 notify->path = nb->path; in new_node_record() 798 svn_repos_notify_t *notify in svn_repos__adjust_mergeinfo_property() local 803 notify_func(notify_baton, notify, scratch_pool); in svn_repos__adjust_mergeinfo_property() 866 svn_repos_notify_t *notify in set_node_property() local 1182 notify->new_revision = committed_rev; in close_revision() 1183 notify->old_revision = ((committed_rev == rb->rev) in close_revision() 1343 notify->old_revision = rb->rev; in revprops_new_revision_record() 1407 notify->new_revision = rb->rev; in revprops_close_revision() [all …]
|
| /freebsd-13.1/usr.sbin/clear_locks/ |
| H A D | clear_locks.c | 45 nlm4_notify notify; in main() local 58 notify.name = hostname; in main() 59 notify.state = 0; in main() 61 (xdrproc_t) xdr_nlm4_notify, (void *) ¬ify, in main()
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | trap.c | 828 if (notify == NULL) in target_next_notify() 831 return (SLIST_NEXT(notify, tn)); in target_next_notify() 844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify() 847 memset(notify, 0, sizeof(*notify)); in target_new_notify() 848 strlcpy(notify->name, nname, sizeof(notify->name)); in target_new_notify() 853 return (notify); in target_new_notify() 868 free(notify); in target_new_notify() 872 return (notify); in target_new_notify() 879 free(notify); in target_delete_notify() 889 struct target_notify *notify; in target_flush_all() local [all …]
|
| /freebsd-13.1/sys/dev/xen/gntdev/ |
| H A D | gntdev.c | 228 static void notify(struct notify_data *notify, vm_page_t page); 240 struct notify_data *notify; member 270 if (gref->notify) { in gref_list_dtor() 271 notify(gref->notify, gref->page); in gref_list_dtor() 291 if (gref->notify) in gref_list_dtor() 370 grefs[i].notify = NULL; in gntdev_alloc_gref() 519 if (gmap->notify) in gmap_list_dtor() 592 notify(gmap->notify, page); in notify_unmap_cleanup() 838 notify(struct notify_data *notify, vm_page_t page) in notify() function 853 notify->action = 0; in notify() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 31 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() argument 39 if (notify) in Add() 45 bool BreakpointList::Remove(break_id_t break_id, bool notify) { in Remove() argument 55 if (notify) in Remove() 82 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() argument 86 if (notify) { in RemoveAll() 94 void BreakpointList::RemoveAllowed(bool notify) { in RemoveAllowed() argument 100 if (notify) in RemoveAllowed()
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | commit-cmd.c | 59 const svn_wc_notify_t *notify, in copy_warning_notify_func() argument 66 b->wrapped_func(b->wrapped_baton, notify, pool); in copy_warning_notify_func() 74 && (notify->kind == svn_node_dir) in copy_warning_notify_func() 75 && ((notify->action == svn_wc_notify_commit_copied) || in copy_warning_notify_func() 76 (notify->action == svn_wc_notify_commit_copied_replaced))) in copy_warning_notify_func()
|
| /freebsd-13.1/sbin/devd/ |
| H A D | devd.conf | 181 action "service power_profile $notify"; 199 action "/etc/rc.suspend acpi $notify"; 204 action "/etc/rc.resume acpi $notify"; 234 action "/etc/acpi_ac $notify";
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointList.h | 38 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);
|
| /freebsd-13.1/lib/librtld_db/ |
| H A D | rtld_db.c | 97 rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify) in rd_event_addr() argument 102 notify); in rd_event_addr() 109 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 110 notify->u.bptaddr = rdap->rda_preinit_addr; in rd_event_addr() 113 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 114 notify->u.bptaddr = rdap->rda_postinit_addr; in rd_event_addr() 117 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 118 notify->u.bptaddr = rdap->rda_dlactivity_addr; in rd_event_addr()
|
| /freebsd-13.1/sys/dev/acpi_support/ |
| H A D | acpi_asus.c | 1209 if ((notify & ~0x10) <= 15) { in acpi_asus_notify() 1210 sc->s_brn = notify & ~0x10; in acpi_asus_notify() 1212 } else if ((notify & ~0x20) <= 15) { in acpi_asus_notify() 1213 sc->s_brn = notify & ~0x20; in acpi_asus_notify() 1215 } else if (notify == 0x33) { in acpi_asus_notify() 1218 } else if (notify == 0x34) { in acpi_asus_notify() 1221 } else if (notify == 0x86) { in acpi_asus_notify() 1224 } else if (notify == 0x87) { in acpi_asus_notify() 1246 switch (notify) { in acpi_asus_lcdd_notify() 1271 if ((notify & ~0x20) <= 15) { in acpi_asus_eeepc_notify() [all …]
|