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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c152 int lastAlloc = 0; local
213 * (lastAlloc = PORT_LIST_ALLOC));
309 if (i >= lastAlloc) {
310 lastAlloc += PORT_LIST_ALLOC;
312 sizeof (*valueSet) * lastAlloc);
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c189 int lastAlloc = 0; local
260 * (lastAlloc = portListAlloc));
359 if (i >= lastAlloc) {
360 lastAlloc += portListAlloc;
362 sizeof (*valueSet) * lastAlloc);
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c301 int lastAlloc; local
418 * (lastAlloc = GROUP_MEMBER_ALLOC));
489 if (i >= lastAlloc) {
490 lastAlloc += GROUP_MEMBER_ALLOC;
492 sizeof (*valueSet) * lastAlloc);

Completed in 68 milliseconds