HelenOS sources

fun_type_t         49 uspace/lib/device/include/devman.h extern errno_t devman_add_function(const char *, fun_type_t, match_id_list_t *,
fun_type_t        215 uspace/lib/device/src/devman.c errno_t devman_add_function(const char *name, fun_type_t ftype,
fun_type_t        730 uspace/lib/drv/generic/driver.c ddf_fun_t *ddf_fun_create(ddf_dev_t *dev, fun_type_t ftype, const char *name)
fun_type_t         84 uspace/lib/drv/generic/private/driver.h 	fun_type_t ftype;
fun_type_t        119 uspace/lib/drv/include/ddf/driver.h extern ddf_fun_t *ddf_fun_create(ddf_dev_t *, fun_type_t, const char *);
fun_type_t         75 uspace/lib/usbdev/include/usb/dev/device.h ddf_fun_t *usb_device_ddf_fun_create(usb_device_t *, fun_type_t, const char *);
fun_type_t        592 uspace/lib/usbdev/src/devdrv.c ddf_fun_t *usb_device_ddf_fun_create(usb_device_t *usb_dev, fun_type_t ftype,
fun_type_t        168 uspace/srv/devman/devman.h 	fun_type_t ftype;
fun_type_t        233 uspace/srv/devman/drv_conn.c 	fun_type_t ftype = (fun_type_t) ipc_get_arg1(call);
HelenOS homepage, sources at GitHub