Searched refs:UUID (Results 1 – 2 of 2) sorted by relevance
73 #define IS_UUID_INVALID(UUID) (UUID[0] == 0 && \ argument74 UUID[1] == 0 && \75 UUID[2] == 0 && \76 UUID[3] == 0)
5 mac=uuid.UUID(int = uuid.getnode()).hex[-12:]
Completed in 7 milliseconds