Searched refs:guid_t (Results 1 – 18 of 18) sorted by relevance
| /include/linux/ |
| A D | uuid.h | 17 } guid_t; typedef 24 ((guid_t) \ 43 extern const guid_t guid_null; 46 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() 48 return memcmp(u1, u2, sizeof(guid_t)) == 0; in guid_equal() 51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 53 memcpy(dst, src, sizeof(guid_t)); in guid_copy() 58 memcpy(dst, src, sizeof(guid_t)); in import_guid() 63 memcpy(dst, src, sizeof(guid_t)); in export_guid() 99 extern void guid_gen(guid_t *u); [all …]
|
| A D | ras.h | 24 void log_non_standard_event(const guid_t *sec_type, 25 const guid_t *fru_id, const char *fru_text, 31 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() 32 const guid_t *fru_id, const char *fru_text, in log_non_standard_event()
|
| A D | prmt.h | 7 int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer); 10 static inline int acpi_call_prm_handler(guid_t handler_guid, void *param_buffer) in acpi_call_prm_handler()
|
| A D | cper.h | 360 guid_t platform_id; 361 guid_t partition_id; 362 guid_t creator_id; 363 guid_t notification_type; 380 guid_t section_type; 381 guid_t fru_id; 414 guid_t err_type; 577 guid_t record_identifier_guid;
|
| A D | intel-ish-client-if.h | 97 int ishtp_cl_establish_connection(struct ishtp_cl *cl, const guid_t *uuid, 120 const guid_t *uuid);
|
| A D | tsm.h | 32 guid_t service_guid;
|
| A D | hyperv.h | 297 guid_t if_type; 298 guid_t if_instance; 643 guid_t guest_endpoint_id; 644 guid_t host_service_id; 761 guid_t guid; 1218 guid_t dev_type; 1241 guid_t dev_type; 1244 guid_t dev_instance; 1580 guid_t data; 1605 int vmbus_send_tl_connect_request(const guid_t *shv_guest_servie_id, [all …]
|
| A D | mdev.h | 20 guid_t uuid;
|
| A D | pci-acpi.h | 117 extern const guid_t pci_acpi_dsm_guid;
|
| A D | mod_devicetable.h | 459 guid_t guid; 930 guid_t guid;
|
| A D | acpi.h | 967 static inline bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, in acpi_check_dsm() 974 const guid_t *guid, in acpi_evaluate_dsm() 982 const guid_t *guid, in acpi_evaluate_dsm_typed() 1346 acpi_data_add_props(struct acpi_device_data *data, const guid_t *guid,
|
| A D | libnvdimm.h | 116 guid_t type_guid;
|
| A D | efi.h | 75 typedef guid_t efi_guid_t __aligned(__alignof__(u32));
|
| /include/acpi/ |
| A D | apei.h | 50 size_t buflen, size_t recordlen, const guid_t *creatorid);
|
| A D | acpi_bus.h | 56 bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs); 57 union acpi_object *acpi_evaluate_dsm(acpi_handle handle, const guid_t *guid, 64 acpi_evaluate_dsm_typed(acpi_handle handle, const guid_t *guid, u64 rev, in acpi_evaluate_dsm_typed() 363 const guid_t *guid;
|
| /include/drm/display/ |
| A D | drm_dp_mst_helper.h | 254 guid_t guid; 259 guid_t guid; 265 guid_t guid; 275 guid_t peer_guid; 358 guid_t guid; 435 guid_t guid;
|
| /include/ras/ |
| A D | ras_event.h | 30 const guid_t *fru_id, 42 __field_struct(guid_t, fru_id) 221 TP_PROTO(const guid_t *sec_type, 222 const guid_t *fru_id,
|
| /include/sound/sof/ |
| A D | ext_manifest4.h | 96 guid_t uuid;
|
Completed in 51 milliseconds