Searched refs:UUID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/uuid/
H A Dtest_uuid.c2 * tst_uuid.c --- test program from the UUID library
40 #define UUID MYUUID macro
85 printf("UUID generate = %s\n", str);
86 printf("UUID: ");
92 printf("UUID type = %d, UUID variant = %d\n", type, variant);
94 printf("Incorrect UUID Variant; was expecting DCE!\n");
101 printf("UUID random string = %s\n", str);
102 printf("UUID: ");
109 printf("UUID typ
[all...]
/haiku/src/bin/writembr/
H A Dmbr.S57 * A 432 bytes MBR IPL (Initial Program Loader) that looks for the UUID of
59 * said UUID isn't found or if the (primary) GPT is corrupted or non-existent.
88 * It should be easy to adjust the UUID signature as needed. It lives at
101 .set UUID,0x1a0
227 * partition matching the UUID found in boot_uuid.
234 movw %bx,%si /* Compare partition UUID */
235 movw $boot_uuid,%di /* with Haiku boot UUID */
276 jz try_mbr /* UUID boot signature not found */
434 /* Boot partition UUID signature */
435 .org UUID,
[all...]

Completed in 23 milliseconds