Home
last modified time | relevance | path

Searched refs:guid_str (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c87 char guid_str[64]; in NineUnknown_QueryInterface() local
90 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppvObject); in NineUnknown_QueryInterface()
92 (void)guid_str; in NineUnknown_QueryInterface()
201 char guid_str[64]; in NineUnknown_SetPrivateData() local
205 This, GUID_sprintf(guid_str, refguid), pData, SizeOfData, Flags); in NineUnknown_SetPrivateData()
207 (void)guid_str; in NineUnknown_SetPrivateData()
247 char guid_str[64]; in NineUnknown_GetPrivateData() local
251 This, GUID_sprintf(guid_str, refguid), pData, pSizeOfData); in NineUnknown_GetPrivateData()
253 (void)guid_str; in NineUnknown_GetPrivateData()
287 char guid_str[64]; in NineUnknown_FreePrivateData() local
[all …]
Dguid.c69 char* GUID_sprintf(char *guid_str, REFGUID id) { in GUID_sprintf() argument
70 sprintf( guid_str, in GUID_sprintf()
83 return guid_str; in GUID_sprintf()
Dguid.h37 GUID_sprintf( char *guid_str,
Dvolume9.c176 char guid_str[64]; in NineVolume9_GetContainer() local
179 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppContainer); in NineVolume9_GetContainer()
181 (void)guid_str; in NineVolume9_GetContainer()
Dsurface9.c333 char guid_str[64]; in NineSurface9_GetContainer() local
336 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppContainer); in NineSurface9_GetContainer()
338 (void)guid_str; in NineSurface9_GetContainer()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c92 gchar *driver, *description, *guid_str; in gst_directsound_enum_callback() local
116 guid_str = pGUID ? guid_to_string (pGUID) : NULL; in gst_directsound_enum_callback()
119 description, driver, GST_STR_NULL (guid_str)); in gst_directsound_enum_callback()
123 "device.guid", G_TYPE_STRING, GST_STR_NULL (guid_str), in gst_directsound_enum_callback()
128 device = g_object_new (GST_TYPE_DIRECTSOUND_DEVICE, "device-guid", guid_str, in gst_directsound_enum_callback()
132 device = g_object_new (GST_TYPE_DIRECTSOUND_DEVICE, "device-guid", guid_str, in gst_directsound_enum_callback()
141 g_free (guid_str); in gst_directsound_enum_callback()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c92 gchar *driver, *description, *guid_str; in gst_directsound_enum_callback() local
116 guid_str = pGUID ? guid_to_string (pGUID) : NULL; in gst_directsound_enum_callback()
119 description, driver, GST_STR_NULL (guid_str)); in gst_directsound_enum_callback()
123 "device.guid", G_TYPE_STRING, GST_STR_NULL (guid_str), in gst_directsound_enum_callback()
128 device = g_object_new (GST_TYPE_DIRECTSOUND_DEVICE, "device-guid", guid_str, in gst_directsound_enum_callback()
132 device = g_object_new (GST_TYPE_DIRECTSOUND_DEVICE, "device-guid", guid_str, in gst_directsound_enum_callback()
141 g_free (guid_str); in gst_directsound_enum_callback()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c215 gchar *guid_str; in msg_window_message_proc() local
279 guid_str = ks_guid_to_string (&bcdi->dbcc_classguid); in msg_window_message_proc()
281 guid_str, bcdi->dbcc_name); in msg_window_message_proc()
282 g_free (guid_str); in msg_window_message_proc()
301 guid_str = ks_guid_to_string (&bcdi->dbcc_classguid); in msg_window_message_proc()
303 "Removed device, class interface GUID %s, path %s", guid_str, in msg_window_message_proc()
305 g_free (guid_str); in msg_window_message_proc()
381 guid_str = gst_device_get_display_name (GST_DEVICE (dev)); in msg_window_message_proc()
382 GST_INFO_OBJECT (self, "Device matches to %s", guid_str); in msg_window_message_proc()
383 g_free (guid_str); in msg_window_message_proc()
Dksvideohelpers.c523 gchar *guid_str; in ks_video_probe_filter_for_caps() local
525 guid_str = ks_guid_to_string (&range->Specifier); in ks_video_probe_filter_for_caps()
527 pin_id, guid_str); in ks_video_probe_filter_for_caps()
528 g_free (guid_str); in ks_video_probe_filter_for_caps()
/third_party/eudev/src/udev/
Dudev-builtin-path_id.c396 const char *guid_str; in handle_scsi_hyperv() local
409 guid_str = udev_device_get_sysattr_value(vmbusdev, "device_id"); in handle_scsi_hyperv()
410 if (!guid_str) in handle_scsi_hyperv()
413 if (strlen(guid_str) < 37 || guid_str[0] != '{' || guid_str[36] != '}') in handle_scsi_hyperv()
417 if (guid_str[i] == '-') in handle_scsi_hyperv()
419 guid[k++] = guid_str[i]; in handle_scsi_hyperv()
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h212 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c180 char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str) in ntfs_guid_to_mbs() argument
189 _guid_str = guid_str; in ntfs_guid_to_mbs()
204 if (!guid_str) in ntfs_guid_to_mbs()