Searched refs:uuid (Results 1 - 25 of 96) sorted by relevance

1234

/osnet-11/usr/src/lib/libuuid/common/
H A Duuid.c83 void struct_to_string(uuid_t, struct uuid *);
84 void string_to_struct(struct uuid *, uuid_t);
91 static void format_uuid(struct uuid *, uint16_t, uuid_time_t,
94 static int uuid_create(struct uuid *);
99 * Generates a uuid based on version 1 format.
103 uuid_create(struct uuid *uuid) argument
175 format_uuid(uuid, data->state.clock, timestamp, system_node);
206 * Fills in passed-in pointer with the resulting uuid.
209 format_uuid(struct uuid *uui argument
408 string_to_struct(struct uuid *uuid, uuid_t in) argument
445 struct uuid uuid; local
484 struct uuid uuid; local
546 struct uuid uuid; local
610 struct uuid uuid; local
660 struct uuid uuid; local
[all...]
H A Duuid_misc.h57 #include <uuid/uuid.h>
H A Detheraddr.h47 #include <sys/uuid.h>
H A Duuid_misc.c51 #include <uuid/uuid.h>
59 void struct_to_string(uuid_t, struct uuid *);
60 void string_to_struct(struct uuid *, uuid_t);
140 * Description: Compares 2 uuid strings
148 struct uuid uuid1, uuid2;
H A Dllib-luuid28 #include <sys/uuid.h>
H A Detheraddr.c33 #include <uuid/uuid.h>
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmisc.c98 if (fs->uuid)
100 char *uuid; local
101 (fs->uuid) (dev, &uuid);
104 if (uuid && grub_strlen (uuid))
105 grub_printf (", UUID %s", uuid);
106 grub_free (uuid);
/osnet-11/usr/src/lib/libv12n/common/
H A Dlibv12n.h30 #include <uuid/uuid.h>
36 /* Max length of an v12n name/uuid/serialno */
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dzonecfg_impl.h33 #include <sys/uuid.h>
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c26 #include <uuid/uuid.h>
324 ndr_uuid_unparse(ndr_uuid_t *uuid, char *out) argument
327 uuid->data1, uuid->data2, uuid->data3,
328 uuid->data4[0], uuid->data4[1],
329 uuid->data4[2], uuid
338 ndr_uuid_parse(char *in, ndr_uuid_t *uuid) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dmdraid_linux.c171 grub_uint32_t *uuid; local
219 uuid = grub_malloc (16);
220 array->uuid = (char *) uuid;
221 if (!array->uuid)
224 uuid[0] = grub_swap_bytes32 (sb.set_uuid0);
225 uuid[1] = grub_swap_bytes32 (sb.set_uuid1);
226 uuid[2] = grub_swap_bytes32 (sb.set_uuid2);
227 uuid[3] = grub_swap_bytes32 (sb.set_uuid3);
H A Dluks.c50 char uuid[40]; member in struct:grub_luks_phdr
75 char uuid[sizeof (header.uuid) + 1]; local
106 optr = uuid;
107 for (iptr = header.uuid; iptr < &header.uuid[ARRAY_SIZE (header.uuid)];
115 if (check_uuid && grub_strcasecmp (check_uuid, uuid) != 0)
117 grub_dprintf ("luks", "%s != %s\n", uuid, check_uuid);
292 grub_memcpy (newdev->uuid, uui
[all...]
H A Dgeli.c176 char *uuid)
185 "uuid", sizeof ("uuid") - 1, uuidbin);
189 optr = uuid;
218 char *uuid; local
227 uuid = xmalloc (GRUB_MD_SHA256->mdlen * 2 + 1);
240 err = make_uuid ((void *) &hdr, uuid);
244 return uuid;
258 char uuid[GRUB_MD_SHA256->mdlen * 2 + 1]; local
301 gcry_err = make_uuid (&header, uuid);
175 make_uuid(const struct grub_geli_phdr *header, char *uuid) argument
[all...]
H A Ddmraid_nvidia.c146 array->uuid = grub_malloc (sizeof (sb.array.signature));
147 if (! array->uuid)
150 grub_memcpy (array->uuid, (char *) &sb.array.signature,
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dprobe.c44 {"fs-uuid", 'u', 0, N_("Determine filesystem UUID."), 0, 0},
110 char *uuid; local
111 if (! fs->uuid)
113 "uuid for this FS isn't supported yet");
114 err = fs->uuid (dev, &uuid);
117 if (! uuid)
119 "uuid for this FS isn't supported yet");
122 grub_env_set (state[0].arg, uuid);
124 grub_printf ("%s", uuid);
[all...]
/osnet-11/usr/src/lib/libuuid/
H A DMakefile.com27 OBJECTS = etheraddr.o uuid.o uuid_misc.o
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_lookup.c42 char *uuid; member in struct:nsdb_cache_node
93 nsdb_lookup_flush(char *host, int port, char *uuid) argument
102 strcmp(uuid, n->uuid) == 0)
113 free(n->uuid);
125 cache_nsdb(char *host, int port, char *uuid, int numloc, nsdb_entry_t **locs) argument
133 fprintf(stderr, "cache_nsdb: caching %s/%d/%s\n", host, port, uuid);
142 new->uuid = strdup(uuid);
143 if (new->uuid
198 nsdb_lookup_cache(char *host, int port, char *uuid, nsdb_entry_t ***locations) argument
260 nsdb_lookup(char *host, int port, char *uuid, int fstype, nsdb_entry_t ***locations) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfs.h72 /* Return the uuid of the device DEVICE in UUID. The uuid is
75 grub_err_t (*uuid) (grub_device_t device, char **uuid); member in struct:grub_fs
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.h34 #include <uuid/uuid.h>
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.h60 char *uuid; member in struct:dl_logging_args
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs.c31 #include <uuid/uuid.h>
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Djfs.c58 grub_uint8_t uuid[16]; member in struct:grub_jfs_sblock
854 grub_jfs_uuid (grub_device_t device, char **uuid)
864 *uuid = grub_xasprintf ("%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-"
866 data->sblock.uuid[0], data->sblock.uuid[1],
867 data->sblock.uuid[2], data->sblock.uuid[3],
868 data->sblock.uuid[4], data->sblock.uuid[5],
869 data->sblock.uuid[
852 grub_jfs_uuid(grub_device_t device, char **uuid) argument
[all...]
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c38 #include <uuid/uuid.h>
177 uuid_t uuid; local
181 uuid_generate(uuid);
182 (void) memcpy(den + 1, uuid, UUID_LEN);
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c75 problem_key_build(const char *uuid) argument
79 key.d_aci_uuid = uuid;
85 problem_lookup_uuid_exact(const char *uuid) argument
89 key = problem_key_build(uuid);
91 DEBUGMSGTL((MODNAME_STR, "lookup_exact for uuid %s\n", uuid));
98 problem_lookup_uuid_next(const char *uuid) argument
103 key = problem_key_build(uuid);
105 DEBUGMSGTL((MODNAME_STR, "lookup_next for uuid %s\n", uuid));
504 char *uuid = ""; local
595 char *uuid; local
[all...]
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_filter.c68 char *uuid; local
71 * Note: the uuid filter matches *any* member whose name is 'uuid'.
72 * This permits us to match not only a list.suspect uuid but any
76 "uuid", &uuid) == 0 && strcmp(uuid, arg) == 0);

Completed in 74 milliseconds

1234