/third_party/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 87 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 …]
|
D | guid.c | 69 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()
|
D | guid.h | 37 GUID_sprintf( char *guid_str,
|
D | volume9.c | 176 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()
|
D | surface9.c | 333 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/ |
D | gstdirectsounddevice.c | 92 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/ |
D | gstdirectsounddevice.c | 92 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/ |
D | ksdeviceprovider.c | 215 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()
|
D | ksvideohelpers.c | 523 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/ |
D | udev-builtin-path_id.c | 396 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/ |
D | security.h | 212 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 180 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()
|