Home
last modified time | relevance | path

Searched refs:EFMD_CASE_INVAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_error.h130 EFMD_CASE_INVAL, /* case uuid does not match any known case */ enumerator
H A Dfmd_api.c1079 fmd_api_error(mp, EFMD_CASE_INVAL, "NULL uuid string\n"); in fmd_case_open_uuid()
1081 fmd_api_error(mp, EFMD_CASE_INVAL, "invalid uuid string: '%s' " in fmd_case_open_uuid()
1084 fmd_api_error(mp, EFMD_CASE_INVAL, "cannot parse uuid string: " in fmd_case_open_uuid()
H A Dfmd_case.c1170 (void) fmd_set_errno(EFMD_CASE_INVAL); in fmd_case_hash_lookup()