HelenOS sources

ddf_fun_bind      295 uspace/drv/audio/hdaudio/hdaudio.c 	rc = ddf_fun_bind(fun_pcm);
ddf_fun_bind      154 uspace/drv/audio/sb16/main.c 			rc = ddf_fun_bind(mpu_fun);
ddf_fun_bind      132 uspace/drv/audio/sb16/sb16.c 	ret = ddf_fun_bind(dsp_fun);
ddf_fun_bind      174 uspace/drv/audio/sb16/sb16.c 	ret = ddf_fun_bind(mixer_fun);
ddf_fun_bind     1086 uspace/drv/block/ahci/ahci.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      201 uspace/drv/block/ata_bd/main.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      333 uspace/drv/block/ddisk/ddisk.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      295 uspace/drv/block/usbmast/main.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      462 uspace/drv/block/virtio-blk/virtio-blk.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      142 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      667 uspace/drv/bus/isa/isa.c 	(void) ddf_fun_bind(fun->fnode);
ddf_fun_bind      769 uspace/drv/bus/isa/isa.c 	if (ddf_fun_bind(isa->fctl) != EOK) {
ddf_fun_bind      720 uspace/drv/bus/pci/pciintel/pci.c 			if (ddf_fun_bind(fun->fnode) != EOK) {
ddf_fun_bind      850 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_bind(ctl);
ddf_fun_bind       60 uspace/drv/bus/usb/usbdiag/main.c 	if ((rc = ddf_fun_bind(diag_dev->fun))) {
ddf_fun_bind      176 uspace/drv/bus/usb/usbhub/usbhub.c 	if ((err = ddf_fun_bind(hub_dev->hub_fun))) {
ddf_fun_bind      184 uspace/drv/bus/usb/usbmid/explore.c 	rc = ddf_fun_bind(usb_mid->ctl_fun);
ddf_fun_bind      164 uspace/drv/bus/usb/usbmid/usbmid.c 	rc = ddf_fun_bind(child);
ddf_fun_bind       67 uspace/drv/bus/usb/vhc/main.c 	const errno_t ret = ddf_fun_bind(*fun);
ddf_fun_bind      198 uspace/drv/bus/usb/xhci/rh.c 	if ((err = ddf_fun_bind(dev->fun))) {
ddf_fun_bind      247 uspace/drv/char/i8042/i8042.c 	rc = ddf_fun_bind(dev->kbd->fun);
ddf_fun_bind      255 uspace/drv/char/i8042/i8042.c 	rc = ddf_fun_bind(dev->aux->fun);
ddf_fun_bind      141 uspace/drv/char/msim-con/msim-con.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      910 uspace/drv/char/ns8250/ns8250.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      158 uspace/drv/char/pc-lpt/pc-lpt.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      281 uspace/drv/char/pl011/pl011.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      356 uspace/drv/char/pl050/pl050.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      109 uspace/drv/char/ski-con/ski-con.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      111 uspace/drv/char/sun4v-con/sun4v-con.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      116 uspace/drv/fb/amdm37x_dispc/main.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      600 uspace/drv/fb/kfb/port.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind       88 uspace/drv/hid/adb-kbd/adb-kbd.c 	rc = ddf_fun_bind(kbd->fun);
ddf_fun_bind      157 uspace/drv/hid/adb-mouse/adb-mouse.c 	rc = ddf_fun_bind(mouse->fun);
ddf_fun_bind      395 uspace/drv/hid/atkbd/atkbd.c 	errno_t ret = ddf_fun_bind(kbd->kbd_fun);
ddf_fun_bind      153 uspace/drv/hid/ps2mouse/ps2mouse.c 	rc = ddf_fun_bind(mouse->mouse_fun);
ddf_fun_bind      123 uspace/drv/hid/usbhid/blink1/blink1.c 	errno_t rc = ddf_fun_bind(fun);
ddf_fun_bind      204 uspace/drv/hid/usbhid/generic/hiddev.c 	errno_t rc = ddf_fun_bind(fun);
ddf_fun_bind      654 uspace/drv/hid/usbhid/kbd/kbddev.c 	ret = ddf_fun_bind(fun);
ddf_fun_bind      374 uspace/drv/hid/usbhid/mouse/mousedev.c 	ret = ddf_fun_bind(fun);
ddf_fun_bind      179 uspace/drv/hid/usbhid/multimedia/multimedia.c 	errno_t rc = ddf_fun_bind(fun);
ddf_fun_bind      425 uspace/drv/hid/xtkbd/xtkbd.c 	rc = ddf_fun_bind(kbd->kbd_fun);
ddf_fun_bind      238 uspace/drv/intctl/apic/apic.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      251 uspace/drv/intctl/gicv2/gicv2.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      171 uspace/drv/intctl/i8259/i8259.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      137 uspace/drv/intctl/icp-ic/icp-ic.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      140 uspace/drv/intctl/obio/obio.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind     2197 uspace/drv/nic/e1k/e1k.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      438 uspace/drv/nic/ne2k/ne2k.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind     1304 uspace/drv/nic/rtl8139/driver.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      453 uspace/drv/nic/rtl8169/driver.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      418 uspace/drv/nic/virtio-net/virtio-net.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      196 uspace/drv/platform/amdm37x/main.c 	ret = ddf_fun_bind(fnode);
ddf_fun_bind      208 uspace/drv/platform/arm64virt/arm64virt.c 	rc = ddf_fun_bind(fnode);
ddf_fun_bind      208 uspace/drv/platform/hikey960/hikey960.c 	rc = ddf_fun_bind(fnode);
ddf_fun_bind      262 uspace/drv/platform/icp/icp.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      152 uspace/drv/platform/mac/mac.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      197 uspace/drv/platform/malta/malta.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      209 uspace/drv/platform/msim/msim.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      184 uspace/drv/platform/pc/pc.c 	rc = ddf_fun_bind(fnode);
ddf_fun_bind       81 uspace/drv/platform/ski/ski.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      212 uspace/drv/platform/sun4u/sun4u.c 	if (ddf_fun_bind(fnode) != EOK) {
ddf_fun_bind      174 uspace/drv/platform/sun4v/sun4v.c 	rc = ddf_fun_bind(fnode);
ddf_fun_bind      112 uspace/drv/root/root/root.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      187 uspace/drv/root/root/root.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      135 uspace/drv/root/virt/virt.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind       99 uspace/drv/test/test1/test1.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      171 uspace/drv/test/test1/test1.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind      102 uspace/drv/test/test2/test2.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      140 uspace/drv/test/test2/test2.c 	rc = ddf_fun_bind(fun_a);
ddf_fun_bind       87 uspace/drv/test/test3/test3.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      621 uspace/drv/time/cmos-rtc/cmos-rtc.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      127 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_bind(ddf_fun_t *);
ddf_fun_bind      796 uspace/lib/ieee80211/src/ieee80211.c 	rc = ddf_fun_bind(fun);
ddf_fun_bind      192 uspace/lib/usbhost/src/ddf_helpers.c 	if ((err = ddf_fun_bind(dev->fun))) {
ddf_fun_bind      470 uspace/lib/usbhost/src/ddf_helpers.c 	ret = ddf_fun_bind(instance->ctl_fun);
ddf_fun_bind      230 uspace/lib/usbhost/src/utility.c 	if ((err = ddf_fun_bind(dev->fun))) {
HelenOS homepage, sources at GitHub