Searched refs:uuid (Results 26 - 50 of 249) sorted by relevance

12345678910

/freebsd-12-stable/lib/libc/uuid/
H A Duuid_equal.c33 #include <uuid.h>
H A Duuid_is_nil.c32 #include <uuid.h>
/freebsd-12-stable/sys/sys/
H A Defi.h32 #include <sys/uuid.h>
53 struct uuid ct_uuid;
140 efi_status (*rt_getvar)(efi_char *, struct uuid *, uint32_t *,
142 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *)
144 efi_status (*rt_setvar)(efi_char *, struct uuid *, uint32_t,
184 int efi_get_table(struct uuid *uuid, void **ptr);
189 int efi_var_get(uint16_t *name, struct uuid *vendor, uint32_t *attrib,
191 int efi_var_nextname(size_t *namesize, uint16_t *name, struct uuid *vendor);
192 int efi_var_set(uint16_t *name, struct uuid *vendo
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c51 const char *uuid;
66 const char *uuid,
96 url_uuid->uuid = apr_pstrdup(pool, uuid);
108 &url_uuid->uuid,
123 if (uuid && strcmp(uuid, url_uuid->uuid) != 0)
126 _("The repository at '%s' has uuid '%s', but the WC has '%s'"),
127 url, url_uuid->uuid, uui
49 const char *uuid; member in struct:url_uuid_t
63 validator_func(void *baton, const char *uuid, const char *url, const char *root_url, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h21 OptionValueUUID(const UUID &uuid) : OptionValue(), m_uuid(uuid) {} argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLocateSymbolFile.h40 const lldb_private::UUID *uuid,
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_er.h19 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_sta
42 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap
72 u8 uuid[WPS_UUID_LEN]; member in struct:wps_er_ap_settings
102 void wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr,
H A Dwps_er.c13 #include "uuid.h"
44 ev->uuid = sta->uuid;
60 const u8 *uuid)
66 (uuid == NULL ||
67 os_memcmp(uuid, sta->uuid, WPS_UUID_LEN) == 0))
100 struct in_addr *addr, const u8 *uuid,
106 (uuid == NULL ||
107 os_memcmp(uuid, a
59 wps_er_sta_get(struct wps_er_ap *ap, const u8 *addr, const u8 *uuid) argument
99 wps_er_ap_get(struct wps_er *er, struct in_addr *addr, const u8 *uuid, const u8 *mac_addr) argument
278 wps_er_ap_get_settings(struct wps_er *er, const u8 *uuid) argument
637 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
1560 wps_er_pbc(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
1911 wps_er_learn(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len) argument
1944 wps_er_set_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const struct wps_credential *cred) argument
1995 wps_er_config(struct wps_er *er, const u8 *uuid, const u8 *addr, const u8 *pin, size_t pin_len, const struct wps_credential *cred) argument
2060 wps_er_nfc_config_token(struct wps_er *er, const u8 *uuid, const u8 *addr) argument
2081 wps_er_nfc_handover_sel(struct wps_er *er, struct wps_context *wps, const u8 *uuid, const u8 *addr, struct wpabuf *pubkey) argument
[all...]
H A Dwps_er_ssdp.c12 #include "uuid.h"
30 u8 uuid[WPS_UUID_LEN]; local
57 os_memset(uuid, 0, sizeof(uuid));
89 pos2 = os_strstr(start, "uuid:");
94 if (uuid_str2bin(pos2, uuid) < 0) {
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
H A Dwps_upnp_i.h85 * This uuid identifies the subscription and is randomly generated by
89 u8 uuid[UUID_LEN]; member in struct:subscription
156 const u8 uuid[UUID_LEN]);
159 const u8 uuid[UUID_LEN]);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_local.h61 const char *uuid;
60 const char *uuid; member in struct:svn_ra_local__session_baton_t
/freebsd-12-stable/contrib/apr-util/crypto/
H A Duuid.c25 APU_DECLARE(void) apr_uuid_format(char *buffer, const apr_uuid_t *uuid) argument
27 const unsigned char *d = uuid->data;
94 APU_DECLARE(apr_status_t) apr_uuid_parse(apr_uuid_t *uuid,
98 unsigned char *d = uuid->data;
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestdbm.c39 apr_uuid_t uuid; local
43 apr_uuid_get(&uuid);
44 table[i].key.dptr = apr_pmemdup(p, uuid.data, sizeof(uuid.data));
45 table[i].key.dsize = sizeof(uuid.data);
48 apr_uuid_format(table[i].val.dptr, &uuid);
52 apr_uuid_get(&uuid);
53 table[i].val.dptr = apr_pmemdup(p, uuid.data, sizeof(uuid.data));
54 table[i].val.dsize = sizeof(uuid
[all...]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h53 const char *uuid, const char *pin);
54 int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid);
55 int wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid,
57 int wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid,
59 int wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid,
62 int ndef, const char *uuid);
78 int ndef, int cr, const char *uuid);
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c47 #include <sys/uuid.h>
69 #define EQUUID(a,b) (memcmp(a, b, sizeof(struct uuid)) == 0)
161 static struct uuid gpt_uuid_apple_apfs = GPT_ENT_TYPE_APPLE_APFS;
162 static struct uuid gpt_uuid_apple_boot = GPT_ENT_TYPE_APPLE_BOOT;
163 static struct uuid gpt_uuid_apple_core_storage =
165 static struct uuid gpt_uuid_apple_hfs = GPT_ENT_TYPE_APPLE_HFS;
166 static struct uuid gpt_uuid_apple_label = GPT_ENT_TYPE_APPLE_LABEL;
167 static struct uuid gpt_uuid_apple_raid = GPT_ENT_TYPE_APPLE_RAID;
168 static struct uuid gpt_uuid_apple_raid_offline = GPT_ENT_TYPE_APPLE_RAID_OFFLINE;
169 static struct uuid gpt_uuid_apple_tv_recover
219 struct uuid *uuid; member in struct:g_part_uuid_alias
592 gpt_parse_type(const char *type, struct uuid *uuid) argument
[all...]
H A Dg_part_bsd64.c64 struct uuid d_stor_uuid; /* unique uuid for label */
85 * is identified by its uuid.
97 struct uuid p_type_uuid;/* mount type as UUID */
98 struct uuid p_stor_uuid;/* unique uuid for storage */
108 struct uuid d_stor_uuid;
118 struct uuid type_uuid;
119 struct uuid stor_uuid;
170 #define EQUUID(a, b) (memcmp(a, b, sizeof(struct uuid))
187 struct uuid *uuid; member in struct:bsd64_uuid_alias
[all...]
/freebsd-12-stable/include/
H A Duuid.h36 #include <sys/uuid.h>
41 * uuidgen(1), uuidgen(2), uuid(3)
/freebsd-12-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c129 int128_t uuid; local
131 SDP_GET_UUID128(&uuid, start);
133 ntohl(*(uint32_t *)&uuid.b[0]),
134 ntohs(*(uint16_t *)&uuid.b[4]),
135 ntohs(*(uint16_t *)&uuid.b[6]),
136 ntohs(*(uint16_t *)&uuid.b[8]),
137 ntohs(*(uint16_t *)&uuid.b[10]),
138 ntohl(*(uint32_t *)&uuid.b[12]));
493 int128_t uuid; local
495 SDP_GET_UUID128(&uuid, star
[all...]
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Duuid.c2 * uuid.c
30 * $Id: uuid.c,v 1.1 2004/12/09 18:20:26 max Exp $
36 #include <uuid.h>
37 #include "uuid-private.h"
H A Dprofile.h68 uint16_t uuid; /* profile uuid */ member in struct:profile
77 profile_p profile_get_descriptor(uint16_t uuid);
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_var.h55 struct uuid uuid; member in struct:nvdimm_label
67 struct uuid type_guid;
68 struct uuid address_abstraction_guid;
173 enum SPA_mapping_type nvdimm_spa_type_from_uuid(struct uuid *);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp22 UUID uuid; member in struct:__anon3942::Header
41 UUID uuid = Info && Info->ID ? Info->ID : Module->ID; local
42 return Header{ArchSpec(triple), std::move(uuid)};
86 std::move(header->uuid));
103 spec.GetUUID() = std::move(header->uuid);
113 UUID uuid)
115 m_arch(std::move(arch)), m_uuid(std::move(uuid)) {}
108 ObjectFileBreakpad(const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t offset, offset_t length, ArchSpec arch, UUID uuid) argument
/freebsd-12-stable/lib/libsdp/
H A Dservice.c49 sdp_register_service(void *xss, uint16_t uuid, bdaddr_p const bdaddr, argument
64 if (sizeof(pdu)+sizeof(uuid)+sizeof(*bdaddr)+datalen > SDP_LOCAL_MTU) {
71 pdu.len = htons(sizeof(uuid) + sizeof(*bdaddr) + datalen);
73 uuid = htons(uuid);
78 iov[1].iov_base = (void *) &uuid;
79 iov[1].iov_len = sizeof(uuid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp70 lldb_private::UUID uuid = obj_file->GetUUID();
71 if (!uuid)
94 module_spec.GetUUID() = uuid;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py87 def wpas_get_er_config_token(uuid):
91 ret = wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid)
116 def wpas_get_handover_sel(uuid):
120 if uuid is None:
123 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip()
176 data = wpas_get_handover_sel(self.uuid)
345 def wps_write_er_config_tag(clf, uuid, wait_remove=True):
349 write_data = wpas_get_er_config_token(uuid)
413 srv.uuid = None
416 srv.uuid
[all...]

Completed in 300 milliseconds

12345678910