Home
last modified time | relevance | path

Searched refs:inj_set_errno (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c212 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_signed()
248 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_unsigned()
312 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_intr_array()
400 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_intr_array()
424 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_bool()
427 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_bool()
447 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_bool_array()
485 return (inj_set_errno(EINVAL)); in inj_defn_memcmp_strenum()
575 (void) inj_set_errno(EINVAL); in inj_defn_memcmp_sub_defined()
583 (void) inj_set_errno(EINVAL); in inj_defn_memcmp_sub_defined()
[all …]
H A Dinj_string.c107 return (inj_set_errno(EINVAL)); in inj_strtoll()
111 return (inj_set_errno(ERANGE)); in inj_strtoll()
136 return (inj_set_errno(EINVAL)); in inj_strtoull()
139 return (inj_set_errno(ERANGE)); in inj_strtoull()
183 return (inj_set_errno(EINVAL)); in inj_strtime()
H A Dinj_err.h53 extern int inj_set_errno(int);
H A Dinj_err.c109 inj_set_errno(int err) in inj_set_errno() function