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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Duuid.h22 int is_nil_uuid(const u8 *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/mach/
H A Dsharpsl_param.h19 unsigned char uuid[16]; member in struct:sharpsl_param_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Dsharpsl_param.h19 unsigned char uuid[16]; member in struct:sharpsl_param_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Duuid.h22 int is_nil_uuid(const u8 *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/acl/
H A Daclldap.h18 #include <atalk/uuid.h> /* just for uuidtype_t*/
H A Dcache.c27 #include <atalk/uuid.h>
33 unsigned char *uuid; member in struct:cacheduser
41 static cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */
62 "namecache{%d}: name:%s, uuid:%s, type%s: %s, cached: %s",
65 uuid_bin2string(entry->uuid),
83 "uuidcache{%d}: uuid:%s, name:%s, type%s: %s, cached: %s",
85 uuid_bin2string(entry->uuid),
111 static unsigned char hashuuid(uuidp_t uuid) { argument
116 index ^= uuid[i];
117 index += uuid[
129 unsigned char *uuid = NULL; local
202 search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid) argument
301 unsigned char *uuid = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/acl/
H A Daclldap.h18 #include <atalk/uuid.h> /* just for uuidtype_t*/
H A Dcache.c27 #include <atalk/uuid.h>
33 unsigned char *uuid; member in struct:cacheduser
41 static cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */
62 "namecache{%d}: name:%s, uuid:%s, type%s: %s, cached: %s",
65 uuid_bin2string(entry->uuid),
83 "uuidcache{%d}: uuid:%s, name:%s, type%s: %s, cached: %s",
85 uuid_bin2string(entry->uuid),
111 static unsigned char hashuuid(uuidp_t uuid) { argument
116 index ^= uuid[i];
117 index += uuid[
129 unsigned char *uuid = NULL; local
202 search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid) argument
301 unsigned char *uuid = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/acl/
H A Daclldap.h18 #include <atalk/uuid.h> /* just for uuidtype_t*/
H A Dcache.c27 #include <atalk/uuid.h>
33 unsigned char *uuid; member in struct:cacheduser
41 static cacheduser_t *uuidcache[256]; /* indexed by hash of uuid */
62 "namecache{%d}: name:%s, uuid:%s, type%s: %s, cached: %s",
65 uuid_bin2string(entry->uuid),
83 "uuidcache{%d}: uuid:%s, name:%s, type%s: %s, cached: %s",
85 uuid_bin2string(entry->uuid),
111 static unsigned char hashuuid(uuidp_t uuid) { argument
116 index ^= uuid[i];
117 index += uuid[
129 unsigned char *uuid = NULL; local
202 search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid) argument
301 unsigned char *uuid = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Duuid.h22 int is_nil_uuid(const u8 *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Duuid.c20 #include "uuid.h"
72 int is_nil_uuid(const u8 *uuid) argument
76 if (uuid[i])
82 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) argument
100 os_memcpy(uuid, hash, 16);
103 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
106 uuid[8] = 0x80 | (uuid[8] & 0x3f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Duuid.c20 #include "uuid.h"
72 int is_nil_uuid(const u8 *uuid) argument
76 if (uuid[i])
82 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) argument
100 os_memcpy(uuid, hash, 16);
103 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
106 uuid[8] = 0x80 | (uuid[8] & 0x3f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/bin/misc/
H A Duuidtest.c31 #include <atalk/uuid.h>
78 atalk_uuid_t uuid; local
99 ret = getuuidfromname( optarg, UUID_USER, uuid);
101 printf("User: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
112 ret = getuuidfromname( optarg, UUID_GROUP, uuid);
114 printf("Group: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
124 printf("Searching uuid: %s\n", optarg);
125 uuid_string2bin(optarg, uuid);
126 ret = getnamefromuuid( uuid, &name, &type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/bin/misc/
H A Duuidtest.c31 #include <atalk/uuid.h>
78 atalk_uuid_t uuid; local
99 ret = getuuidfromname( optarg, UUID_USER, uuid);
101 printf("User: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
112 ret = getuuidfromname( optarg, UUID_GROUP, uuid);
114 printf("Group: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
124 printf("Searching uuid: %s\n", optarg);
125 uuid_string2bin(optarg, uuid);
126 ret = getnamefromuuid( uuid, &name, &type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/bin/misc/
H A Duuidtest.c31 #include <atalk/uuid.h>
78 atalk_uuid_t uuid; local
99 ret = getuuidfromname( optarg, UUID_USER, uuid);
101 printf("User: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
112 ret = getuuidfromname( optarg, UUID_GROUP, uuid);
114 printf("Group: %s ==> UUID: %s\n", optarg, uuid_bin2string(uuid));
124 printf("Searching uuid: %s\n", optarg);
125 uuid_string2bin(optarg, uuid);
126 ret = getnamefromuuid( uuid, &name, &type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Duuid.c20 #include "uuid.h"
72 int is_nil_uuid(const u8 *uuid) argument
76 if (uuid[i])
82 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) argument
100 os_memcpy(uuid, hash, 16);
103 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
106 uuid[8] = 0x80 | (uuid[8] & 0x3f);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/brcm_apps/include/
H A Dwps_pb.h26 unsigned char uuid[16]; member in struct:__anon49319
36 void wps_pb_update_pushtime(char *mac, uint8 *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dobject_uuid.c38 struct GUID uuid; local
52 uuid = GUID_random();
55 status = dcerpc_ndr_request(p1, &uuid,
62 uuid = GUID_random();
70 status = dcerpc_ndr_request(p2, &uuid,
84 torture_suite_add_simple_test(suite, "random-uuid", test_random_uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Dobject_uuid.c38 struct GUID uuid; local
52 uuid = GUID_random();
55 status = dcerpc_ndr_request(p1, &uuid,
62 uuid = GUID_random();
70 status = dcerpc_ndr_request(p2, &uuid,
84 torture_suite_add_simple_test(suite, "random-uuid", test_random_uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Dobject_uuid.c38 struct GUID uuid; local
52 uuid = GUID_random();
55 status = dcerpc_ndr_request(p1, &uuid,
62 uuid = GUID_random();
70 status = dcerpc_ndr_request(p2, &uuid,
84 torture_suite_add_simple_test(suite, "random-uuid", test_random_uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dext.c2 * volume_id - reads filesystem label and uuid
38 uint8_t uuid[16]; member in struct:ext2_super_block
65 volume_id_set_uuid(id, es->uuid, UUID_DCE);
66 dbg("ext: label '%s' uuid '%s'", id->label, id->uuid);
H A Dget_devname.c3 * Support functions for mounting devices by label/uuid
25 * Otherwise, returns malloc'ed strings for label and uuid
29 get_label_uuid(int fd, char **label, char **uuid) argument
44 if (vid->label[0] != '\0' || vid->uuid[0] != '\0') {
46 *uuid = xstrndup(vid->uuid, sizeof(vid->uuid));
47 dbg("found label '%s', uuid '%s'", *label, *uuid);
55 /* NB: we take ownership of (malloc'ed) label and uuid */
57 uuidcache_addentry(char *device, dev_t devno, char *label, char *uuid) argument
85 char *uuid = uuid; /* for compiler */ local
108 uuidcache_addentry(xstrdup(device), statbuf->st_rdev, label, uuid); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dext.c2 * volume_id - reads filesystem label and uuid
38 uint8_t uuid[16]; member in struct:ext2_super_block
65 volume_id_set_uuid(id, es->uuid, UUID_DCE);
66 dbg("ext: label '%s' uuid '%s'", id->label, id->uuid);
H A Dget_devname.c3 * Support functions for mounting devices by label/uuid
25 * Otherwise, returns malloc'ed strings for label and uuid
29 get_label_uuid(int fd, char **label, char **uuid) argument
44 if (vid->label[0] != '\0' || vid->uuid[0] != '\0') {
46 *uuid = xstrndup(vid->uuid, sizeof(vid->uuid));
47 dbg("found label '%s', uuid '%s'", *label, *uuid);
55 /* NB: we take ownership of (malloc'ed) label and uuid */
57 uuidcache_addentry(char *device, dev_t devno, char *label, char *uuid) argument
85 char *uuid = uuid; /* for compiler */ local
108 uuidcache_addentry(xstrdup(device), statbuf->st_rdev, label, uuid); local
[all...]

Completed in 157 milliseconds

1234567891011>>