| /NextBSD/sys/dev/isp/ |
| HD | isp_target.c | 157 isp_notify_t notify; in isp_target_notify() local 260 ISP_MEMZERO(¬ify, sizeof (isp_notify_t)); in isp_target_notify() 261 notify.nt_hba = isp; in isp_target_notify() 262 notify.nt_wwn = INI_ANY; in isp_target_notify() 263 notify.nt_tgt = TGT_ANY; in isp_target_notify() 264 notify.nt_nphdl = iid; in isp_target_notify() 265 notify.nt_sid = PORT_ANY; in isp_target_notify() 266 notify.nt_did = PORT_ANY; in isp_target_notify() 267 notify.nt_lun = LUN_ANY; in isp_target_notify() 268 notify.nt_tagval = TAG_ANY; in isp_target_notify() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/sig/ |
| HD | sig_unimsgcpy.c | 18 if(IE_ISGOOD(src->notify)) in copy_msg_alerting() 19 dst->notify = src->notify; in copy_msg_alerting() 38 if(IE_ISGOOD(src->notify)) in copy_msg_call_proc() 39 dst->notify = src->notify; in copy_msg_call_proc() 57 if(IE_ISGOOD(src->notify)) in copy_msg_connect() 58 dst->notify = src->notify; in copy_msg_connect() 91 if(IE_ISGOOD(src->notify)) in copy_msg_connect_ack() 92 dst->notify = src->notify; in copy_msg_connect_ack() 105 if(IE_ISGOOD(src->notify)) in copy_msg_release() 106 dst->notify = src->notify; in copy_msg_release() [all …]
|
| /NextBSD/contrib/bsnmp/snmp_target/ |
| HD | target_snmp.c | 525 struct target_notify *notify; in op_snmp_notify() local 529 if ((notify = target_get_notify(&val->var, sub)) == NULL) in op_snmp_notify() 534 if ((notify = target_get_next_notify(&val->var, sub)) == NULL) in op_snmp_notify() 536 target_append_index(&val->var, sub, notify->name); in op_snmp_notify() 540 if ((notify = target_get_notify(&val->var, sub)) == NULL && in op_snmp_notify() 545 if (notify != NULL) { in op_snmp_notify() 547 notify->type == StorageType_readOnly) in op_snmp_notify() 555 ctx->scratch->int1 = strlen(notify->taglist) + 1; in op_snmp_notify() 559 strlcpy(ctx->scratch->ptr1, notify->taglist, in op_snmp_notify() 561 memcpy(notify->taglist, val->v.octetstring.octets, in op_snmp_notify() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/msg/ |
| HD | 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 …]
|
| HD | msg.def | 51 notify 74 notify - !pnni 101 notify 125 notify 146 notify 200 notify 263 start notify 0x6e 264 notify 321 notify 347 notify [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | PathMappingList.cpp | 79 bool notify) in Append() argument 83 if (notify && m_callback) in Append() 88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append() argument 96 if (notify && m_callback) in Append() 105 bool notify) in Insert() argument 114 if (notify && m_callback) in Insert() 122 bool notify) in Replace() argument 129 if (notify && m_callback) in Replace() 135 PathMappingList::Remove (size_t index, bool notify) in Remove() argument 143 if (notify && m_callback) in Remove() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | PathMappingList.h | 47 Append (const ConstString &path, const ConstString &replacement, bool notify); 50 Append (const PathMappingList &rhs, bool notify); 53 Clear (bool notify); 78 bool notify); 81 Remove (size_t index, bool notify); 84 Remove (const ConstString &path, bool notify); 89 bool notify); 95 bool notify);
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | import.c | 240 svn_wc_notify_t *notify in import_file() local 243 notify->kind = svn_node_file; in import_file() 244 notify->mime_type = mimetype; in import_file() 245 notify->content_state = notify->prop_state in import_file() 247 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in import_file() 248 ctx->notify_func2(ctx->notify_baton2, notify, pool); in import_file() 323 svn_wc_notify_t *notify in get_filtered_children() local 327 notify->kind = svn_node_dir; in get_filtered_children() 328 notify->content_state = notify->prop_state in get_filtered_children() 330 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in get_filtered_children() [all …]
|
| HD | commit_util.c | 75 svn_wc_notify_t *notify; in fixup_commit_error() local 78 notify = svn_wc_create_notify(local_abspath, in fixup_commit_error() 82 notify = svn_wc_create_notify_url( in fixup_commit_error() 88 notify->kind = kind; in fixup_commit_error() 89 notify->err = err; in fixup_commit_error() 91 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool); in fixup_commit_error() 112 svn_wc_notify_t *notify; in fixup_commit_error() local 115 notify = svn_wc_create_notify(local_abspath, in fixup_commit_error() 119 notify = svn_wc_create_notify_url( in fixup_commit_error() 125 notify->kind = kind; in fixup_commit_error() [all …]
|
| HD | update.c | 366 svn_wc_notify_t *notify in update_internal() local 369 notify->kind = svn_node_none; in update_internal() 370 notify->content_state = notify->prop_state in update_internal() 372 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in update_internal() 373 ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool); in update_internal() 534 svn_wc_notify_t *notify in update_internal() local 537 notify->kind = svn_node_none; in update_internal() 538 notify->content_state = notify->prop_state in update_internal() 540 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in update_internal() 541 notify->revision = revnum; in update_internal() [all …]
|
| HD | 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() 250 svn_wc_notify_t *notify = in upgrade_externals_from_properties() local 254 notify->err = err; in upgrade_externals_from_properties() 257 notify, scratch_pool); in upgrade_externals_from_properties() 390 svn_wc_notify_t *notify = in upgrade_externals_from_properties() local 394 notify->err = err; in upgrade_externals_from_properties() 396 notify, scratch_pool); in upgrade_externals_from_properties()
|
| HD | externals.c | 129 svn_wc_notify_t *notify; in relegate_dir_external() local 131 notify = svn_wc_create_notify(err ? local_abspath : new_path, in relegate_dir_external() 134 notify->kind = svn_node_dir; in relegate_dir_external() 135 notify->err = err; in relegate_dir_external() 137 notify_func(notify_baton, notify, scratch_pool); in relegate_dir_external() 566 svn_wc_notify_t *notify in switch_file_external() local 569 notify->kind = svn_node_none; in switch_file_external() 570 notify->content_state = notify->prop_state in switch_file_external() 572 notify->lock_state = svn_wc_notify_lock_state_inapplicable; in switch_file_external() 573 notify->revision = revnum; in switch_file_external() [all …]
|
| HD | 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 …]
|
| HD | 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()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | observer.c | 63 generic_observer_notification_ftype *notify; member 104 generic_observer_notification_ftype * notify, in generic_observer_attach() argument 110 observer_list->observer->notify = notify; in generic_observer_attach() 157 (*current_node->observer->notify) (current_node->observer->data, args); in generic_observer_notify() 170 observer_normal_stop_ftype *notify = (observer_normal_stop_ftype *) data; in observer_normal_stop_notification_stub() local 171 (*notify) (); in observer_normal_stop_notification_stub()
|
| /NextBSD/lib/librtld_db/ |
| HD | rtld_db.c | 84 rd_event_addr(rd_agent_t *rdap, rd_event_e event, rd_notify_t *notify) in rd_event_addr() argument 89 notify); in rd_event_addr() 96 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 97 notify->u.bptaddr = rdap->rda_preinit_addr; in rd_event_addr() 100 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 101 notify->u.bptaddr = rdap->rda_postinit_addr; in rd_event_addr() 104 notify->type = RD_NOTIFY_BPT; in rd_event_addr() 105 notify->u.bptaddr = rdap->rda_dlactivity_addr; in rd_event_addr()
|
| /NextBSD/contrib/bsnmp/snmpd/ |
| HD | trap.c | 833 target_next_notify(struct target_notify *notify) in target_next_notify() argument 835 if (notify == NULL) in target_next_notify() 838 return (SLIST_NEXT(notify, tn)); in target_next_notify() 845 struct target_notify *notify, *temp, *prev; in target_new_notify() local 847 SLIST_FOREACH(notify, &target_notifylist, tn) in target_new_notify() 848 if (strcmp(nname, notify->name) == 0) in target_new_notify() 851 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify() 854 memset(notify, 0, sizeof(*notify)); in target_new_notify() 855 strlcpy(notify->name, nname, sizeof(notify->name)); in target_new_notify() 859 SLIST_INSERT_HEAD(&target_notifylist, notify, tn); in target_new_notify() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_repos/ |
| HD | 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()
|
| HD | load-fs-vtable.c | 516 svn_repos_notify_t *notify = svn_repos_notify_create( in new_revision_record() local 520 notify->old_revision = rb->rev; in new_revision_record() 521 pb->notify_func(pb->notify_baton, notify, pb->notify_pool); in new_revision_record() 534 svn_repos_notify_t *notify = svn_repos_notify_create( in new_revision_record() local 538 notify->old_revision = rb->rev; in new_revision_record() 539 pb->notify_func(pb->notify_baton, notify, pb->notify_pool); in new_revision_record() 614 svn_repos_notify_t *notify = svn_repos_notify_create( in maybe_add_with_history() local 618 pb->notify_func(pb->notify_baton, notify, pb->notify_pool); in maybe_add_with_history() 689 svn_repos_notify_t *notify = svn_repos_notify_create( in new_node_record() local 693 notify->path = nb->path; in new_node_record() [all …]
|
| HD | deprecated.c | 167 const svn_repos_notify_t *notify, in recovery_started() argument 172 if (notify->action == svn_repos_notify_mutex_acquired in recovery_started() 465 const svn_repos_notify_t *notify, in pack_notify_wrapper_func() argument 470 svn_error_clear(pnwb->notify_func(pnwb->notify_baton, notify->shard, in pack_notify_wrapper_func() 471 notify->action - 3, scratch_pool)); in pack_notify_wrapper_func() 633 const svn_repos_notify_t *notify, in repos_notify_handler() argument 639 switch (notify->action) in repos_notify_handler() 642 svn_error_clear(svn_stream_puts(feedback_stream, notify->warning_str)); in repos_notify_handler() 648 notify->revision)); in repos_notify_handler() 654 notify->revision)); in repos_notify_handler() [all …]
|
| /NextBSD/usr.sbin/clear_locks/ |
| HD | clear_locks.c | 43 nlm4_notify notify; in main() local 56 notify.name = hostname; in main() 57 notify.state = 0; in main() 59 (xdrproc_t) xdr_nlm4_notify, (void *) ¬ify, in main()
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_shutdown.pod | 16 "close notify" shutdown alert to the peer. 20 SSL_shutdown() tries to send the "close notify" shutdown alert to the peer. 25 The shutdown procedure consists of 2 steps: the sending of the "close notify" 26 shutdown alert and the reception of the peer's "close notify" shutdown 32 complete shutdown procedure (bidirectional "close notify" alerts) must be 40 =item When the application is the first party to send the "close notify" 47 The second call will make SSL_shutdown() wait for the peer's "close notify" 51 =item If the peer already sent the "close notify" alert B<and> it was 54 SSL_shutdown() will send the "close notify" alert, set the SSL_SENT_SHUTDOWN 84 state but not actually send the "close notify" alert messages, [all …]
|
| /NextBSD/lib/libmach/mach/ |
| HD | mach_msg.c | 67 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument 74 mach_port_t notify; 92 timeout, notify, MACH_MSG_NULL, 0); 101 timeout, notify, MACH_MSG_NULL, 0); 108 timeout, notify, MACH_MSG_NULL, 0); 115 notify, rcv_msg, rcv_msg_size) in mach_msg_overwrite() argument 122 mach_port_t notify; 142 timeout, notify, rcv_msg, rcv_msg_size); 151 timeout, notify, rcv_msg, rcv_msg_size); 158 timeout, notify, rcv_msg, rcv_msg_size);
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_lid.c | 62 static void acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, 182 acpi_lid_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_lid_notify_handler() argument 186 ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify); in acpi_lid_notify_handler() 189 switch (notify) { in acpi_lid_notify_handler() 195 device_printf(sc->lid_dev, "unknown notify %#x\n", notify); in acpi_lid_notify_handler()
|
| /NextBSD/contrib/subversion/subversion/svn/ |
| HD | 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()
|