Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dthrow_allocator.h123 entry_type entry = make_entry(p, size); in _GLIBCXX_VISIBILITY()
180 log_to_string(error, make_entry(p, size)); in _GLIBCXX_VISIBILITY()
188 log_to_string(error, make_entry(p, size)); in _GLIBCXX_VISIBILITY()
311 make_entry(void* p, size_t size) in _GLIBCXX_VISIBILITY() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dthrow_allocator.h123 entry_type entry = make_entry(p, size); in _GLIBCXX_VISIBILITY()
180 log_to_string(error, make_entry(p, size)); in _GLIBCXX_VISIBILITY()
188 log_to_string(error, make_entry(p, size)); in _GLIBCXX_VISIBILITY()
311 make_entry(void* p, size_t size) in _GLIBCXX_VISIBILITY() function
/OK3568_Linux_fs/kernel/net/atm/
H A Dlec.c1532 static struct lec_arp_table *make_entry(struct lec_priv *priv, in make_entry() function
1762 entry = make_entry(priv, mac_to_find); in lec_arp_resolve()
1879 entry = make_entry(priv, mac_addr); in lec_arp_update()
1947 entry = make_entry(priv, bus_mac); in lec_vcc_added()
1963 entry = make_entry(priv, bus_mac); in lec_vcc_added()
2037 entry = make_entry(priv, bus_mac); in lec_vcc_added()
2128 to_add = make_entry(priv, mac_addr); in lec_mcast_make()