Searched refs:create (Results 1 - 17 of 17) sorted by relevance

/solaris-userland/components/pflogd/pflogd.Solaris/
H A Dpflog90 dladm create-cap -t "$PFLOGD_IFACE"
/solaris-userland/components/docbook/sgml-common/
H A DMakefile56 # We create (and deliver) an empty file so that if/when this package is
68 $(USRBINDIR)/xmlcatalog --noout --create $(PROTO_DIR)$(XMLCATALOG) ;
88 # Also create the common DocBook catalog
90 $(USRBINDIR)/xmlcatalog --noout --create \
/solaris-userland/components/cyrus-sasl/test/
H A Dsetup-for-mit68 # create the master KDC
71 /usr/sbin/kdcmgr -a $admin_princ -r $realm -p $passwd_file create -m $master_kdc slave
73 /usr/sbin/kdcmgr -a $admin_princ -r $realm -p $passwd_file create master
H A Dsetup-for-seam71 # create the master KDC
74 /usr/sbin/kdcmgr -a $admin_princ -r $realm -p $passwd_file create -m $master_kdc slave
76 /usr/sbin/kdcmgr -a $admin_princ -r $realm -p $passwd_file create master
/solaris-userland/make-rules/
H A Dprep-svn.mk50 # changeset ID. If that fails, create an archive by cloning the SCM repo,
57 /usr/gnu/bin/tar --create --file - --absolute-names \
H A Dips.mk236 # Define and execute a macro that generates a rule to create a manifest for a
253 # A rule to create a helper transform package for python, that will insert the
279 # Define and execute a macro that generates a rule to create a manifest for a
291 # A rule to create a helper transform package for perl, that will insert the
310 # Define and execute a macro that generates a rule to create a manifest for a
333 # A rule to create a helper transform package for ruby, that will insert the
H A Dprep-hg.mk63 # changeset ID. If that fails, create an archive by cloning the SCM repo,
H A Denvironment.mk72 $(SUDO) /usr/sbin/zonecfg -z $(ZONENAME) create -t template
H A Dprep-git.mk81 # If that fails, create an archive by cloning the SCM repo,
/solaris-userland/components/perl_modules/dbd-mysql/
H A DMakefile93 # create a symlink in /tmp pointing to the directory and refer the database to
129 : "Prepare the testing directory and create the symlink to it"; \
178 create test; \
/solaris-userland/components/ocaml/files/
H A Docamlbyteinfo.ml31 let sect = String.create len in
/solaris-userland/components/php/
H A Dphpize.mk30 # expects the user to run "phpize" in order to create ./configure.
/solaris-userland/components/openvswitch/files/
H A Dovs-svc83 ${OVSDB_TOOL} create ${OVSDB_DATABASE} ${OVSDB_SCHEMA}
/solaris-userland/components/
H A DMakefile129 $(PKGREPO) create $(PKG_REPO)
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c213 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...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py160 # 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/texinfo/
H A Dtexi2html.pl2031 Use \fIname\fP to create invisible destination anchors for index links

Completed in 57 milliseconds