Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/lib/libc/common/source/stdio/
Dremove.c20 int remove(const char *path) in remove() function
/Zephyr-latest/subsys/net/ip/
Dnbr.h66 void (*const remove)(struct net_nbr *nbr); member
/Zephyr-latest/include/zephyr/sys/
Dhash_map_api.h176 sys_hashmap_remove_t remove; member
/Zephyr-latest/include/zephyr/drivers/
Ddai.h314 int (*remove)(const struct device *dev); member
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c140 __l2cap_lookup_ident(struct bt_conn *conn, uint16_t ident, bool remove) in __l2cap_lookup_ident()