| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 162 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 D | uni_msg.h | 86 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 D | msg.def | 195 calling 316 calling 446 calling 486 calling 504 calling
|
| H A D | uni_ie.h | 31 struct uni_ie_calling calling; member
|
| H A D | uni_msg.c | 1098 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 D | ie.def | 58 element calling 0x6c itu 26 file=addr
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | metrics_lib.rst | 16 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 D | timer_lib.rst | 18 * 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 D | pdump_lib.rst | 70 The library API ``rte_pdump_uninit()``, uninitializes the packet capture framework by calling ``rte…
|
| H A D | rcu_lib.rst | 143 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 D | FREEBSD-upgrade | 22 6. Re-generate files by calling ./genfiles
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/ |
| H A D | linaro,optee-tz.txt | 14 - method : The method of calling the OP-TEE Trusted OS. Permitted
|
| H A D | sdei.txt | 30 - method : The method of calling the SDEI firmware. Permitted
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/xilinx/ |
| H A D | xlnx,zynqmp-firmware.txt | 17 - method: The method of calling the PM-API firmware layer.
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | bcc | 57 # to avoid the direct ilink32 calling and the c0w32.obj's WinMain/main problem
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-opal.txt | 12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_user.c | 227 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 D | cryptodev_if.m | 131 * 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 D | meson.build | 10 # When calling pkg-config --static --libs, pkg-config will always output the
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 26 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 D | pcap_ring.rst | 318 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 D | serdev_if.m | 78 # matrix and service the interrupts in the most flexible way by calling
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 15 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 D | F-Stack_Release_Note.md | 10 - Fix wrong msg_flags in struct msghdr after calling ff_recvmsg in a Linux application.
|
| /f-stack/freebsd/arm/arm/ |
| H A D | platform_if.m | 105 * calling pmap_bootstrap() which uses the value to size the available KVA.
|