Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 96) sorted by relevance

1234

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c162 if(IE_ISGOOD(src->calling)) in copy_msg_setup()
163 dst->calling = src->calling; in copy_msg_setup()
295 if(IE_ISGOOD(src->calling)) in copy_msg_add_party()
296 dst->calling = src->calling; in copy_msg_add_party()
445 if(IE_ISGOOD(src->calling)) in copy_msg_leaf_setup_req()
446 dst->calling = src->calling; in copy_msg_leaf_setup_req()
492 if(IE_ISGOOD(src->calling)) in copy_msg_cobisetup()
493 dst->calling = src->calling; in copy_msg_cobisetup()
509 if(IE_ISGOOD(src->calling)) in copy_msg_facility()
510 dst->calling = src->calling; in copy_msg_facility()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_msg.h86 struct uni_ie_calling calling; member
158 struct uni_ie_calling calling; member
231 struct uni_ie_calling calling; member
255 struct uni_ie_calling calling; member
265 struct uni_ie_calling calling; member
H A Dmsg.def195 calling
316 calling
446 calling
486 calling
504 calling
H A Duni_ie.h31 struct uni_ie_calling calling; member
H A Duni_msg.c1098 if(msg->calling.h.present & UNI_IE_PRESENT) in print_setup()
1280 if((p->calling.h.present & UNI_IE_PRESENT) && in encode_setup()
1448 out->calling.h = *hdr; in decode_setup()
2209 if(msg->calling.h.present & UNI_IE_PRESENT) in print_add_party()
2441 out->calling.h = *hdr; in decode_add_party()
3435 if(msg->calling.h.present & UNI_IE_PRESENT) in print_leaf_setup_req()
3542 out->calling.h = *hdr; in decode_leaf_setup_req()
3778 if(msg->calling.h.present & UNI_IE_PRESENT) in print_cobisetup()
3866 out->calling.h = *hdr; in decode_cobisetup()
3913 if(msg->calling.h.present & UNI_IE_PRESENT) in print_facility()
[all …]
H A Die.def58 element calling 0x6c itu 26 file=addr
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst16 values contained within the metric library by calling an update function
31 Before the library can be used, it has to be initialized by calling
160 Once the library usage is done, it must be deinitialized by calling
192 Before the library can be used, it has to be initialised by calling
256 Before the library can be used, it has to be initialised by calling
H A Dtimer_lib.rst18 * If not required in the application, timers can be disabled at compilation time by not calling t…
63 …age() returns without taking a lock in the case where the timer list for the calling core is empty.
H A Dpdump_lib.rst70 The library API ``rte_pdump_uninit()``, uninitializes the packet capture framework by calling ``rte…
H A Drcu_lib.rst143 call ``rte_rcu_qsbr_thread_offline()`` API, before calling blocking APIs. It
148 state by calling the API ``rte_rcu_qsbr_start()``. It is possible for multiple
237 …a structure, unregister the reader threads from the QSBR variable before calling the client librar…
/f-stack/freebsd/contrib/ngatm/
H A DFREEBSD-upgrade22 6. Re-generate files by calling ./genfiles
/f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.txt14 - method : The method of calling the OP-TEE Trusted OS. Permitted
H A Dsdei.txt30 - method : The method of calling the SDEI firmware. Permitted
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.txt17 - method: The method of calling the PM-API firmware layer.
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dbcc57 # to avoid the direct ilink32 calling and the c0w32.obj's WinMain/main problem
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-opal.txt12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_user.c227 if (!IE_ISPRESENT(conn->calling)) in addr_matches()
230 return (addr->addr.type == conn->calling.addr.type && in addr_matches()
231 addr->addr.plan == conn->calling.addr.plan && in addr_matches()
232 addr->addr.len == conn->calling.addr.len && in addr_matches()
233 memcmp(addr->addr.addr, conn->calling.addr.addr, in addr_matches()
472 memcpy(ptr, &conn->calling, len); in cc_attr_query()
735 memcpy(&conn->calling, ptr, len); in cc_attr_set()
/f-stack/freebsd/opencrypto/
H A Dcryptodev_if.m131 * and the operation completed by calling 'crypto_done'. This method
163 * and the operation completed by calling 'crypto_kdone'. This method
/f-stack/dpdk/buildtools/pkg-config/
H A Dmeson.build10 # When calling pkg-config --static --libs, pkg-config will always output the
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst26 after read or write error on the pipe, instead of calling ``rte_panic``.
137 in order to notify errors instead of calling ``rte_exit``.
/f-stack/dpdk/doc/guides/nics/
H A Dpcap_ring.rst318 by calling rte_eth_dev_configure() to set the number of receive and transmit queues,
319 then calling rte_eth_rx_queue_setup() / tx_queue_setup() for each of those queues and
320 finally calling rte_eth_dev_start() to allow transmission and reception of packets to begin.
/f-stack/freebsd/kern/
H A Dserdev_if.m78 # matrix and service the interrupts in the most flexible way by calling
/f-stack/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst15 The guide covers two ways of launching the VM, either by directly calling the
145 The VM may be launched either by calling QEMU directly, or by using libvirt.
/f-stack/doc/
H A DF-Stack_Release_Note.md10 - Fix wrong msg_flags in struct msghdr after calling ff_recvmsg in a Linux application.
/f-stack/freebsd/arm/arm/
H A Dplatform_if.m105 * calling pmap_bootstrap() which uses the value to size the available KVA.

1234