Searched refs:uuid (Results 176 - 200 of 249) sorted by relevance

12345678910

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h226 /* There is no get_uuid(); see svn_fs_t.uuid docstring. */
227 svn_error_t *(*set_uuid)(svn_fs_t *fs, const char *uuid, apr_pool_t *pool);
510 const char *uuid;
505 const char *uuid; member in struct:svn_fs_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drecovery.c359 SVN_ERR(svn_fs_fs__set_uuid(fs, fs->uuid, NULL, pool));
H A Dhotcopy.c497 if (strcmp(src_fs->uuid, dst_fs->uuid) != 0)
1065 SVN_ERR(svn_fs_fs__set_uuid(dst_fs, src_fs->uuid, NULL, pool));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp473 ModuleSP ModuleList::FindModule(const UUID &uuid) const {
476 if (uuid.IsValid()) {
481 if ((*pos)->GetUUID() == uuid) {
H A DModule.cpp346 void Module::SetUUID(const lldb_private::UUID &uuid) { argument
349 m_uuid = uuid;
1552 const UUID &uuid = module_ref.GetUUID(); local
1554 if (uuid.IsValid()) {
1556 return (uuid == GetUUID());
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp555 lldb_private::UUID &uuid = spec.GetUUID(); local
557 GetSectionHeaderInfo(section_headers, data, header, uuid,
570 if (!uuid.IsValid()) {
600 uuid = UUID::fromData(&data, sizeof(data));
606 uuid = UUID::fromData(data, sizeof(data));
999 lldb_private::UUID &uuid) {
1106 // Only bother processing this if we don't already have the uuid set.
1107 if (!uuid.IsValid()) {
1114 uuid = UUID::fromData(buf, note.n_descsz);
1307 lldb_private::UUID &uuid,
997 RefineModuleDetailsFromNote(lldb_private::DataExtractor &data, lldb_private::ArchSpec &arch_spec, lldb_private::UUID &uuid) argument
1304 GetSectionHeaderInfo(SectionHeaderColl &section_headers, DataExtractor &object_data, const elf::ELFHeader &header, lldb_private::UUID &uuid, std::string &gnu_debuglink_file, uint32_t &gnu_debuglink_crc, ArchSpec &arch_spec) argument
3225 UUID uuid; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp463 const auto uuid = m_minidump_parser->GetModuleUUID(module); local
465 ModuleSpec module_spec(file_spec, uuid);
488 const auto dmp_bytes = uuid.GetBytes();
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c509 const char *uuid;
537 SVN_ERR(svn_fs_get_uuid(fs, &uuid, subpool));
539 svn_string_create(uuid, subpool),
501 const char *uuid; local
H A Dreporter.c1604 const char *uuid; local
1610 SVN_ERR(svn_fs_get_uuid(repos->fs, &uuid, pool));
1636 b->repos_uuid = svn_string_create(uuid, pool);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c575 const char *uuid,
585 if (uuid == NULL)
593 SVN_ERR(svn_wc_ensure_adm4(wc_ctx, local_abspath, url, repos, uuid, revision,
601 const char *uuid,
607 return svn_wc_ensure_adm3(path, uuid, url, repos, revision,
614 const char *uuid,
619 return svn_wc_ensure_adm2(path, uuid, url, NULL, revision, pool);
4257 const char *uuid,
4264 return cb->validator(cb->baton, uuid,
4272 const char *uuid,
573 svn_wc_ensure_adm3(const char *path, const char *uuid, const char *url, const char *repos, svn_revnum_t revision, svn_depth_t depth, apr_pool_t *pool) argument
599 svn_wc_ensure_adm2(const char *path, const char *uuid, const char *url, const char *repos, svn_revnum_t revision, apr_pool_t *pool) argument
612 svn_wc_ensure_adm(const char *path, const char *uuid, const char *url, svn_revnum_t revision, apr_pool_t *pool) argument
4255 compat2_validator(void *baton, const char *uuid, const char *url, const char *root_url, apr_pool_t *pool) argument
4270 compat_validator(void *baton, const char *uuid, const char *url, const char *root_url, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c487 const char *uuid;
508 SVN_ERR(svn_ra_get_uuid2(session, &uuid, pool));
509 SVN_ERR(svn_repos__dump_uuid_header_record(output_stream, uuid, pool));
485 const char *uuid; local
H A Dload_editor.c248 uuid_record(const char *uuid,
1190 filter_uuid_record(const char *uuid,
1196 SVN_ERR(pb->wrapped_parser->uuid_record(uuid, pb->wrapped_pb, pool));
246 uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
1186 filter_uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dap.c14 #include "utils/uuid.h"
550 if (is_nil_uuid(wpa_s->conf->uuid))
551 os_memcpy(bss->uuid, wpa_s->wps->uuid, WPS_UUID_LEN);
553 os_memcpy(bss->uuid, wpa_s->conf->uuid, WPS_UUID_LEN);
H A Dnmake.mak168 LIBS = wbemuuid.lib libcmt.lib kernel32.lib uuid.lib ole32.lib oleaut32.lib \
/freebsd-12-stable/sys/compat/linprocfs/
H A Dlinprocfs.c79 #include <sys/uuid.h>
1745 * Filler function for proc/sys/kernel/random/uuid
1750 struct uuid uuid; local
1752 kern_uuidgen(&uuid, 1);
1753 sbuf_printf_uuid(sb, &uuid);
1934 pfs_create_file(dir, "uuid", &linprocfs_douuid,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h2927 /** repository uuid */
2928 const char *uuid;
3570 * @note the @a uuid and @a repos parameters were documented as allowing
3580 const char *uuid,
3592 * See the note on svn_wc_ensure_adm3() regarding the @a repos and @a uuid
3601 const char *uuid,
3619 const char *uuid,
7432 * uuid are recorded in the working copy. For normal Subversion 1.5 and
7461 * repository uuid, @a repos_info_func (if non-NULL) will be called
7480 * Called for each relocated file/directory. @a uuid, i
2921 const char *uuid; member in struct:svn_wc_entry_t
[all...]
H A Dsvn_repos.h3142 /** only update uuid if the repos has no revisions. */
3144 /** never update uuid. */
3146 /** always update uuid. */
3694 /** The parser has discovered a new uuid record within the parsing
3695 * session represented by @a parse_baton. The uuid's value is
3696 * @a uuid, and it is allocated in @a pool.
3698 svn_error_t *(*uuid_record)(const char *uuid,
3974 svn_error_t *(*uuid_record)(const char *uuid,
4027 svn_error_t *(*uuid_record)(const char *uuid,
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c206 {"ignore-uuid", svnadmin__ignore_uuid, 0,
209 {"force-uuid", svnadmin__force_uuid, 0,
670 enum svn_repos_load_uuid uuid_action; /* --ignore-uuid,
671 --force-uuid */
2149 const char *uuid = NULL;
2154 uuid = APR_ARRAY_IDX(args, 0, const char *);
2158 return svn_fs_set_uuid(fs, uuid, pool);
2390 const char *uuid;
2402 SVN_ERR(svn_fs_get_uuid(fs, &uuid, pool));
2403 SVN_ERR(svn_cmdline_printf(pool, _("UUID: %s\n"), uuid));
2147 const char *uuid = NULL; local
2388 const char *uuid; local
[all...]
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c644 * Use the mount point's unique id plus either the uuid or, if that
648 nfscl_fillclid(u_int64_t clval, char *uuid, u_int8_t *cp, u_int16_t idlen) argument
662 * If uuid is non-zero length, use it.
664 uuidlen = strlen(uuid);
666 NFSBCOPY(uuid, cp, uuidlen);
672 * This only normally happens if the uuid isn't set.
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h276 const char *uuid);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h1027 void SetUUID(const lldb_private::UUID &uuid);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcaching.c382 "fsx:", fs->uuid,
/freebsd-12-stable/sys/kern/
H A Dkern_jail.c65 #include <sys/uuid.h>
506 char *domain, *errmsg, *host, *name, *namelc, *p, *path, *uuid; local
740 error = vfs_getopt(opts, "host.hostuuid", (void **)&uuid, &len);
742 uuid = NULL;
748 if (len == 0 || uuid[len - 1] != '\0') {
1716 } else if (host != NULL || domain != NULL || uuid != NULL || gothid) {
1723 if (uuid != NULL)
1724 strlcpy(pr->pr_hostuuid, uuid, sizeof(pr->pr_hostuuid));
1739 if (uuid != NULL)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h718 u8 uuid[kModuleUUIDSize], bool instrumented);
728 const u8 *uuid() const { return uuid_; } function in class:__sanitizer::LoadedModule
/freebsd-12-stable/contrib/wpa/src/p2p/
H A Dp2p.h536 u8 uuid[16]; member in struct:p2p_config
1188 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid);

Completed in 541 milliseconds

12345678910