HelenOS sources
hw_res_get_list_parsed 186 uspace/drv/audio/hdaudio/hdaudio.c rc = hw_res_get_list_parsed(hda->parent_sess, &res, 0);
hw_res_get_list_parsed 191 uspace/drv/audio/sb16/main.c const errno_t ret = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 1142 uspace/drv/block/ahci/ahci.c if (hw_res_get_list_parsed(ahci->parent_sess, &hw_res_parsed, 0) != EOK)
hw_res_get_list_parsed 298 uspace/drv/block/ddisk/ddisk.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 97 uspace/drv/block/isa-ide/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 87 uspace/drv/block/pc-floppy/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 80 uspace/drv/block/pci-ide/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 109 uspace/drv/block/virtio-blk/virtio-blk.c errno_t rc = hw_res_get_list_parsed(parent_sess, &res, 0);
hw_res_get_list_parsed 75 uspace/drv/bus/adb/cuda_adb/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 68 uspace/drv/char/i8042/main.c const errno_t ret = hw_res_get_list_parsed(parent_sess, &hw_resources, 0);
hw_res_get_list_parsed 75 uspace/drv/char/msim-con/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/char/pc-lpt/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/char/pl011/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 188 uspace/drv/char/pl050/pl050.c rc = hw_res_get_list_parsed(pl050->parent_sess, &res, 0);
hw_res_get_list_parsed 75 uspace/drv/char/sun4v-con/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/intctl/apic/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 78 uspace/drv/intctl/gicv2/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/intctl/i8259/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/intctl/icp-ic/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 75 uspace/drv/intctl/obio/main.c rc = hw_res_get_list_parsed(parent_sess, &hw_res, 0);
hw_res_get_list_parsed 157 uspace/lib/c/include/device/hw_res_parsed.h extern errno_t hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
hw_res_get_list_parsed 255 uspace/lib/nic/src/nic_driver.c return hw_res_get_list_parsed(parent_sess, resources, 0);
hw_res_get_list_parsed 157 uspace/lib/posix/include/libc/device/hw_res_parsed.h extern errno_t hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
hw_res_get_list_parsed 521 uspace/lib/usbhost/src/ddf_helpers.c const errno_t ret = hw_res_get_list_parsed(parent_sess, hw_res, 0);
HelenOS homepage, sources at GitHub