Searched refs:uuid (Results 151 - 175 of 249) sorted by relevance

12345678910

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c361 if (strcmp(src_fs->uuid, dst_fs->uuid) != 0)
753 SVN_ERR(svn_fs_x__set_uuid(dst_fs, src_fs->uuid, NULL, TRUE,
H A Drecovery.c218 SVN_ERR(svn_fs_x__set_uuid(fs, fs->uuid, NULL, TRUE, scratch_pool));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c1694 const char *uuid;
1705 uuid = NULL;
1727 uuid = svn_prop_get_value(ns_props, "repository-uuid");
1785 if (!session->uuid)
1787 session->uuid = apr_pstrdup(session->pool, uuid);
1693 const char *uuid; local
/freebsd-12-stable/contrib/apr-util/
H A Dbuild-outputs.mk24 crypto/uuid.lo: crypto/uuid.c .make.dirs include/apr_uuid.h
50 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/apr_siphash.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 redis/apr_redis.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h33 ModuleSpec(const FileSpec &file_spec, const UUID &uuid = UUID())
35 m_uuid(uuid), m_object_name(), m_object_offset(0),
216 strm.PutCString("uuid = ");
H A DModuleList.h319 lldb::ModuleSP FindModule(const UUID &uuid) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp446 bool OptionValue::SetUUIDValue(const UUID &uuid) { argument
449 option_value->SetCurrentValue(uuid);
496 return "uuid";
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_attr_build.c127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
134 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_upnp_event.c16 #include "uuid.h"
160 wpabuf_put_str(buf, "SID: uuid:");
162 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_ssdp.c21 #include "uuid.h"
133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
184 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
188 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
189 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
194 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
200 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
271 * One pair for rootdevice, one pair for uuid, and a pair each for
391 * One pair for rootdevice, one pair for uuid, and a pair each for
444 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h48 const char *uuid,
237 const char **uuid,
H A Dwrapper_template.h414 const char **uuid,
417 return VTBL.get_uuid(session_baton, uuid, pool);
413 compat_get_uuid(void *session_baton, const char **uuid, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i538 return uuid.UUID (self.GetUUIDString())
540 uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UUID object that represents the UUID of this module.''')
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h296 bool SetUUIDValue(const UUID &uuid);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h664 * uuid - Universally Unique IDentifier (UUID; see RFC 4122) for WPS
666 u8 uuid[16]; member in struct:wpa_config
/freebsd-12-stable/sys/dev/efidev/
H A Defidev.c61 error = efi_get_table(&egtioc->uuid, &egtioc->ptr);
/freebsd-12-stable/sys/dev/nvdimm/
H A Dnvdimm_nfit.c34 #include <sys/uuid.h>
/freebsd-12-stable/stand/libsa/geli/
H A Dgelidev.c32 #include <uuid.h>
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.h163 /* Set the uuid of repository FS to UUID and the instance ID to INSTANCE_ID.
168 const char *uuid,
/freebsd-12-stable/usr.sbin/wpa/hostapd/
H A DMakefile69 uuid.c \
/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile104 uuid.c \
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c509 fs->uuid = NULL;
1796 svn_fs_get_uuid(svn_fs_t *fs, const char **uuid, apr_pool_t *pool)
1799 *uuid = apr_pstrdup(pool, fs->uuid);
1804 svn_fs_set_uuid(svn_fs_t *fs, const char *uuid, apr_pool_t *pool)
1806 if (! uuid)
1808 uuid = svn_uuid_generate(pool);
1813 apr_status_t apr_err = apr_uuid_parse(&parsed_uuid, uuid);
1816 _("Malformed UUID '%s'"), uuid);
1818 return svn_error_trace(fs->vtable->set_uuid(fs, uuid, poo
1790 svn_fs_get_uuid(svn_fs_t *fs, const char **uuid, apr_pool_t *pool) argument
1798 svn_fs_set_uuid(svn_fs_t *fs, const char *uuid, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c531 const char *uuid,
534 if (uuid)
537 ": %s\n\n", uuid));
2053 const char *uuid;
2103 SVN_ERR(svn_fs_get_uuid(fs, &uuid, pool));
2114 SVN_ERR(svn_repos__dump_uuid_header_record(stream, uuid, pool));
527 svn_repos__dump_uuid_header_record(svn_stream_t *dump_stream, const char *uuid, apr_pool_t *pool) argument
2048 const char *uuid; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c251 SVN_ERR(svn_wc__db_fetch_repos_info(&entry->repos, &entry->uuid,
298 SVN_ERR(svn_wc__db_fetch_repos_info(&entry->repos, &entry->uuid,
455 SVN_ERR(svn_wc__db_fetch_repos_info(&entry->repos, &entry->uuid,
531 SVN_ERR(svn_wc__db_fetch_repos_info(&entry->repos, &entry->uuid,
650 SVN_ERR(svn_wc__db_fetch_repos_info(&entry->repos, &entry->uuid,
2594 if (entry->uuid)
2595 dupentry->uuid = apr_pstrdup(pool, entry->uuid);
/freebsd-12-stable/lib/libsdp/
H A Dsdp.h543 char const * sdp_uuid2desc (uint16_t uuid);
563 * u_int16_t uuid; service class UUID (network byte order)
565 * profile data[pdu->len - sizeof(uuid) - sizeof(bdaddr)]
705 int32_t sdp_register_service (void *xss, uint16_t uuid,

Completed in 370 milliseconds

12345678910