Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Dkeys_help_utils.c20 int fill_key_pool_by_id_addr(const struct id_addr_pair src[], int size, struct bt_keys *refs[]) in fill_key_pool_by_id_addr() argument
35 refs[it] = bt_keys_get_addr(id, addr); in fill_key_pool_by_id_addr()
36 if (refs[it] == NULL) { in fill_key_pool_by_id_addr()
45 int fill_key_pool_by_id_addr_type(const struct id_addr_type src[], int size, struct bt_keys *refs[]) in fill_key_pool_by_id_addr_type() argument
62 refs[it] = bt_keys_get_type(type, id, addr); in fill_key_pool_by_id_addr_type()
63 if (refs[it] == NULL) { in fill_key_pool_by_id_addr_type()
Dkeys_help_utils.h31 int fill_key_pool_by_id_addr(const struct id_addr_pair src[], int size, struct bt_keys *refs[]);
33 struct bt_keys *refs[]);
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c372 onoff_srv.refs = -1; in ZTEST()
392 zassert_equal(onoff_srv.refs, 1U, in ZTEST()
393 "req refs: %u", onoff_srv.refs); in ZTEST()
411 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
412 "rel refs: %u", onoff_srv.refs); in ZTEST()
440 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
441 "to-on refs: %u", onoff_srv.refs); in ZTEST()
449 zassert_equal(onoff_srv.refs, 1U, in ZTEST()
450 "on refs: %u", onoff_srv.refs); in ZTEST()
460 zassert_equal(onoff_srv.refs, 0U, in ZTEST()
[all …]
/Zephyr-latest/lib/posix/options/
Dshm.c32 size_t refs; member
242 shm->refs -= (shm->refs > 0) ? 1 : 0; in shm_close()
243 if (shm->unlinked && (shm->refs == 0)) { in shm_close()
369 ++shm->refs; in shm_open()
394 if (shm->refs == 0) { in shm_unlink()
/Zephyr-latest/lib/utils/
Donoff.c220 && (mgr->refs == 0U)) { in process_recheck()
260 mgr->refs += 1U; in process_complete()
350 __ASSERT_NO_MSG(mgr->refs == 0); in process_event()
437 if (mgr->refs == SERVICE_REFS_MAX) { in onoff_request()
446 mgr->refs += 1U; in onoff_request()
495 __ASSERT_NO_MSG(mgr->refs > 0); in onoff_release()
496 mgr->refs -= 1U; in onoff_release()
497 stop = (mgr->refs == 0); in onoff_release()
/Zephyr-latest/include/zephyr/sys/
Donoff.h178 uint16_t refs; member
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst35 The ``refs/west/*`` Git refs
38 West also reserves all Git refs that begin with ``refs/west/`` (such as
39 ``refs/west/foo``) for itself in local project repositories. Unlike
40 ``manifest-rev``, these refs are not regular branches. West's behavior here is
41 an implementation detail; users should not rely on these refs' existence or
Dbuilt-in.rst134 ``refs/heads/``, e.g. ``revision: refs/heads/deadbeef``.
271 West may fetch all refs from the Git server when given a SHA as a revision.
Dmanifest.rst310 not a reference. West fetches references, such as refs/heads/main or
/Zephyr-latest/soc/espressif/common/
DCMakeLists.txt71 find-refs
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c793 hf_status ? "" : "not ", hf_mgr->refs); in cmd_status()
800 lf_status ? "" : "not ", lf_mgr->refs); in cmd_status()
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst258 …https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/+/refs/heads/main/docs/building/tfm_bu…
261 …https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/+/refs/heads/main/docs/design_docs/boo…
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c117 if (gpd_mgr->mgr.refs == 0) { in nrf_gpd_sync()
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts358 phandle-refs = < &{/ctrl-1} &{/ctrl-2} >;