Searched refs:uuid (Results 51 - 75 of 190) sorted by relevance

12345678

/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dsrr.c59 int32_t uuid; local
64 * value16 - uuid 2 bytes
73 SDP_GET16(uuid, req);
80 profile = profile_get_descriptor(uuid);
H A DMakefile8 sd.c server.c sp.c srr.c ssar.c ssr.c sur.c uuid.c
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Drand.c39 #include <uuid.h>
41 #include <uuid/uuid.h>
43 #include <sys/uuid.h>
/freebsd-10.0-release/lib/libc/uuid/
H A Duuid_compare.c31 #include <uuid.h>
H A Duuid_from_string.c32 #include <uuid.h>
/freebsd-10.0-release/lib/libefi/
H A Dlibefi.h33 #include <sys/uuid.h>
/freebsd-10.0-release/sys/boot/ia64/ski/
H A Defi_stub.c53 static efi_status GetVariable(efi_char *, struct uuid *, uint32_t *, u_long *,
55 static efi_status GetNextVariableName(u_long *, efi_char *, struct uuid *);
56 static efi_status SetVariable(efi_char *, struct uuid *, uint32_t, u_long,
188 GetVariable(efi_char *name, struct uuid *vendor, uint32_t *attrs,
195 GetNextVariableName(u_long *namesz, efi_char *name, struct uuid *vendor)
201 SetVariable(efi_char *name, struct uuid *vendor, uint32_t attrs, u_long datasz,
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c13 #include "utils/uuid.h"
150 char uuid[40], txt[400]; local
153 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
155 wpa_printf(MSG_DEBUG, "WPS: PIN needed for E-UUID %s", uuid);
158 uuid, MAC2STR(dev->mac_addr), dev->device_name,
175 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name,
207 char uuid[40]; local
209 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
232 char uuid[40]; local
702 const u8 **uuid = ctx; local
721 const u8 *uuid; local
800 const u8 *uuid; local
1072 const u8 *uuid; member in struct:wps_add_pin_data
1096 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
[all...]
H A Dwps_hostapd.h20 const char *uuid, const char *pin, int timeout);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c13 #include "uuid.h"
573 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
596 uuid_bin2str(ap->uuid, uuid_str, sizeof(uuid_str));
607 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
631 uuid_bin2str(enrollee->uuid, uuid_str, sizeof(uuid_str));
653 uuid_bin2str(ap_settings->uuid, uuid_str, sizeof(uuid_str));
656 "uuid=%s ssid=%s auth_type=0x%04x encr_type=0x%04x "
669 uuid_bin2str(ev->uuid, uuid_str, sizeof(uuid_str));
673 "uuid=%s state=START sel_reg=%d dev_passwd_id=%u "
680 "uuid
1084 char uuid[40], txt[400]; local
1423 const u8 *sel_uuid, *uuid; local
1577 wpas_wps_er_add_pin(struct wpa_supplicant *wpa_s, const u8 *addr, const char *uuid, const char *pin) argument
1593 wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid) argument
1603 wpas_wps_er_learn(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin) argument
1615 wpas_wps_er_set_config(struct wpa_supplicant *wpa_s, const char *uuid, int id) argument
1658 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) argument
1710 wpas_wps_er_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *uuid) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dcache.c90 kcmuuid_t uuid,
105 if (memcmp(p->uuid, uuid, sizeof(kcmuuid_t)) == 0) {
139 krb5_storage_write(sp, p->uuid, sizeof(p->uuid));
303 RAND_bytes(slot->uuid, sizeof(slot->uuid));
518 kcmuuid_t uuid)
523 if (memcmp(c->uuid, uuid, sizeo
89 kcm_ccache_resolve_by_uuid(krb5_context context, kcmuuid_t uuid, kcm_ccache *ccache) argument
516 kcm_ccache_find_cred_uuid(krb5_context context, kcm_ccache ccache, kcmuuid_t uuid) argument
[all...]
H A Dkcm_locl.h80 kcmuuid_t uuid; member in struct:kcm_creds
87 kcmuuid_t uuid; member in struct:kcm_ccache_data
H A Dprotocol.c463 sret = krb5_storage_write(response, &creds->uuid, sizeof(creds->uuid));
464 if (sret != sizeof(creds->uuid)) {
494 kcmuuid_t uuid; local
509 sret = krb5_storage_read(request, &uuid, sizeof(uuid));
510 if (sret != sizeof(uuid)) {
516 c = kcm_ccache_find_cred_uuid(context, ccache, uuid);
1032 kcmuuid_t uuid; local
1038 sret = krb5_storage_read(request, &uuid, sizeo
1224 kcmuuid_t uuid; member in struct:kcm_ntlm_cred
[all...]
/freebsd-10.0-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.c389 g_llvm_add_disk(struct g_llvm_vg *vg, struct g_provider *pp, char *uuid) argument
401 if (strcmp(pv->pv_uuid, uuid) == 0)
405 G_LLVM_DEBUG(3, "uuid %s not found in pv list", uuid);
702 char *uuid; local
726 * convert the binary uuid to string format, the format is
729 uuid = ll->ll_uuid;
730 bcopy(data + off, uuid, 6);
732 uuid += 6;
733 *uuid
889 char uuid[G_LLVM_UUIDLEN]; local
[all...]
/freebsd-10.0-release/usr.sbin/adduser/
H A Dadduser.sh236 [ -n "$uuid" ] && _uid='-u "$uuid"'
486 uuid=${uidstart}
490 if [ -n "$uuid" ]; then
491 uuid=`get_nextuid $uuid`
492 _prompt="Uid [$uuid]: "
503 [ -n "$_input" ] && uuid=$_input
504 uuid=`get_nextuid $uuid`
[all...]
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dgetuuid.c175 APU_DECLARE(void) apr_uuid_get(apr_uuid_t *uuid) argument
178 unsigned char *d = uuid->data;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp116 const lldb_private::UUID *uuid,
149 const lldb_private::UUID *uuid,
115 FindSymbolFileInBundle(const FileSpec& symfile_bundle, const lldb_private::UUID *uuid, const ArchSpec *arch) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h99 SetUUIDBytes (const uint8_t *uuid, size_t uuid_len);
/freebsd-10.0-release/sbin/geom/class/multipath/
H A Dgeom_multipath.c40 #include <uuid.h>
153 uuid_t uuid; local
205 uuid_create(&uuid, &status);
210 uuid_to_string(&uuid, &ptr, &status);
/freebsd-10.0-release/sys/ia64/include/
H A Dmca.h52 struct uuid rh_platform;
56 struct uuid sh_uuid;
160 struct uuid mem_oem_id;
188 struct uuid pcibus_oem_id;
/freebsd-10.0-release/sys/sys/
H A Dgpt.h32 #include <sys/uuid.h>
46 struct uuid hdr_uuid;
62 struct uuid ent_type;
63 struct uuid ent_uuid;
/freebsd-10.0-release/sys/xen/interface/
H A Dtmem.h105 uint64_t uuid[2]; member in struct:tmem_op::__anon11248::__anon11249
/freebsd-10.0-release/sbin/mca/
H A Dmca.c33 #include <sys/uuid.h>
52 #include <uuid.h>
85 uuid(uuid_t *id) function
132 show_value(4, "platform", "%s", uuid(&rh->rh_platform));
256 show_value(6, "oem", "%s", uuid(&mem->mem_oem_id));
299 show_value(6, "oem", "%s", uuid(&pcibus->pcibus_oem_id));
357 show_value(4, "uuid", "%s", uuid(&sh->sh_uuid));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp135 SBModuleSpec::SetUUIDBytes (const uint8_t *uuid, size_t uuid_len) argument
137 return m_opaque_ap->GetUUID().SetBytes(uuid, uuid_len);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Derr.c71 rev, fs->uuid);

Completed in 184 milliseconds

12345678