Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c19 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 …]
H A Dunidef.h371 struct uni_notify notify; member
374 struct uni_notify notify; member
H A Dsig_print.c442 (const union uni_msgall *)&api->notify, cx); in uni_print_api()
452 (const union uni_msgall *)&api->notify, cx); in uni_print_api()
H A Dsig_call.c1493 MANDATE_IE(c->uni, u->u.notify.notify, UNI_IE_NOTIFY); in unx_notify()
1495 if (IE_ISGOOD(u->u.notify.epref)) { in unx_notify()
1496 if ((p = uni_find_party(c, &u->u.notify.epref)) == NULL) { in unx_notify()
1497 respond_drop_party_ack(c, &u->u.notify.epref, in unx_notify()
1515 map_callstate(c->cstate), &u->u.notify.epref, in unx_notify()
1525 map_callstate(c->cstate), &u->u.notify.epref, in unx_notify()
1532 ind->notify.hdr = u->u.hdr; in unx_notify()
1533 copy_msg_notify(&u->u.notify, &ind->notify); in unx_notify()
1560 msg->u.notify = arg->notify; in unx_notify_request()
1845 map_callstate(ns), &u->u.notify.epref, in unx_status()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h13 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 Dmsg.def51 notify
101 notify
125 notify
146 notify
200 notify
264 notify
321 notify
347 notify
370 notify
410 notify
[all …]
H A Duni_msg.c136 out->notify.h = *hdr; in decode_alerting()
280 out->notify.h = *hdr; in decode_call_proc()
514 out->notify.h = *hdr; in decode_connect()
701 out->notify.h = *hdr; in decode_connect_ack()
845 out->notify.h = *hdr; in decode_release()
1492 out->notify.h = *hdr; in decode_setup()
1969 out->notify.h = *hdr; in decode_notify()
2491 out->notify.h = *hdr; in decode_add_party()
2748 out->notify.h = *hdr; in decode_add_party_ack()
2922 out->notify.h = *hdr; in decode_party_alerting()
[all …]
H A Duni_ie.h14 struct uni_ie_notify notify; member
/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c88 int pubsubUnsubscribeChannel(client *c, robj *channel, int notify) { in pubsubUnsubscribeChannel() argument
114 if (notify) { in pubsubUnsubscribeChannel()
150 int pubsubUnsubscribePattern(client *c, robj *pattern, int notify) { in pubsubUnsubscribePattern() argument
165 if (notify) { in pubsubUnsubscribePattern()
178 int pubsubUnsubscribeAllChannels(client *c, int notify) { in pubsubUnsubscribeAllChannels() argument
186 count += pubsubUnsubscribeChannel(c,channel,notify); in pubsubUnsubscribeAllChannels()
189 if (notify && count == 0) { in pubsubUnsubscribeAllChannels()
202 int pubsubUnsubscribeAllPatterns(client *c, int notify) { in pubsubUnsubscribeAllPatterns() argument
211 count += pubsubUnsubscribePattern(c,pattern,notify); in pubsubUnsubscribeAllPatterns()
213 if (notify && count == 0) { in pubsubUnsubscribeAllPatterns()
/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_dev.c43 struct vnic_devcmd_notify *notify; member
950 vdev->notify = notify_addr; in vnic_dev_notify_setcmd()
972 if (vdev->notify || vdev->notify_pa) { in vnic_dev_notify_set()
973 return vnic_dev_notify_setcmd(vdev, vdev->notify, in vnic_dev_notify_set()
1001 vdev->notify = NULL; in vnic_dev_notify_unsetcmd()
1011 if (vdev->notify && !vnic_dev_in_reset(vdev)) { in vnic_dev_notify_unset()
1014 vdev->notify, in vnic_dev_notify_unset()
1028 if (!vdev->notify || !vdev->notify_sz) in vnic_dev_notify_ready()
1033 rte_memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); in vnic_dev_notify_ready()
1138 if (vdev->notify) in vnic_dev_unregister()
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h191 ngx_int_t (*notify)(ngx_event_handler_pt handler); member
448 return ngx_event_actions.notify(handler); in ngx_notify()
469 #define ngx_notify ngx_event_actions.notify
H A Dngx_event_connect.h48 ngx_event_notify_peer_pt notify; member
/f-stack/freebsd/contrib/openzfs/etc/systemd/system/
H A Dzfs-share.service.in6 Before=rpc-statd-notify.service
/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml2 notify:
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c.txt111 - host-notify
112 device uses SMBus host notify protocol instead of interrupt line.
133 adapters that support this feature, may use "host-notify" property. I2C
/f-stack/freebsd/arm/ti/
H A Dti_pruss.c821 int notify; in ti_pruss_irq_kqevent() local
829 notify = 1; in ti_pruss_irq_kqevent()
831 notify = 0; in ti_pruss_irq_kqevent()
835 return (notify); in ti_pruss_irq_kqevent()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst9 to detect 'failed' DPDK cores and notify a fault management entity
26 A real life application might use this callback function to notify a
H A Dvhost_crypto.rst54 guest works in polling mode, thus will NOT notify the guest completion of
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Darm,hdlcd.txt11 - interrupts: One interrupt used by the display controller to notify the
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt5 configured from HPS, there needs to be a way for HPS to notify SDM the
/f-stack/freebsd/netinet/
H A Dtcp_subr.c2464 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify; in tcp_ctlinput() local
2475 notify = tcp_mtudisc_notify; in tcp_ctlinput()
2479 notify = tcp_drop_syn_sent; in tcp_ctlinput()
2502 inp = (*notify)(inp, EHOSTDOWN); in tcp_ctlinput()
2547 inp = (*notify)(inp, in tcp_ctlinput()
2570 struct inpcb *(*notify)(struct inpcb *, int) = tcp_notify; in tcp6_ctlinput() local
2609 notify = tcp_mtudisc_notify; in tcp6_ctlinput()
2613 notify = tcp_drop_syn_sent; in tcp6_ctlinput()
2628 0, cmd, NULL, notify); in tcp6_ctlinput()
2644 inp = (*notify)(inp, EHOSTDOWN); in tcp6_ctlinput()
[all …]
/f-stack/freebsd/netinet6/
H A Draw_ip6.c356 struct inpcb *(*notify)(struct inpcb *, int) = in6_rtchange; in rip6_ctlinput() local
365 notify = in6_rtchange, d = NULL; in rip6_ctlinput()
384 (const struct sockaddr *)sa6_src, 0, cmd, cmdarg, notify); in rip6_ctlinput()
H A Din6_pcb.c644 struct inpcb *(*notify)(struct inpcb *, int)) in in6_pcbnotify()
679 notify = in6_rtchange; in in6_pcbnotify()
726 if (notify) { in in6_pcbnotify()
727 if ((*notify)(inp, errno)) in in6_pcbnotify()
H A Dudp6_usrreq.c556 struct inpcb *(*notify)(struct inpcb *, int) = udp_notify; in udp6_common_ctlinput() local
569 notify = in6_rtchange, d = NULL; in udp6_common_ctlinput()
628 cmdarg, notify); in udp6_common_ctlinput()
631 (const struct sockaddr *)sa6_src, 0, cmd, cmdarg, notify); in udp6_common_ctlinput()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/socionext/
H A Dsocionext,uniphier-system-cache.yaml30 Interrupts can be used to notify the completion of cache operations.

123