Home
last modified time | relevance | path

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

/components/utilities/ulog/
A Dulog.c79 rt_slist_t backend_list; member
513 if (!rt_slist_first(&ulog.backend_list))
520 for (node = rt_slist_first(&ulog.backend_list); node; node = rt_slist_next(node))
871 for (node = rt_slist_first(&ulog.backend_list); node; node = rt_slist_next(node))
1302 rt_slist_append(&ulog.backend_list, &backend->list);
1328 rt_slist_remove(&ulog.backend_list, &backend->list);
1355 for (node = rt_slist_first(&ulog.backend_list); node; node = rt_slist_next(node))
1478 for (node = rt_slist_first(&ulog.backend_list); node; node = rt_slist_next(node))
1503 rt_slist_init(&ulog.backend_list);
1568 for (node = rt_slist_first(&ulog.backend_list); node; node = rt_slist_next(node))

Completed in 4 milliseconds