Searched refs:temp (Results 1 - 7 of 7) sorted by relevance

/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py79 def create_address(self, ipaddr, addrobjname=None, temp=True):
83 if temp:
103 if temp:
109 if temp:
114 def create_addrconf(self, temp=True):
118 if temp:
129 if temp:
178 def connect_vnic(self, evsvport, tenantname=None, temp=True):
183 if temp:
191 def create_vnic(self, lower_link, mac_address=None, vid=None, temp
[all...]
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentLogicalTable.c489 entLogicalEntry_t *zRunner, *temp; local
501 temp = zRunner;
505 temp = zRunner;
513 if (temp == NULL) {
520 temp->pNextEntry = xnewLogicalEntry;
532 temp->pNextEntry = xnewLogicalEntry;
564 temp = zRunner->pNextEntry;
568 xnewLogicalEntry->pNextEntry = temp;
716 entLogicalEntry_t *zRunner, *temp, *prevEntry; local
741 temp
[all...]
H A DentPhysicalTable.c824 entPhysicalEntry_t *zRunner, *temp; local
836 temp = zRunner;
840 temp = zRunner;
848 if (temp == NULL) {
855 temp->pNextEntry = xnewPhysicalEntry;
867 temp->pNextEntry = xnewPhysicalEntry;
899 temp = zRunner->pNextEntry;
903 xnewPhysicalEntry->pNextEntry = temp;
1015 entPhysicalEntry_t *zRunner, *temp, *prevEntry; local
1044 temp
1166 int *child_list, *temp, i; local
[all...]
H A DentLPMappingTable.c563 entLPMappingTableEntry_t *zRunner, *temp, *prevEntry; local
584 temp = zRunner->pNextLPMappingTableEntry;
587 prevEntry->pNextLPMappingTableEntry = temp;
589 gLPMappingTableHead = temp;
H A DentAliasMappingTable.c520 entAliasMappingTableEntry_t *zRunner, *temp, *prevEntry; local
543 temp = zRunner->pNextEntry;
546 prevEntry->pNextEntry = temp;
548 gAliasMappingTableHead = temp;
H A DentPhysicalContainsTable.c495 physIndexAndChildIndex_t *zRunner, *prevEntry, *temp=NULL; local
518 temp = zRunner->pNextEntry;
531 prevEntry->pNextEntry = temp;
533 gPhyContainsTableHead = temp;
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c246 const char *temp; local
258 for (temp = end; temp >= start && isdigit(*temp); temp--)
264 if (temp == end || temp < start)
267 devnum = atoi(temp + 1);

Completed in 306 milliseconds