Searched refs:uuid (Results 201 - 225 of 249) sorted by relevance

12345678910

/freebsd-12-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c41 #include <sys/uuid.h>
525 struct uuid tmp;
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h2946 /** Populate @a *uuid with the UUID associated with @a fs. Allocate
2947 @a *uuid in @a pool. */
2950 const char **uuid,
2954 /** If not @c NULL, associate @a *uuid with @a fs. Otherwise (if @a
2955 * uuid is @c NULL), generate a new UUID for @a fs. Use @a pool for
2960 const char *uuid,
H A Dsvn_client.h7748 /** Get repository @a uuid for @a url.
7751 * repository uuid, and free the session. Return the uuid in @a uuid,
7760 svn_client_uuid_from_url(const char **uuid,
7766 /** Return the repository @a uuid for working-copy @a local_abspath,
7778 svn_client_uuid_from_path2(const char **uuid,
7791 svn_client_uuid_from_path(const char **uuid,
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c802 const char *uuid, *root_url;
864 SVN_ERR(svn_ra_get_uuid2(from_session, &uuid, pool));
866 svn_string_create(uuid, pool), pool));
800 const char *uuid, *root_url; local
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c17 #include "utils/uuid.h"
1526 int ndef, int cr, char *uuid)
1531 buf = wpas_wps_nfc_handover_sel(wpa_s, ndef, cr, uuid);
1849 char *uuid = cmd, *pin, *pos; local
1851 pin = os_strchr(uuid, ' ');
1861 return wpas_wps_er_add_pin(wpa_s, addr, uuid, pin);
1868 char *uuid = cmd, *pin; local
1869 pin = os_strchr(uuid, ' ');
1873 return wpas_wps_er_learn(wpa_s, uuid, pin);
1880 char *uuid local
1524 wpas_ctrl_nfc_get_handover_sel_wps(struct wpa_supplicant *wpa_s, char *reply, size_t max_len, int ndef, int cr, char *uuid) argument
1940 char *uuid; local
[all...]
H A Dconfig_file.c21 #include "uuid.h"
1161 if (!is_nil_uuid(config->uuid)) {
1163 uuid_bin2str(config->uuid, buf, sizeof(buf));
1164 fprintf(f, "uuid=%s\n", buf);
H A Dwpa_supplicant_i.h395 u8 uuid[WPS_UUID_LEN]; member in struct:wps_ap_info
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c321 session->uuid = apr_pstrdup(session->pool, val);
H A Dra_serf.h211 const char *uuid;
301 { SVN_DAV_PROP_NS_DAV, "repository-uuid" },
208 const char *uuid; member in struct:svn_ra_serf__session_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload.c441 dummy_handler_uuid_record(const char *uuid,
439 dummy_handler_uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
H A Dload-fs-vtable.c647 uuid_record(const char *uuid,
664 return svn_fs_set_uuid(pb->fs, uuid, pool);
645 uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h473 u8 uuid[16]; member in struct:hostapd_bss_config
/freebsd-12-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c447 uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool)
451 SVN_ERR(svn_repos__dump_uuid_header_record(pb->out_stream, uuid, pool));
445 uuid_record(const char *uuid, void *parse_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1102 const char *cdate, *cauthor, *uuid;
1117 SVN_ERR(svn_fs_get_uuid(svn_fs_root_fs(root), &uuid, pool));
1118 str = (uuid) ? svn_string_create(uuid, pool) : NULL;
4371 SVN_ERR(svn_fs_get_uuid(b->repository->fs, &b->repository->uuid,
4388 "success", b->repository->uuid,
1101 const char *cdate, *cauthor, *uuid; local
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi.c2618 acpi_DSMQuery(ACPI_HANDLE h, uint8_t *uuid, int revision) argument
2632 if (!ACPI_SUCCESS(acpi_EvaluateDSM(h, uuid, revision, 0, NULL, &buf))) {
2669 acpi_EvaluateDSM(ACPI_HANDLE handle, uint8_t *uuid, int revision, argument
2682 arg[0].Buffer.Pointer = uuid;
2710 acpi_EvaluateOSC(ACPI_HANDLE handle, uint8_t *uuid, int revision, int count, argument
2722 arg[0].Buffer.Pointer = uuid;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c3051 svn_client_uuid_from_url(const char **uuid,
3059 err = svn_client_get_repos_root(NULL, uuid, url,
3068 svn_client_uuid_from_path2(const char **uuid,
3075 svn_client_get_repos_root(NULL, uuid,
3081 svn_client_uuid_from_path(const char **uuid,
3091 svn_client_uuid_from_path2(uuid, local_abspath, ctx, pool, pool));
3049 svn_client_uuid_from_url(const char **uuid, const char *url, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
3066 svn_client_uuid_from_path2(const char **uuid, const char *local_abspath, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3079 svn_client_uuid_from_path(const char **uuid, const char *path, svn_wc_adm_access_t *adm_access, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c340 {"uuid", subcommand_uuid, {0}, {N_(
341 "usage: svnlook uuid REPOS_PATH\n"
2456 const char *uuid;
2461 SVN_ERR(svn_fs_get_uuid(c->fs, &uuid, pool));
2462 SVN_ERR(svn_cmdline_printf(pool, "%s\n", uuid));
2449 const char *uuid; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp548 IO.mapRequired("uuid", LoadCommand.uuid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3570 if (name == "uuid" || name == "md5") {
3572 std::string uuid;
3573 extractor.GetHexByteString(uuid);
3574 module_spec.GetUUID().SetFromStringRef(uuid, uuid.size() / 2);
3608 if (!dict->GetValueForKeyAsString("uuid", string))
/freebsd-12-stable/contrib/wpa/src/p2p/
H A Dp2p_build.c777 if (wps_build_uuid_e(buf, p2p->cfg->uuid) < 0 ||
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c768 /* Read the repository's uuid and root URL, and perhaps learn more
770 SVN_ERR(svn_ra_svn__read_cmd_response(conn, pool, "c?c?l", &conn->uuid,
1195 static svn_error_t *ra_svn_get_uuid(svn_ra_session_t *session, const char **uuid,
1201 *uuid = conn->uuid;
1194 ra_svn_get_uuid(svn_ra_session_t *session, const char **uuid, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql54 uuid TEXT NOT NULL
59 CREATE INDEX I_UUID ON REPOSITORY (uuid);
/freebsd-12-stable/include/
H A DMakefile29 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c53 #include <uuid.h>
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c786 char uuid[HOSTUUIDLEN]; local
792 getcredhostuuid(cred, uuid, sizeof uuid);
793 idlen = strlen(uuid);
833 nfscl_fillclid(nmp->nm_clval, uuid, clp->nfsc_id,

Completed in 500 milliseconds

12345678910