Home
last modified time | relevance | path

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

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