• Home
  • Raw
  • Download

Lines Matching refs:realfunc

366   static GList* (*realfunc)();  in g_udev_client_query_by_subsystem()  local
386 if (realfunc == NULL) in g_udev_client_query_by_subsystem()
387 realfunc = (GList *(*)()) dlsym (RTLD_NEXT, k_func_q_by_subsystem); in g_udev_client_query_by_subsystem()
388 reallist = realfunc (client, subsystem); in g_udev_client_query_by_subsystem()
403 static GUdevDevice* (*realfunc)(); in g_udev_client_query_by_device_file() local
418 if (realfunc == NULL) in g_udev_client_query_by_device_file()
419 realfunc = (GUdevDevice *(*)()) dlsym (RTLD_NEXT, k_func_q_device_file); in g_udev_client_query_by_device_file()
420 return realfunc (client, device_file); in g_udev_client_query_by_device_file()
427 static GUdevDevice* (*realfunc)(); in g_udev_client_query_by_sysfs_path() local
440 if (realfunc == NULL) in g_udev_client_query_by_sysfs_path()
441 realfunc = (GUdevDevice *(*)()) dlsym (RTLD_NEXT, k_func_q_sysfs_path); in g_udev_client_query_by_sysfs_path()
442 return realfunc (client, sysfs_path); in g_udev_client_query_by_sysfs_path()
451 static GUdevDevice* (*realfunc)(); in g_udev_client_query_by_subsystem_and_name() local
475 if (realfunc == NULL) in g_udev_client_query_by_subsystem_and_name()
476 realfunc = (GUdevDevice *(*)()) dlsym (RTLD_NEXT, in g_udev_client_query_by_subsystem_and_name()
478 return realfunc (client, subsystem, name); in g_udev_client_query_by_subsystem_and_name()
495 static const gchar* (*realfunc)(); in g_udev_device_get_device_file() local
503 if (realfunc == NULL) in g_udev_device_get_device_file()
504 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_device_file); in g_udev_device_get_device_file()
505 return realfunc (device); in g_udev_device_get_device_file()
511 static const gchar* (*realfunc)(); in g_udev_device_get_devtype() local
519 if (realfunc == NULL) in g_udev_device_get_devtype()
520 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_devtype); in g_udev_device_get_devtype()
521 return realfunc (device); in g_udev_device_get_devtype()
527 static const gchar* (*realfunc)(); in g_udev_device_get_driver() local
535 if (realfunc == NULL) in g_udev_device_get_driver()
536 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_driver); in g_udev_device_get_driver()
537 return realfunc (device); in g_udev_device_get_driver()
543 static const gchar* (*realfunc)(); in g_udev_device_get_name() local
551 if (realfunc == NULL) in g_udev_device_get_name()
552 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_name); in g_udev_device_get_name()
553 return realfunc (device); in g_udev_device_get_name()
559 static GUdevDevice* (*realfunc)(); in g_udev_device_get_parent() local
573 if (realfunc == NULL) in g_udev_device_get_parent()
574 realfunc = (GUdevDevice *(*)()) dlsym (RTLD_NEXT, k_func_get_parent); in g_udev_device_get_parent()
575 return realfunc (device); in g_udev_device_get_parent()
582 static const gchar* (*realfunc)(); in g_udev_device_get_property() local
595 if (realfunc == NULL) in g_udev_device_get_property()
596 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_property); in g_udev_device_get_property()
597 return realfunc (device, key); in g_udev_device_get_property()
625 static const gchar* const* (*realfunc)(); in g_udev_device_get_property_keys() local
656 if (realfunc == NULL) in g_udev_device_get_property_keys()
657 realfunc = (const gchar * const*(*)()) dlsym (RTLD_NEXT, in g_udev_device_get_property_keys()
659 return realfunc (device); in g_udev_device_get_property_keys()
666 static const gchar* (*realfunc)(); in g_udev_device_get_subsystem() local
674 if (realfunc == NULL) in g_udev_device_get_subsystem()
675 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_subsystem); in g_udev_device_get_subsystem()
676 return realfunc (device); in g_udev_device_get_subsystem()
686 static const gchar* (*realfunc)(); in g_udev_device_get_sysfs_attr() local
699 if (realfunc == NULL) in g_udev_device_get_sysfs_attr()
700 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_sysfs_attr); in g_udev_device_get_sysfs_attr()
701 return realfunc (device, name); in g_udev_device_get_sysfs_attr()
708 static const gchar* (*realfunc)(); in g_udev_device_get_sysfs_path() local
716 if (realfunc == NULL) in g_udev_device_get_sysfs_path()
717 realfunc = (const gchar *(*)()) dlsym (RTLD_NEXT, k_func_get_sysfs_path); in g_udev_device_get_sysfs_path()
718 return realfunc (device); in g_udev_device_get_sysfs_path()