Symbol: list_is_empty
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
42
while (!list_is_empty(&bdev->nbuffersTx[BT_COMMAND])) {
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
44
if (!list_is_empty(&bdev->nbuffersTx[BT_COMMAND])) {
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
60
while (!list_is_empty(&bdev->nbuffersTx[BT_ACL])) {
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
62
if (!list_is_empty(&bdev->nbuffersTx[BT_ACL])) {
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
75
if (!list_is_empty(&bdev->nbuffersTx[BT_SCO])) {
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/snet_buffer.cpp
211
if (!list_is_empty(l))
src/add-ons/kernel/network/stack/net_buffer.cpp
1984
if (list_is_empty(&buffer->buffers)) {
src/system/kernel/fs/node_monitor.cpp
894
while (!list_is_empty(&context->node_monitors)) {
src/system/kernel/util/list.cpp
131
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.next);
src/system/kernel/util/list.cpp
150
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.prev);
src/system/kernel/util/list.cpp
160
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.prev);
src/system/kernel/util/list.cpp
222
if (list_is_empty(list))
src/system/kernel/util/list.cpp
239
if (list_is_empty(list))
src/system/kernel/util/list.cpp
255
if (list_is_empty(sourceList)) {
src/tools/fs_shell/list.cpp
114
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.next);
src/tools/fs_shell/list.cpp
133
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.prev);
src/tools/fs_shell/list.cpp
143
return list_is_empty(list) ? NULL : GET_ITEM(list, list->link.prev);
src/tools/fs_shell/list.cpp
205
if (list_is_empty(list))
src/tools/fs_shell/list.cpp
222
if (list_is_empty(list))
src/tools/fs_shell/list.cpp
238
if (list_is_empty(sourceList)) {
src/tools/fs_shell/list.h
60
list_is_empty(struct list *list)