Searched refs:uuid (Results 126 - 150 of 199) sorted by relevance

12345678

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcaching.c346 "fsfs:", fs->uuid,
646 Therefore, throw in a uuid as well - just to be sure. */
648 "fsfs:", fs->uuid,
H A Dfs_fs.h379 /* Set the uuid of repository FS to UUID, if UUID is not NULL;
380 otherwise, set the uuid of FS to a newly generated UUID. Perform
383 const char *uuid,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c157 const char *uuid,
163 return svn_ra_open4(session_p, NULL, repos_URL, uuid,
154 svn_ra_open3(svn_ra_session_t **session_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
H A Dwrapper_template.h412 const char **uuid,
415 return VTBL.get_uuid(session_baton, uuid, pool);
411 compat_get_uuid(void *session_baton, const char **uuid, apr_pool_t *pool) argument
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_attr_build.c103 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
108 wpabuf_put_data(msg, uuid, WPS_UUID_LEN);
H A Dwps_upnp_event.c16 #include "uuid.h"
159 wpabuf_put_str(buf, "SID: uuid:");
161 uuid_bin2str(e->s->uuid, b, 80);
H A Dwps_upnp_ssdp.c18 #include "uuid.h"
134 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
185 wpabuf_printf(msg, "USN: uuid:%s::upnp:rootdevice\r\n",
189 wpabuf_printf(msg, "%s: uuid:%s\r\n", NTString, uuid_string);
190 wpabuf_printf(msg, "USN: uuid:%s\r\n", uuid_string);
195 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
201 wpabuf_printf(msg, "USN: uuid:%s::urn:schemas-wifialliance-"
276 * One pair for rootdevice, one pair for uuid, and a pair each for
395 * One pair for rootdevice, one pair for uuid, and a pair each for
448 * ST header of the M-SEARCH request is "ssdp:all", "upnp:rootdevice", "uuid
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h354 /// The uuid to search for if non-NULL. If this value is NULL
355 /// no uuid matching will be performed.
383 FindModule (const UUID &uuid) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h352 SetUUIDValue (const UUID &uuid);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h433 /// \a uuid, \b false otherwise.
436 GetUUID (lldb_private::UUID* uuid) = 0;
/freebsd-10.2-release/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c71 const char *uuid;
596 uuid_record(const char *uuid,
602 pb->uuid = apr_pstrdup(pool, uuid);
70 const char *uuid; member in struct:parse_baton
594 uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
/freebsd-10.2-release/sys/boot/userboot/libstand/
H A DMakefile91 # uuid functions from libc
92 .PATH: ${LIBC}/uuid
/freebsd-10.2-release/sys/ia64/ia64/
H A Dmca.c37 #include <sys/uuid.h>
/freebsd-10.2-release/usr.sbin/wpa/wpa_supplicant/
H A DMakefile16 preauth.c scan.c upnp_xml.c uuid.c wpa.c wpa_common.c wpa_debug.c \
/freebsd-10.2-release/sys/compat/linprocfs/
H A Dlinprocfs.c75 #include <sys/uuid.h>
1342 * Filler function for proc/sys/kernel/random/uuid
1347 struct uuid uuid; local
1349 kern_uuidgen(&uuid, 1);
1350 sbuf_printf_uuid(sb, &uuid);
1457 pfs_create_file(dir, "uuid", &linprocfs_douuid,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c2425 const char *uuid;
2442 uuid = NULL;
2463 uuid = svn_prop_get_value(ns_props, "repository-uuid");
2526 if (!session->uuid)
2528 session->uuid = apr_pstrdup(session->pool, uuid);
2423 const char *uuid; local
/freebsd-10.2-release/contrib/subversion/subversion/include/
H A Dsvn_fs.h2186 /** Populate @a *uuid with the UUID associated with @a fs. Allocate
2187 @a *uuid in @a pool. */
2190 const char **uuid,
2194 /** If not @c NULL, associate @a *uuid with @a fs. Otherwise (if @a
2195 * uuid is @c NULL), generate a new UUID for @a fs. Use @a pool for
2200 const char *uuid,
H A Dsvn_repos.h72 /** only update uuid if the repos has no revisions. */
74 /** never update uuid. */
76 /** always update uuid. */
2827 /** The parser has discovered a new uuid record within the parsing
2828 * session represented by @a parse_baton. The uuid's value is
2829 * @a uuid, and it is allocated in @a pool.
2831 svn_error_t *(*uuid_record)(const char *uuid,
3014 svn_error_t *(*uuid_record)(const char *uuid,
3067 svn_error_t *(*uuid_record)(const char *uuid,
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c230 &entry->uuid,
283 &entry->uuid,
408 &entry->uuid,
499 &entry->uuid,
611 &entry->uuid,
613 NULL, NULL, /* original_root|uuid */
2472 if (entry->uuid)
2473 dupentry->uuid = apr_pstrdup(pool, entry->uuid);
/freebsd-10.2-release/contrib/wpa/src/p2p/
H A Dp2p.h334 u8 uuid[16]; member in struct:p2p_config
810 void p2p_set_uuid(struct p2p_data *p2p, const u8 *uuid);
/freebsd-10.2-release/lib/libsdp/
H A Dsdp.h540 char const * sdp_uuid2desc (uint16_t uuid);
560 * u_int16_t uuid; service class UUID (network byte order)
562 * profile data[pdu->len - sizeof(uuid) - sizeof(bdaddr)]
684 int32_t sdp_register_service (void *xss, uint16_t uuid,
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dap_config.h344 u8 uuid[16]; member in struct:hostapd_bss_config
/freebsd-10.2-release/lib/libstand/
H A DMakefile103 # uuid functions from libc
104 .PATH: ${.CURDIR}/../libc/uuid
/freebsd-10.2-release/sys/boot/libstand32/
H A DMakefile107 # uuid functions from libc
108 .PATH: ${LIBC}/uuid
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp589 ModuleList::FindModule (const UUID &uuid) const
593 if (uuid.IsValid())
600 if ((*pos)->GetUUID() == uuid)

Completed in 406 milliseconds

12345678