Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libima/common/
H A Dima.h262 #define IMA_ERROR_NAME_TOO_LONG MAKE_IMA_ERROR(0x40000004) macro
295 IMA_ERROR_NAME_TOO_LONG = 0xC0000004, enumerator
H A Dima-lib.c1159 return (IMA_ERROR_NAME_TOO_LONG); in IMA_SetNodeName()
1303 return (IMA_ERROR_NAME_TOO_LONG); in IMA_SetNodeAlias()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c497 case IMA_ERROR_NAME_TOO_LONG: in printLibError()