Searched refs:create (Results 1 - 17 of 17) sorted by relevance
/solaris-userland/components/pflogd/pflogd.Solaris/ |
H A D | pflog | 90 dladm create-cap -t "$PFLOGD_IFACE"
|
/solaris-userland/components/docbook/sgml-common/ |
H A D | Makefile | 56 # 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 D | setup-for-mit | 68 # 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 D | setup-for-seam | 71 # 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 D | prep-svn.mk | 50 # changeset ID. If that fails, create an archive by cloning the SCM repo, 57 /usr/gnu/bin/tar --create --file - --absolute-names \
|
H A D | ips.mk | 236 # 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 D | prep-hg.mk | 63 # changeset ID. If that fails, create an archive by cloning the SCM repo,
|
H A D | environment.mk | 72 $(SUDO) /usr/sbin/zonecfg -z $(ZONENAME) create -t template
|
H A D | prep-git.mk | 81 # If that fails, create an archive by cloning the SCM repo,
|
/solaris-userland/components/perl_modules/dbd-mysql/ |
H A D | Makefile | 93 # 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 D | ocamlbyteinfo.ml | 31 let sect = String.create len in
|
/solaris-userland/components/php/ |
H A D | phpize.mk | 30 # expects the user to run "phpize" in order to create ./configure.
|
/solaris-userland/components/openvswitch/files/ |
H A D | ovs-svc | 83 ${OVSDB_TOOL} create ${OVSDB_DATABASE} ${OVSDB_SCHEMA}
|
/solaris-userland/components/ |
H A D | Makefile | 129 $(PKGREPO) create $(PKG_REPO)
|
/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...] |
/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/texinfo/ |
H A D | texi2html.pl | 2031 Use \fIname\fP to create invisible destination anchors for index links
|
Completed in 57 milliseconds