HomeSort by: relevance | last modified time | path
    Searched refs:GUID (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/efi/
devpath4.c 105 case SIGNATURE_TYPE_GUID: name_SignatureType = "GUID"; break;
258 uuid_t GUID;
263 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
269 DEVPATH_FMT(GUID: %s\n),
307 uuid_t GUID;
310 { .GUID = EFI_VIRTUAL_DISK_GUID,
313 { .GUID = EFI_VIRTUAL_CD_GUID,
316 { .GUID = EFI_PERSISTENT_VIRTUAL_DISK_GUID,
319 { .GUID =EFI_PERSISTENT_VIRTUAL_CD_GUID,
325 if (memcmp(uuid, &tbl[i].GUID, sizeof(*uuid)) == 0)
    [all...]
devpath1.c 49 * XXX: I can't find this GUID documented anywhere online. I snarfed
185 uuid_t GUID;
200 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
203 DEVPATH_FMT(GUID: %s\n)
217 uuid_t GUID;
224 if (memcmp(&p->GUID, &EFI_EDD10_PATH_GUID, sizeof(uuid_t)) == 0) {
230 uuid_snprintf(uuid_str, sizeof(uuid_str), &p->GUID);
240 DEVPATH_FMT(GUID: %s\n),
devpath3.c 52 GUID= EFI_PC_ANSI_GUID
53 GUID= EFI_VT_100_GIUD
54 GUID= EFI_VT_100_PLUS_GUID
55 GUID= EFI_VT_UTF8_GUID
56 GUID= DEVICE_PATH_MESSAGING_UART_FLOW_CONTROL
57 GUID= EFI_DEBUGPORT_PROTOCOL_GUID
58 GUID= d487ddb4-008b-11d9-afdc-001083ffca4d
242 uint64_t GUID; /* XXX: not an EFI_GUID */
246 path->sz = easprintf(&path->cp, "11394(0x%016" PRIx64 ")", p->GUID);
252 DEVPATH_FMT(GUID:) " 0x%016" PRIx64 "\n"
    [all...]
  /src/sys/external/bsd/dwc2/dist/
dwc2_hw.h 229 #define GUID HSOTG_REG(0x003c)
dwc2_core.c 2447 addr = GUID;
2448 dev_dbg(hsotg->dev, "GUID @0x%08lX : 0x%08X\n",
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 603 GUID : 03020100-0504-0706-0809-0A0B0C0D0E0F
  /src/usr.sbin/sysinst/
msg.mi.fr 171 * $1 = partitioning scheme name Guid Partition Table
183 * $1 = partitioning scheme name Guid Partition Table
197 * $1 = partitioning scheme name Guid Partition Table
1384 message invalid_guid {Invalid GUID}
1564 message parttype_gpt {Guid Partition Table (GPT)}
msg.mi.de 175 * $1 = partitioning scheme name Guid Partition Table
187 * $1 = partitioning scheme name Guid Partition Table
200 * $1 = partitioning scheme name Guid Partition Table
1371 message invalid_guid {Ung�ltige GUID}
1554 message parttype_gpt {Guid Partition Table (GPT)}

Completed in 20 milliseconds