Searched refs:uuid (Results 1 - 25 of 242) sorted by relevance

12345678910

/freebsd-current/sys/sys/
H A Duuid.h44 struct uuid { struct
59 struct uuid *kern_uuidgen(struct uuid *, size_t);
64 int snprintf_uuid(char *, size_t, struct uuid *);
65 int printf_uuid(struct uuid *);
66 int sbuf_printf_uuid(struct sbuf *, struct uuid *);
74 int validate_uuid(const char *, size_t, struct uuid *, int);
75 int parse_uuid(const char *, struct uuid *);
81 int uuidcmp(const struct uuid *, const struct uuid *);
[all...]
H A Dgpt.h32 #include <sys/uuid.h>
34 #define GPT_UUID_TYPE struct uuid
H A Defiio.h30 #include <sys/uuid.h>
36 struct uuid uuid; /* UUID to look up */ member in struct:efi_get_table_ioc
45 struct uuid vendor; /* Vendor's UUID for variable */
/freebsd-current/lib/libc/uuid/
H A DMakefile.inc4 .PATH: ${LIBC_SRCTOP}/uuid
9 SYM_MAPS+= ${LIBC_SRCTOP}/uuid/Symbol.map
11 MAN+= uuid.3
12 MLINKS+=uuid.3 uuid_compare.3
13 MLINKS+=uuid.3 uuid_create.3
14 MLINKS+=uuid.3 uuid_create_nil.3
15 MLINKS+=uuid.3 uuid_equal.3
16 MLINKS+=uuid.3 uuid_from_string.3
17 MLINKS+=uuid.3 uuid_hash.3
18 MLINKS+=uuid
[all...]
H A Duuid_stream.c32 #include <uuid.h>
55 uuid_enc_le(void *buf, const uuid_t *uuid) argument
60 le32enc(p, uuid->time_low);
61 le16enc(p + 4, uuid->time_mid);
62 le16enc(p + 6, uuid->time_hi_and_version);
63 p[8] = uuid->clock_seq_hi_and_reserved;
64 p[9] = uuid->clock_seq_low;
66 p[10 + i] = uuid->node[i];
70 uuid_dec_le(const void *buf, uuid_t *uuid) argument
75 uuid
85 uuid_enc_be(void *buf, const uuid_t *uuid) argument
100 uuid_dec_be(const void *buf, uuid_t *uuid) argument
[all...]
H A Duuid_create.c30 #include <uuid.h>
H A Duuid_hash.c30 #include <uuid.h>
H A Duuid_create_nil.c31 #include <uuid.h>
/freebsd-current/usr.bin/mkimg/
H A Duuid.c38 #include <uuid/uuid.h>
41 osdep_uuidgen(mkimg_uuid_t *uuid) argument
44 uuid_generate_time((void *)uuid);
49 #include <sys/uuid.h>
52 osdep_uuidgen(mkimg_uuid_t *uuid) argument
55 uuidgen((void *)uuid, 1);
64 osdep_uuidgen(mkimg_uuid_t *uuid) argument
77 uuid->time_low = (uint32_t)time;
78 uuid
94 mkimg_uuid(mkimg_uuid_t *uuid) argument
110 mkimg_uuid_enc(void *buf, const mkimg_uuid_t *uuid) argument
[all...]
/freebsd-current/libexec/rc/rc.d/
H A Dhostid45 uuid=$1
46 # Generate hostid based on hostuuid - take first four bytes from md5(uuid).
47 id=`echo -n $uuid | /sbin/md5`
52 startmsg "Setting hostuuid: ${uuid}."
53 ${SYSCTL} kern.hostuuid="${uuid}" >/dev/null
60 uuid=$1
67 case "${uuid}" in
104 uuid=`kenv -q smbios.system.uuid`
106 if valid_hostid $uuid; the
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Duuid.h16 int is_nil_uuid(const u8 *uuid);
17 int uuid_random(u8 *uuid);
H A Duuid.c13 #include "uuid.h"
65 int is_nil_uuid(const u8 *uuid) argument
69 if (uuid[i])
75 int uuid_random(u8 *uuid) argument
83 if (os_get_random(uuid, UUID_LEN) < 0 ||
84 hmac_sha256(uuid, UUID_LEN, (const u8 *) &t, sizeof(t), hash) < 0)
87 os_memcpy(uuid, hash, UUID_LEN);
90 uuid[6] = (4 << 4) | (uuid[6] & 0x0f);
93 uuid[
[all...]
/freebsd-current/stand/libsa/
H A Dgpt.h30 #include <uuid.h>
36 int gptfind(const uuid_t *uuid, struct dsk *dskp, int part);
/freebsd-current/sys/kern/
H A Dkern_uuid.c40 #include <sys/uuid.h>
56 CTASSERT(sizeof(struct uuid) == 16);
129 struct uuid *
130 kern_uuidgen(struct uuid *store, size_t count)
132 struct uuid_private uuid; local
138 uuid_node(uuid.node);
141 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid.node[0] ||
142 uuid_last.node[1] != uuid.node[1] ||
143 uuid_last.node[2] != uuid.node[2])
144 uuid
271 snprintf_uuid(char *buf, size_t sz, struct uuid *uuid) argument
284 printf_uuid(struct uuid *uuid) argument
293 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid) argument
319 le_uuid_enc(void *buf, struct uuid const *uuid) argument
335 le_uuid_dec(void const *buf, struct uuid *uuid) argument
351 be_uuid_enc(void *buf, struct uuid const *uuid) argument
367 be_uuid_dec(void const *buf, struct uuid *uuid) argument
383 validate_uuid(const char *str, size_t size, struct uuid *uuid, int flags) argument
441 parse_uuid(const char *str, struct uuid *uuid) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolLocator.h26 static void DownloadSymbolFileAsync(const UUID &uuid);
H A DLocateSymbolFile.h32 static void DownloadSymbolFileAsync(const UUID &uuid);
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp20 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { argument
29 if (g_seen_uuids.count(uuid))
31 g_seen_uuids.insert(uuid);
36 module_spec.GetUUID() = uuid;
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dssar.c41 #include "uuid-private.h"
52 server_search_uuid_sub(uint8_t *buf, uint8_t const * const eob, const uint128_t *uuid) argument
72 if (memcmp(&duuid, uuid, sizeof(duuid)) == 0)
85 if (memcmp(&duuid, uuid, sizeof(duuid)) == 0)
93 if (memcmp(&duuid, uuid, sizeof(duuid)) == 0)
155 server_search_uuid(provider_p const provider, const uint128_t *uuid) argument
167 if (server_search_uuid_sub(buffer, buffer + len, uuid) == 0)
190 uint128_t uuid, puuid; local
309 memcpy(&uuid, &uuid_base, sizeof(uuid));
[all...]
H A Dssr.c47 #include "uuid-private.h"
64 uint128_t uuid, puuid; local
153 memcpy(&uuid, &uuid_base, sizeof(uuid));
154 uuid.b[2] = *req ++;
155 uuid.b[3] = *req ++;
163 memcpy(&uuid, &uuid_base, sizeof(uuid));
164 uuid.b[0] = *req ++;
165 uuid
[all...]
/freebsd-current/usr.sbin/efitable/
H A Defitable.c39 #include <uuid.h>
52 struct uuid uuid; member in struct:efi_table_op
57 .uuid = EFI_TABLE_ESRT },
59 .uuid = EFI_PROPERTIES_TABLE }
75 { "uuid", required_argument, NULL, 'u' },
89 struct uuid uuid; local
94 uuid_from_string(uuid_str, &uuid, &status);
99 if (!memcmp(&uuid,
182 char *uuid; local
[all...]
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dsdp.c54 * _sdp_match_uuid16(ptr, limit, uuid)
61 _sdp_match_uuid16(uint8_t **ptr, uint8_t *limit, uint16_t uuid) argument
67 u1.time_low = uuid;
78 * _sdp_get_uuid(ptr, limit, uuid)
85 _sdp_get_uuid(uint8_t **ptr, uint8_t *limit, uuid_t *uuid) argument
97 memcpy(uuid, &BASE_UUID, sizeof(uuid_t));
98 uuid->time_low = be16dec(p);
106 memcpy(uuid, &BASE_UUID, sizeof(uuid_t));
107 uuid->time_low = be32dec(p);
115 uuid_dec_be(p, uuid);
[all...]
H A Dsdp.h34 #include <uuid.h>
/freebsd-current/bin/uuidgen/
H A Duuidgen.c36 #include <uuid.h>
72 uuidgen_v4(struct uuid *store, int count)
75 struct uuid *item;
81 size = sizeof(struct uuid) * count;
107 uuid_t *store, *uuid; local
115 version = 1; /* create uuid v1 by default */
175 uuid = store;
178 if (uuidgen(uuid++, 1) != 0)
181 if (uuidgen_v4(uuid++, 1) != 0)
189 uuid
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h66 * The uuid type used throughout when referencing uuids themselves
68 typedef struct uuid { struct
80 * Convert a uuid to/from little-endian format
91 uuid_is_null(const caddr_t uuid) argument
/freebsd-current/sys/compat/linuxkpi/common/include/acpi/
H A Dacpi_bus.h43 bool acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev,
45 ACPI_OBJECT * acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid,

Completed in 169 milliseconds

12345678910