Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 228) sorted by relevance

12345678910

/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dunisap.c263 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 Datmapi.h192 struct uni_ie_called called; member
211 struct uni_ie_called called; member
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c157 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 Dtest_security.c262 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 Duni_msg.h84 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 Dmsg.def193 called
314 called
448 called
466 called
484 called
502 called
H A Duni_ie.h33 struct uni_ie_called called; member
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Drtc-cmos.txt11 called "Register B".
13 called "Regsiter A".
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Ddigicolor-wdt.txt3 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 Ddevice_if.m81 * 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 Dserdev_if.m66 # 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 Das3711.txt4 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 Darm,integrator.yaml15 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 Dti,secure-proxy.txt7 called "threads" or "proxies" - each instance is unidirectional and is
21 called thread.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmetrics_lib.rst40 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 Dgpio-poweroff.txt9 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 Dmeson.build5 # Add the experimenatal APIs called from this PMD
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.txt10 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 DTODO8 How to let L2CAP node that user called "shutdown" on node or
/f-stack/tools/libxo/
H A Dwarnings.mk56 WARNINGS += -fno-inline-functions-called-once
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst51 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 Danalog-top.txt4 The analog top registers contain information about the so-called
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc512x_lpbfifo.txt1 Freescale MPC512x LocalPlus Bus FIFO (called SCLPC in the Reference Manual)
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dmeson8b-ec100.dts126 * 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 Dibm,fsi2spi.yaml13 This binding describes an FSI CFAM engine called the FSI2SPI. Therefore this

12345678910