Searched refs:dm_get_next_attr (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/system/kernel/device_manager/
H A Ddm_wrapper.h10 status_t dm_get_next_attr(void);
H A Ddm_wrapper.c59 status_t dm_get_next_attr(void) function
H A Dlistdev.c56 while (dm_get_next_attr() == B_OK) {
/haiku/src/apps/devices/
H A Ddm_wrapper.h19 status_t dm_get_next_attr(struct device_attr_info *attr);
H A Ddm_wrapper.c65 dm_get_next_attr(struct device_attr_info *attr) function
H A DDevicesView.cpp243 while (dm_get_next_attr(&attr) == B_OK) {
/haiku/src/bin/listdev/
H A Ddm_wrapper.h18 status_t dm_get_next_attr(struct device_attr_info *attr);
H A Ddm_wrapper.c60 dm_get_next_attr(struct device_attr_info *attr) function
H A Dlistdev.cpp129 while (dm_get_next_attr(&attr) == B_OK) {
191 while (dm_get_next_attr(&attr) == B_OK) {

Completed in 93 milliseconds