LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
uuid.c File Reference

(7c4d7d1 userspace/term: change eyecandy inclusion to use objcopy instead of xxd)

#include <uuid.h>
#include <string.h>
+ Include dependency graph for uuid.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uuid_key_t uuid_key (uuid_t *uuid)
 
int uuid_cmp (uuid_t *a, uuid_t *b)
 
size_t uuid_fmt (char *buffer, size_t len, uuid_t *uuid)
 

Function Documentation

◆ uuid_cmp()

int uuid_cmp ( uuid_t a,
uuid_t b 
)

Definition at line 14 of file uuid.c.

References uuid_t::data, and memcmp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ uuid_fmt()

size_t uuid_fmt ( char *  buffer,
size_t  len,
uuid_t uuid 
)

Definition at line 18 of file uuid.c.

References ksnprintf().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ uuid_key()

uuid_key_t uuid_key ( uuid_t uuid)

Definition at line 4 of file uuid.c.

References uuid_t::data.

+ Here is the caller graph for this function: