Searched refs:uuid (Results 101 - 125 of 199) sorted by relevance

12345678

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c258 const char *uuid,
511 if (uuid)
516 if (strcmp(uuid, repository_uuid) != 0)
518 /* Duplicate the uuid as it is allocated in sesspool */
524 repository_uuid, uuid);
936 const char **uuid,
939 SVN_ERR(session->vtable->get_uuid(session, uuid, pool));
940 *uuid = *uuid ? apr_pstrdup(pool, *uuid)
252 svn_ra_open4(svn_ra_session_t **session_p, const char **corrected_url_p, const char *repos_URL, const char *uuid, const svn_ra_callbacks2_t *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool) argument
932 svn_ra_get_uuid2(svn_ra_session_t *session, const char **uuid, apr_pool_t *pool) argument
941 svn_ra_get_uuid(svn_ra_session_t *session, const char **uuid, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h154 GetUUID(lldb_private::UUID* uuid);
259 /// Parses the elf section headers and returns the uuid, debug link name, crc.
264 lldb_private::UUID &uuid,
H A DObjectFileELF.cpp390 lldb_private::UUID &uuid = spec.GetUUID(); local
391 GetSectionHeaderInfo(section_headers, data, header, uuid, gnu_debuglink_file, gnu_debuglink_crc);
393 if (!uuid.IsValid())
406 uuid.SetBytes (uuidt, sizeof(uuidt));
543 ObjectFileELF::GetUUID(lldb_private::UUID* uuid) argument
551 // We have the full build id uuid.
552 *uuid = m_uuid;
563 uuid->SetBytes (uuidt, sizeof(uuidt));
765 ParseNoteGNUBuildID(DataExtractor &data, lldb_private::UUID &uuid) argument
785 uuid
797 GetSectionHeaderInfo(SectionHeaderColl &section_headers, lldb_private::DataExtractor &object_data, const elf::ELFHeader &header, lldb_private::UUID &uuid, std::string &gnu_debuglink_file, uint32_t &gnu_debuglink_crc) argument
[all...]
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_i.h148 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid);
195 struct wps_device_data *dev, const u8 *uuid);
H A Dwps_registrar.c14 #include "utils/uuid.h"
78 u8 uuid[WPS_UUID_LEN]; member in struct:wps_uuid_pin
135 u8 uuid[WPS_UUID_LEN]; member in struct:wps_registrar_device
289 struct wps_device_data *dev, const u8 *uuid)
303 os_memcpy(d->uuid, uuid, WPS_UUID_LEN);
528 return wps_build_uuid_e(msg, reg->wps->uuid);
718 * @uuid: UUID-E or %NULL for wildcard (any UUID)
725 const u8 *uuid, const u8 *pin, size_t pin_len,
735 if (uuid
288 wps_device_store(struct wps_registrar *reg, struct wps_device_data *dev, const u8 *uuid) argument
724 wps_registrar_add_pin(struct wps_registrar *reg, const u8 *addr, const u8 *uuid, const u8 *pin, size_t pin_len, int timeout) argument
850 wps_registrar_invalidate_pin(struct wps_registrar *reg, const u8 *uuid) argument
868 wps_registrar_get_pin(struct wps_registrar *reg, const u8 *uuid, size_t *pin_len) argument
927 wps_registrar_unlock_pin(struct wps_registrar *reg, const u8 *uuid) argument
3401 char uuid[40]; local
[all...]
/freebsd-10.2-release/contrib/apr-util/
H A Dbuild.conf16 crypto/uuid.c
H A Dbuild-outputs.mk23 crypto/uuid.lo: crypto/uuid.c .make.dirs include/apr_uuid.h
48 OBJECTS_all = buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo
/freebsd-10.2-release/sys/boot/common/
H A Dpart.c42 #include <uuid.h>
115 uuid_letoh(uuid_t *uuid) argument
118 uuid->time_low = le32toh(uuid->time_low);
119 uuid->time_mid = le16toh(uuid->time_mid);
120 uuid->time_hi_and_version = le16toh(uuid->time_hi_and_version);
/freebsd-10.2-release/sys/geom/part/
H A Dg_part_ldm.c45 #include <sys/uuid.h>
116 struct uuid disk_guid;
117 struct uuid dg_guid;
205 struct uuid guid; /* disk guid */
213 struct uuid guid; /* disk group guid */
313 static struct uuid gpt_uuid_ms_ldm_metadata = GPT_ENT_TYPE_MS_LDM_METADATA;
638 struct uuid dg_guid;
1236 &gpt_uuid_ms_ldm_metadata, sizeof(struct uuid)) != 0 ||
1403 sizeof(struct uuid)) == 0)
/freebsd-10.2-release/contrib/serf/auth/
H A Dauth_digest.c90 apr_uuid_t uuid; local
93 apr_uuid_get(&uuid);
94 apr_uuid_format(buf, &uuid);
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h478 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
480 u8 uuid[16]; member in struct:wpa_config
H A Dap.c14 #include "utils/uuid.h"
297 if (is_nil_uuid(wpa_s->conf->uuid))
298 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
300 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
/freebsd-10.2-release/usr.sbin/wpa/hostapd/
H A DMakefile19 tkip_countermeasures.c upnp_xml.c utils.c uuid.c vlan_init.c \
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp502 OptionValue::SetUUIDValue (const UUID &uuid) argument
507 option_value->SetCurrentValue(uuid);
534 case eTypeUUID: return "uuid";
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c71 Using the uuid to obtain the lock creates a corner case if a
79 SVN_ERR_ASSERT(fs->uuid);
80 key = apr_pstrcat(pool, SVN_FSFS_SHARED_USERDATA_PREFIX, fs->uuid,
/freebsd-10.2-release/lib/libsdp/
H A Dutil.c269 sdp_uuid2desc(uint16_t uuid) argument
274 if (uuid == a->attr)
/freebsd-10.2-release/sys/fs/nandfs/
H A Dnandfs_fs.h36 #include <sys/uuid.h>
171 struct uuid f_uuid; /* 128-bit uuid for volume */
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c421 fs->uuid = NULL;
1381 svn_fs_get_uuid(svn_fs_t *fs, const char **uuid, apr_pool_t *pool)
1384 *uuid = apr_pstrdup(pool, fs->uuid);
1389 svn_fs_set_uuid(svn_fs_t *fs, const char *uuid, apr_pool_t *pool)
1391 if (! uuid)
1393 uuid = svn_uuid_generate(pool);
1398 apr_status_t apr_err = apr_uuid_parse(&parsed_uuid, uuid);
1401 _("Malformed UUID '%s'"), uuid);
1403 return svn_error_trace(fs->vtable->set_uuid(fs, uuid, poo
1375 svn_fs_get_uuid(svn_fs_t *fs, const char **uuid, apr_pool_t *pool) argument
1383 svn_fs_set_uuid(svn_fs_t *fs, const char *uuid, apr_pool_t *pool) argument
[all...]
H A Dfs-loader.h189 /* There is no get_uuid(); see svn_fs_t.uuid docstring. */
190 svn_error_t *(*set_uuid)(svn_fs_t *fs, const char *uuid, apr_pool_t *pool);
422 const char *uuid;
417 const char *uuid; member in struct:svn_fs_t
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c604 if (entry->repos != NULL && entry->uuid != NULL)
607 if ((entry->repos == NULL || entry->uuid == NULL)
620 if (!entry->uuid)
621 entry->uuid = svn__apr_hash_index_val(hi);
635 if (entry->uuid == NULL && repos_info_func == NULL)
638 _("Working copy '%s' can't be upgraded because the repository uuid is "
648 return svn_error_trace((*repos_info_func)(&entry->repos, &entry->uuid,
1772 apr_pstrdup(hash_pool, this_dir->uuid));
2270 apr_pstrdup(scratch_pool, this_dir->uuid));
2286 this_dir->repos, this_dir->uuid,
[all...]
H A Dold-and-busted.c59 #define ENTRIES_ATTR_UUID "uuid"
621 SVN_ERR(read_str(&entry->uuid, buf, end, pool));
946 entry->uuid = extract_string(atts, ENTRIES_ATTR_UUID, pool);
1120 if ((! dst->uuid)
1124 dst->uuid = src->uuid;
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_ra.h630 * Return @c SVN_ERR_RA_UUID_MISMATCH if @a uuid is non-NULL and not equal
654 const char *uuid,
670 const char *uuid,
677 * Similar to svn_ra_open3(), but with @a uuid set to @c NULL.
1584 * Set @a *uuid to the repository's UUID, allocated in @a pool.
1590 const char **uuid,
1603 const char **uuid,
2306 const char **uuid,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dra.c310 const char *uuid = NULL;
338 svn_error_t *err = svn_wc__node_get_repos_info(NULL, NULL, NULL, &uuid,
349 uuid = NULL;
395 base_url, uuid, cbtable, cb, ctx->config,
429 uuid, cbtable, cb, ctx->config, result_pool));
307 const char *uuid = NULL; local
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c1185 /* TODO: to fetch the uuid from the repository, we need:
1198 const char **uuid,
1203 if (!session->uuid)
1213 stores the repository's uuid in the session. */
1215 if (!session->uuid)
1223 *uuid = session->uuid;
1195 svn_ra_serf__get_uuid(svn_ra_session_t *ra_session, const char **uuid, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c99 sess->uuid, /* realmstring */
594 SVN_ERR(svn_fs_get_uuid(sess->fs, &sess->uuid, session->pool));
694 const char **uuid,
698 *uuid = sess->uuid;
1104 svn_string_create(sess->uuid, result_pool));
689 svn_ra_local__get_uuid(svn_ra_session_t *session, const char **uuid, apr_pool_t *pool) argument

Completed in 392 milliseconds

12345678