Home
last modified time | relevance | path

Searched refs:deviceLinks (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libosinfo/libosinfo-1.9.0/osinfo/
H A Dosinfo_platform.c37 GList *deviceLinks; member
52 g_list_free_full(platform->priv->deviceLinks, g_object_unref); in osinfo_platform_finalize()
71 platform->priv->deviceLinks = NULL; in osinfo_platform_init()
162 tmp = platform->priv->deviceLinks; in osinfo_platform_get_devices()
196 tmp = platform->priv->deviceLinks; in osinfo_platform_get_device_links()
230 platform->priv->deviceLinks = g_list_prepend(platform->priv->deviceLinks, in osinfo_platform_add_device()
H A Dosinfo_deployment.c36 GList *deviceLinks; member
115 g_list_free_full(deployment->priv->deviceLinks, g_object_unref); in osinfo_deployment_finalize()
166 deployment->priv->deviceLinks = NULL; in osinfo_deployment_init()
266 tmp = deployment->priv->deviceLinks; in osinfo_deployment_get_preferred_device_link()
303 tmp = deployment->priv->deviceLinks; in osinfo_deployment_get_devices()
337 tmp = deployment->priv->deviceLinks; in osinfo_deployment_get_device_links()
371 deployment->priv->deviceLinks = g_list_prepend(deployment->priv->deviceLinks, devlink); in osinfo_deployment_add_device()
H A Dosinfo_os.c42 GList *deviceLinks; member
121 g_list_free_full(os->priv->deviceLinks, g_object_unref); in osinfo_os_finalize()
208 os->priv->deviceLinks = NULL; in osinfo_os_init()
274 tmp = os->priv->deviceLinks; in osinfo_os_get_devices_internal()
453 tmp = os->priv->deviceLinks; in osinfo_os_get_device_links_internal()
589 os->priv->deviceLinks = g_list_append(os->priv->deviceLinks, devlink); in osinfo_os_add_device()