Searched refs:lastAlloc (Results 1 – 3 of 3) sorted by relevance
152 int lastAlloc = 0; in npivAddRemoveNPIVEntry() local213 * (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()
189 int lastAlloc = 0; in fcoe_add_remove_scf_entry() local260 * (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()
301 int lastAlloc; in iPsAddRemoveGroupMember() local418 * (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()