| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | unisap.c | 263 if (IE_ISGOOD(*called)) in unisve_match() 271 if (!IE_ISGOOD(*called)) in unisve_match() 273 if (called->addr.type != sap->addr.type || in unisve_match() 274 called->addr.plan != sap->addr.plan) in unisve_match() 276 if (called->addr.plan == UNI_ADDR_E164) { in unisve_match() 277 if (called->addr.len != sap->addr.len || in unisve_match() 279 called->addr.len) != 0) in unisve_match() 282 if (called->addr.len != 20 || in unisve_match() 295 if (IE_ISGOOD(*called) && called->addr.plan == UNI_ADDR_ATME) in unisve_match() 303 if (!IE_ISGOOD(*called)) in unisve_match() [all …]
|
| H A D | atmapi.h | 192 struct uni_ie_called called; member 211 struct uni_ie_called called; member
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 157 if(IE_ISGOOD(src->called)) in copy_msg_setup() 158 dst->called = src->called; in copy_msg_setup() 290 if(IE_ISGOOD(src->called)) in copy_msg_add_party() 291 dst->called = src->called; in copy_msg_add_party() 450 if(IE_ISGOOD(src->called)) in copy_msg_leaf_setup_req() 451 dst->called = src->called; in copy_msg_leaf_setup_req() 470 if(IE_ISGOOD(src->called)) in copy_msg_leaf_setup_fail() 471 dst->called = src->called; in copy_msg_leaf_setup_fail() 488 if(IE_ISGOOD(src->called)) in copy_msg_cobisetup() 489 dst->called = src->called; in copy_msg_cobisetup() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_security.c | 262 int called; member 275 mock_session_create_exp.called++; in mock_session_create() 305 int called; member 314 mock_session_update_exp.called++; in mock_session_update() 333 int called; member 359 int called; member 388 int called; member 421 int called; member 455 int called; member 464 mock_get_userdata_exp.called++; in mock_get_userdata() [all …]
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 84 struct uni_ie_called called; member 156 struct uni_ie_called called; member 233 struct uni_ie_called called; member 243 struct uni_ie_called called; member 253 struct uni_ie_called called; member 263 struct uni_ie_called called; member
|
| H A D | msg.def | 193 called 314 called 448 called 466 called 484 called 502 called
|
| H A D | uni_ie.h | 33 struct uni_ie_called called; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | rtc-cmos.txt | 11 called "Register B". 13 called "Regsiter A".
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | digicolor-wdt.txt | 3 The watchdog functionality in Conexant Digicolor SoCs relies on the so called 5 timer counters. The first timer (called "Timer A") is the only one that can be
|
| /f-stack/freebsd/kern/ |
| H A D | device_if.m | 81 * is called via device_probe_and_attach() to select a driver 108 * informative message when DEVICE_ATTACH() is called. 182 * @param driver the driver whose identify method is being called 193 * Normally only called via device_probe_and_attach(), this is called 226 * This can be called if the user is replacing the 268 * @brief This is called by the power-management subsystem when a 295 * @brief This is called when the system resumes after a suspend. 317 * @brief This is called when the driver is asked to quiesce itself. 343 * @brief This is called when the driver is asked to register handlers.
|
| H A D | serdev_if.m | 66 # This method is called by the umbrella driver to obtain function pointers 76 # This method is called by the umbrella driver to obtain interrupt status 85 # This method may be called by the umbrella driver for each child driver
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | as3711.txt | 4 standard regulator properties, they must belong to a sub-node, called 5 "regulators" and be called "sd1" to "sd4" and "ldo1" to "ldo8." Stepup converter 6 configuration should be placed in a subnode, called "backlight."
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | arm,integrator.yaml | 15 so the system is modular and can host a variety of CPU tiles called 28 pre-packaged in a PC Tower form factor called Integrator/PP1 or a 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | ti,secure-proxy.txt | 7 called "threads" or "proxies" - each instance is unidirectional and is 21 called thread.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | metrics_lib.rst | 40 This function **must** be called from a primary process, but otherwise 169 This function **must** be called from a primary process. 214 is called should be the intended sampling rate required for the 216 desired, this function should be called once a second. 271 The ``rte_latencystats_update()`` function needs to be called 282 When finished, ``rte_latencystats_uninit()`` needs to be called to
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-poweroff.txt | 9 When the power-off handler is called, the gpio is configured as an 27 it to an output when the power-off handler is called. If this optional
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | meson.build | 5 # Add the experimenatal APIs called from this PMD
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.txt | 10 nvidia,tegra20-i2c-dvc: Tegra20 has specific I2C controller called as DVC I2C 29 - Tegra30/Tegra20 I2C controller has 2 clock source called div-clk and 30 fast-clk. Tegra114 has only one clock source called as div-clk and
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | TODO | 8 How to let L2CAP node that user called "shutdown" on node or
|
| /f-stack/tools/libxo/ |
| H A D | warnings.mk | 56 WARNINGS += -fno-inline-functions-called-once
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | hello_world.rst | 51 This call finishes the initialization process that was started before main() is called (in case of … 59 In this example, lcore_hello() is called on every available lcore.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/amlogic/ |
| H A D | analog-top.txt | 4 The analog top registers contain information about the so-called
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | mpc512x_lpbfifo.txt | 1 Freescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual)
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | meson8b-ec100.dts | 126 * supplied by the main power input which called PWR_5V_STB 181 * Synchronous Step Down Regulator. Also called 196 * Synchronous Step Down Regulator. Also called 231 * Synchronous Step Down Regulator. Also called VDDAO
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fsi/ |
| H A D | ibm,fsi2spi.yaml | 13 This binding describes an FSI CFAM engine called the FSI2SPI. Therefore this
|