Searched refs:uuid (Results 76 - 100 of 735) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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...]
H A Dreiserfs.c2 * volume_id - reads filesystem label and uuid
36 uint8_t uuid[16]; member in struct:reiserfs_super_block
43 uint8_t uuid[16]; member in struct:reiser4_super_block
84 volume_id_set_uuid(id, rs4->uuid, UUID_DCE);
85 dbg("reiserfs: ReIsEr4, label '%s' uuid '%s'", id->label, id->uuid);
105 volume_id_set_uuid(id, rs->uuid, UUID_DCE);
106 dbg("reiserfs: label '%s' uuid '%s'", id->label, id->uuid);
H A Djfs.c2 * volume_id - reads filesystem label and uuid
31 uint8_t uuid[16]; member in struct:jfs_super_block
54 volume_id_set_uuid(id, js->uuid, UUID_DCE);
H A Dxfs.c2 * volume_id - reads filesystem label and uuid
29 uint8_t uuid[16]; member in struct:xfs_super_block
54 volume_id_set_uuid(id, xs->uuid, UUID_DCE);
H A Dlinux_raid.c2 * volume_id - reads filesystem label and uuid
50 uint8_t uuid[16]; local
67 *(aliased_uint32_t*)uuid = mdp->set_uuid0;
68 memcpy(&uuid[4], &mdp->set_uuid1, 12);
69 volume_id_set_uuid(id, uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dreiserfs.c2 * volume_id - reads filesystem label and uuid
36 uint8_t uuid[16]; member in struct:reiserfs_super_block
43 uint8_t uuid[16]; member in struct:reiser4_super_block
84 volume_id_set_uuid(id, rs4->uuid, UUID_DCE);
85 dbg("reiserfs: ReIsEr4, label '%s' uuid '%s'", id->label, id->uuid);
105 volume_id_set_uuid(id, rs->uuid, UUID_DCE);
106 dbg("reiserfs: label '%s' uuid '%s'", id->label, id->uuid);
H A Djfs.c2 * volume_id - reads filesystem label and uuid
31 uint8_t uuid[16]; member in struct:jfs_super_block
54 volume_id_set_uuid(id, js->uuid, UUID_DCE);
H A Dxfs.c2 * volume_id - reads filesystem label and uuid
29 uint8_t uuid[16]; member in struct:xfs_super_block
54 volume_id_set_uuid(id, xs->uuid, UUID_DCE);
H A Dlinux_raid.c2 * volume_id - reads filesystem label and uuid
50 uint8_t uuid[16]; local
67 *(aliased_uint32_t*)uuid = mdp->set_uuid0;
68 memcpy(&uuid[4], &mdp->set_uuid1, 12);
69 volume_id_set_uuid(id, uuid, UUID_DCE);
H A Dlinux_swap.c2 * volume_id - reads filesystem label and uuid
28 uint8_t uuid[16]; member in struct:swap_header_v1_2
67 volume_id_set_uuid(id, sw->uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dreiserfs.c2 * volume_id - reads filesystem label and uuid
36 uint8_t uuid[16]; member in struct:reiserfs_super_block
43 uint8_t uuid[16]; member in struct:reiser4_super_block
84 volume_id_set_uuid(id, rs4->uuid, UUID_DCE);
85 dbg("reiserfs: ReIsEr4, label '%s' uuid '%s'", id->label, id->uuid);
105 volume_id_set_uuid(id, rs->uuid, UUID_DCE);
106 dbg("reiserfs: label '%s' uuid '%s'", id->label, id->uuid);
H A Djfs.c2 * volume_id - reads filesystem label and uuid
31 uint8_t uuid[16]; member in struct:jfs_super_block
54 volume_id_set_uuid(id, js->uuid, UUID_DCE);
H A Dxfs.c2 * volume_id - reads filesystem label and uuid
29 uint8_t uuid[16]; member in struct:xfs_super_block
54 volume_id_set_uuid(id, xs->uuid, UUID_DCE);
H A Dlinux_raid.c2 * volume_id - reads filesystem label and uuid
50 uint8_t uuid[16]; local
67 *(aliased_uint32_t*)uuid = mdp->set_uuid0;
68 memcpy(&uuid[4], &mdp->set_uuid1, 12);
69 volume_id_set_uuid(id, uuid, UUID_DCE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/acl/
H A Duuid.c31 #include <atalk/uuid.h>
73 * convert ascii string that can include dashes to binary uuid.
76 void uuid_string2bin( const char *uuidstring, unsigned char *uuid) { argument
97 uuid[i++] = val + c;
106 * Convert 16 byte binary uuid to neat ascii represantation including dashes.
110 const char *uuid_bin2string(const unsigned char *uuid) { argument
123 LOG(log_debug, logtype_afpd, "uuid_bin2string{uuid}: mask: %s", uuidmask);
126 c = *uuid;
127 uuid++;
144 * uuid
147 getuuidfromname( const char *name, uuidtype_t type, unsigned char *uuid) argument
[all...]
H A Dcache.h21 * 1) name -> uuid, indexed by a hash(f(): hashstring) of the name
22 * 2) uuid -> name, indexed by a hash of the uuid(f(): hashuuid)
34 extern int search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/acl/
H A Duuid.c31 #include <atalk/uuid.h>
73 * convert ascii string that can include dashes to binary uuid.
76 void uuid_string2bin( const char *uuidstring, unsigned char *uuid) { argument
97 uuid[i++] = val + c;
106 * Convert 16 byte binary uuid to neat ascii represantation including dashes.
110 const char *uuid_bin2string(const unsigned char *uuid) { argument
123 LOG(log_debug, logtype_afpd, "uuid_bin2string{uuid}: mask: %s", uuidmask);
126 c = *uuid;
127 uuid++;
144 * uuid
147 getuuidfromname( const char *name, uuidtype_t type, unsigned char *uuid) argument
[all...]
H A Dcache.h21 * 1) name -> uuid, indexed by a hash(f(): hashstring) of the name
22 * 2) uuid -> name, indexed by a hash of the uuid(f(): hashuuid)
34 extern int search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/acl/
H A Duuid.c31 #include <atalk/uuid.h>
73 * convert ascii string that can include dashes to binary uuid.
76 void uuid_string2bin( const char *uuidstring, unsigned char *uuid) { argument
97 uuid[i++] = val + c;
106 * Convert 16 byte binary uuid to neat ascii represantation including dashes.
110 const char *uuid_bin2string(const unsigned char *uuid) { argument
123 LOG(log_debug, logtype_afpd, "uuid_bin2string{uuid}: mask: %s", uuidmask);
126 c = *uuid;
127 uuid++;
144 * uuid
147 getuuidfromname( const char *name, uuidtype_t type, unsigned char *uuid) argument
[all...]
H A Dcache.h21 * 1) name -> uuid, indexed by a hash(f(): hashstring) of the name
22 * 2) uuid -> name, indexed by a hash of the uuid(f(): hashuuid)
34 extern int search_cachebyname( const char *name, uuidtype_t *type, unsigned char *uuid);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/librpc/ndr/
H A Dmisc.h16 struct GUID uuid; member in struct:policy_handle
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/librpc/ndr/
H A Dmisc.h16 struct GUID uuid; member in struct:policy_handle
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/librpc/ndr/
H A Dmisc.h16 struct GUID uuid; member in struct:policy_handle
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Duuid.c18 #include "uuid.h"
70 int is_nil_uuid(const u8 *uuid) argument
74 if (uuid[i])

Completed in 123 milliseconds

1234567891011>>