Searched refs:uuidstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 277 char uuidstr[UUID_PRINTABLE_STRING_LENGTH]; in putzoneent() local 440 uuid_unparse(ze->zone_uuid, uuidstr); in putzoneent() 441 zone_uuid = uuidstr; in putzoneent()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 416 char uuidstr[36 + 1]; in fmevt_postprocess() local 433 uuid_unparse(uu, uuidstr); in fmevt_postprocess() 434 uuidstrp = uuidstr; in fmevt_postprocess()
|
/illumos-gate/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 513 char uuidstr[36 + 1]; in dconf_write_uuid() local 518 uuid_unparse(uu, uuidstr); in dconf_write_uuid() 520 err = ioctl(dcp->dc_dump_fd, DIOCSETUUID, uuidstr); in dconf_write_uuid()
|
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 402 char uuidstr[UUID_PRINTABLE_STRING_LENGTH]; in print_all() local 406 uuid_unparse(*(uuid_t *)&parent->uuid, uuidstr); in print_all() 411 type, uuidstr, loaded); in print_all()
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.c | 1067 fmd_case_open_uuid(fmd_hdl_t *hdl, const char *uuidstr, void *data) in fmd_case_open_uuid() argument 1078 if (uuidstr == NULL) { in fmd_case_open_uuid() 1080 } else if (strnlen(uuidstr, uuidlen + 1) != uuidlen) { in fmd_case_open_uuid() 1082 "(expected length %d)\n", uuidstr, uuidlen); in fmd_case_open_uuid() 1083 } else if (uuid_parse((char *)uuidstr, uuid) == -1) { in fmd_case_open_uuid() 1085 "'%s'\n", uuidstr); in fmd_case_open_uuid() 1088 if ((cp = fmd_case_hash_lookup(fmd.d_cases, uuidstr)) == NULL) { in fmd_case_open_uuid() 1089 cp = fmd_case_create(mp, uuidstr, data); in fmd_case_open_uuid()
|
H A D | fmd_case.c | 1249 fmd_case_create(fmd_module_t *mp, const char *uuidstr, void *data) in fmd_case_create() argument 1274 if (uuidstr == NULL) { in fmd_case_create() 1293 (void) strncpy(cip->ci_uuid, uuidstr, cip->ci_uuidlen + 1); in fmd_case_create()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 3095 dump_set_uuid(const char *uuidstr) in dump_set_uuid() argument 3100 if (uuidstr == NULL || strnlen(uuidstr, 36 + 1) != 36) in dump_set_uuid() 3104 for (i = 0, ptr = uuidstr; i < 36; i++, ptr++) { in dump_set_uuid() 3124 (void) strncpy(dump_osimage_uuid, uuidstr, 36 + 1); in dump_set_uuid()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 5167 char uuidstr[UUID_PRINTABLE_STRING_LENGTH]; in write_index_file() local 5216 uuidstr[0] = '\0'; in write_index_file() 5218 uuid_unparse(zep->zone_uuid, uuidstr); in write_index_file() 5221 uuidstr); in write_index_file()
|