Searched defs:create (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | driver.py | 160 # Required in order to create a zone VNC console SMF service instance 228 are converted to a colon-space string to create a single line. 257 def create(self, context, size, name, description, snapshot=None, member in class:SolarisVolumeAPI 261 create with a source_volid argument 269 :param image_id: image_id to create the volume from 306 item = cinderclient(context).volumes.create(size, **kwargs) 429 LOG.exception(_("Unable to create new resource '%s' for instance " 1355 vol = self._volume_api.create( 1370 LOG.exception(_("Unable to create root zpool volume for instance " 1697 # create th [all...] |
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 213 bool create, struct dpif **dpifp) 221 class->type, name, create ? "" : "not "); 238 * dpif does not exists at first, create it here if dp_exists indicate 242 if ((dp_exists && dpif == NULL) || (!dp_exists && create)) { 290 if (!create) { 298 create ? EEXIST : 0); 771 VLOG_WARN_RL(&error_rl, "%s: cannot create port `%s' because " 849 /* Only create the TX PF_SOCKET on the physical link */ 2485 "create socket: %s", physname, ovs_strerror(errno)); 2561 VLOG_DBG("dpif_solaris_create_lowerlink create 212 dpif_solaris_open(const struct dpif_class *class, const char *name, bool create, struct dpif **dpifp) argument [all...] |
Completed in 132 milliseconds