Home
last modified time | relevance | path

Searched refs:uuidlen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c1059 int uuidlen; in fmd_asru_hash_create_entry() local
1067 (void) fmd_conf_getprop(fmd.d_conf, "uuidlen", &uuidlen); in fmd_asru_hash_create_entry()
1068 parsed_uuid = fmd_zalloc(uuidlen + 1, FMD_SLEEP); in fmd_asru_hash_create_entry()
1080 fmd_free(parsed_uuid, uuidlen + 1); in fmd_asru_hash_create_entry()
H A Dfmd_api.c1071 uint_t uuidlen; in fmd_case_open_uuid() local
1076 (void) fmd_conf_getprop(fmd.d_conf, "uuidlen", &uuidlen); 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()