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

/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dnet_lib.py83 def create_address(self, ipaddr, addrobjname=None, temp=True,
88 if temp:
109 if temp:
115 if temp:
120 def create_addrconf(self, temp=True):
124 if temp:
135 if temp:
184 def create_vnic(self, lower_link, mac_address=None, vid=None, temp=True):
201 if temp:
206 def set_prop(self, pname, pvalue, temp
[all...]
H A Dinterface.py206 dl.create_vnic(lower_link, mac_address, vid, temp=True)
/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py168 temp = list(AdminInstancesTable._meta.row_actions) variable
169 temp.remove(MigrateInstance)
170 temp.remove(TogglePause)
171 AdminInstancesTable._meta.row_actions = tuple(temp)
174 temp = list(InstancesTable._meta.row_actions) variable
175 temp.remove(TogglePause)
176 InstancesTable._meta.row_actions = tuple(temp)
188 temp = list(ImagesTable._meta.row_actions) variable
189 temp.remove(CreateVolumeFromImage)
190 ImagesTable._meta.row_actions = tuple(temp)
[all...]
/solaris-userland/components/net-snmp-57/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/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c204 const char *temp; local
216 for (temp = end; temp >= start && isdigit(*temp); temp--)
222 if (temp == end || temp < start)
225 devnum = atoi(temp + 1);
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c865 dlmgr_DLValueType_t vtype, boolean_t temp)
933 if (temp) {
965 void *arg, boolean_t temp)
968 temp));
973 void *arg, boolean_t temp)
976 temp));
981 void *arg, boolean_t temp)
984 temp));
864 solaris_set_dlprop(const char *netdev_name, const char *propname, void *arg, dlmgr_DLValueType_t vtype, boolean_t temp) argument
964 solaris_set_dlprop_boolean(const char *netdev_name, const char *propname, void *arg, boolean_t temp) argument
972 solaris_set_dlprop_ulong(const char *netdev_name, const char *propname, void *arg, boolean_t temp) argument
980 solaris_set_dlprop_string(const char *netdev_name, const char *propname, void *arg, boolean_t temp) argument

Completed in 47 milliseconds