Searched defs:uuid (Results 1 - 25 of 61) sorted by relevance

123

/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/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/fm/libdisklog/common/
H A Dlibdisklog.h60 char *uuid; member in struct:dl_logging_args
/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
H A Draid.h53 int uuid_len; /* The length of uuid. */
54 char *uuid; /* The UUID of the device. */ member in struct:grub_raid_array
H A Dcryptodisk.h77 char uuid[GRUB_CRYPTODISK_MAX_UUID_LENGTH + 1]; member in struct:grub_cryptodisk
144 grub_cryptodisk_t grub_cryptodisk_get_by_uuid (const char *uuid);
/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/libfedfs/common/
H A Dnsdb_add.c45 char *uuid, char *annotations, int numloc, nsdb_entry_t **locs)
55 if ((createfsn == 0 && uuid == NULL) || nce == NULL || locs == NULL) {
77 if (uuid != NULL)
78 fsnuuid = strdup(uuid);
44 nsdb_add(char *nsdb, int port, char *nce, char *admin, char *pw, int createfsn, char *uuid, char *annotations, int numloc, nsdb_entry_t **locs) argument
H A Dlist_nces.c449 char *host, *port, *uuid; local
455 uuid = argv[3];
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...]
H A Dnsdb_primitives.c32 #include <uuid/uuid.h>
606 char uuid[UUID_PRINTABLE_STRING_LENGTH]; local
609 uuid_unparse(uu, uuid);
610 return (strdup(uuid));
/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);
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dkrb5_setcred.c475 uid_t uuid; local
490 if (get_pw_uid(username, &uuid) == 0 ||
505 (int)uuid) >= sizeof (buffer)) {
545 if (chown(filepath+1, uuid, ugid)) {
/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 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 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);
/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...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c21 #include <uuid/uuid.h>
264 /* hack: use the ext2 uuid library to generate a reasonably random (hopefully
271 uuid_t uuid; member in union:__anon2233
275 uuid_generate (uu32.uuid);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c37 #include <uuid/uuid.h>
298 uuid_t uuid; local
311 memset(uuid, 0, sizeof(uuid));
312 uuid_generate(uuid);
327 (char *) uuid, dal_len(dal),
/osnet-11/usr/src/lib/libefi/common/
H A Drdwr_efi.c31 #include <uuid/uuid.h>
45 struct uuid uuid; member in struct:uuid_to_ptag
148 struct uuid uuid; local
195 (void) uuid_generate((uchar_t *)&uuid);
196 UUID_LE_CONVERT(vptr->efi_disk_uguid, uuid);
552 &conversion_array[j].uuid,
553 sizeof (struct uuid))
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c79 #include <uuid/uuid.h>
299 uuid_t uuid; local
325 * If we're not loading a topo snapshot then generate a uuid,
339 "allocate uuid\n", __func__);
351 uuid_generate_time(uuid);
352 time = uuid_time(uuid, &uuid_timeval);
357 uuid_generate(uuid);
360 uuid_unparse(uuid, thp->th_uuid);
362 topo_dprintf(thp, TOPO_DBG_SNAP, "%s: new snapshot uuid
460 topo_snap_log_create(topo_hdl_t *thp, const char *uuid, int *errp) argument
492 topo_snap_hold(topo_hdl_t *thp, const char *uuid, int *errp) argument
503 topo_snap_hold_flag(topo_hdl_t *thp, const char *uuid, int *errp, int flag) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c389 char *uuid = 0; local
397 if (!fs->uuid)
399 if (fs->uuid (dev, &uuid))
401 if (!uuid)
403 argv[1] = uuid;
405 grub_free (uuid);
H A Dgrub-probe.c572 char *uuid; local
573 if (! fs->uuid)
576 if (fs->uuid (dev, &uuid) != GRUB_ERR_NONE)
579 printf ("%s\n", uuid);
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c78 char *uuid = NULL; local
111 /* uuid */
112 if (nvlist_lookup_string(fsattr, "gen_uuid", &uuid) == 0) {
113 libhal_changeset_set_property_string (cs, "volume.uuid", uuid);
115 libhal_changeset_set_property_string (cs, "volume.uuid", "");

Completed in 58 milliseconds

123