Searched refs:guidAsciiBuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c3049 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ local
3080 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf),
3088 STMF_LU_PREFIX, guidAsciiBuf);
3096 "%s-%d-%s", STMF_VE_PREFIX, viewEntry->veIndex, guidAsciiBuf);
3499 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ local
3526 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf),
3535 STMF_LU_PREFIX, guidAsciiBuf);
5044 char guidAsciiBuf[3 local
5132 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */ local
[all...]
H A Dstmf.c2001 char guidAsciiBuf[LU_ASCII_GUID_SIZE + 1] = {0}; local
2017 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf),
2053 ret = nvlist_add_string(nvl, guidAsciiBuf, filename);
2055 ret = nvlist_remove(nvl, guidAsciiBuf,
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c816 char guidAsciiBuf[33]; local
934 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf),
943 (void) printf("Logical unit created: %s\n", guidAsciiBuf);
1162 char guidAsciiBuf[33]; local
1221 (void) snprintf(guidAsciiBuf, sizeof (guidAsciiBuf),
1230 (void) printf("Logical unit imported: %s\n", guidAsciiBuf);

Completed in 85 milliseconds