Searched defs:uuidbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddump.c98 char uuidbuf[36 + 1]; local
196 if ((error = copyinstr((char *)arg, uuidbuf, sizeof (uuidbuf),
205 error = dump_set_uuid(uuidbuf);
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1562 char uuidbuf[36 + 1]; local
1587 (void) strncpy(uuidbuf, corehdr.dump_uuid, 36);
1588 uuidbuf[36] = '\0';
1589 err |= nvlist_add_string(attr, "os-instance-uuid", uuidbuf);

Completed in 56 milliseconds