Searched refs:guidAsciiBuf (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | store.c | 3049 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ in psAddViewEntry() local 3080 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in psAddViewEntry() 3088 STMF_LU_PREFIX, guidAsciiBuf); in psAddViewEntry() 3096 "%s-%d-%s", STMF_VE_PREFIX, viewEntry->veIndex, guidAsciiBuf); in psAddViewEntry() 3499 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ in psGetViewEntryList() local 3526 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in psGetViewEntryList() 3535 STMF_LU_PREFIX, guidAsciiBuf); in psGetViewEntryList() 5044 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ in psGetViewEntry() local 5063 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in psGetViewEntry() 5071 STMF_LU_PREFIX, guidAsciiBuf); in psGetViewEntry() [all …]
|
H A D | stmf.c | 2001 char guidAsciiBuf[LU_ASCII_GUID_SIZE + 1] = {0}; in persistDiskGuid() local 2017 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in persistDiskGuid() 2053 ret = nvlist_add_string(nvl, guidAsciiBuf, filename); in persistDiskGuid() 2055 ret = nvlist_remove(nvl, guidAsciiBuf, in persistDiskGuid()
|
/titanic_41/usr/src/cmd/stmfadm/ |
H A D | stmfadm.c | 816 char guidAsciiBuf[33]; in createLuFunc() local 934 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in createLuFunc() 943 (void) printf("Logical unit created: %s\n", guidAsciiBuf); in createLuFunc() 1162 char guidAsciiBuf[33]; in importLuFunc() local 1221 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf), in importLuFunc() 1230 (void) printf("Logical unit imported: %s\n", guidAsciiBuf); in importLuFunc()
|