Searched refs:config (Results 1 - 25 of 110) sorted by relevance

12345

/solaris-userland-s11u3/components/cups/Solaris/
H A Ddesktop-print-management-applet28 exec /usr/lib/system-config-printer/system-config-printer-applet
H A Ddesktop-print-management29 exec /usr/bin/system-config-printer
/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dtestlibusb.c70 void print_configuration(struct usb_config_descriptor *config) argument
75 printf(" wTotalLength: %d\n", config->wTotalLength);
76 printf(" bNumInterfaces: %d\n", config->bNumInterfaces);
77 printf(" bConfigurationValue: %d\n", config->bConfigurationValue);
78 printf(" iConfiguration: %d\n", config->iConfiguration);
79 printf(" bmAttributes: %02xh\n", config->bmAttributes);
80 printf(" MaxPower: %d\n", config->MaxPower);
82 printf(" extralen: %d\n", config->extralen);
83 dump_data(config->extra, config
[all...]
/solaris-userland-s11u3/components/python/oslo.config/
H A DMakefile28 COMPONENT_NAME= oslo.config
35 COMPONENT_PROJECT_URL= https://launchpad.net/oslo.config
36 COMPONENT_BUGDB= python-mod/oslo.config
48 $(MV) -f oslo-config-generator oslo-config-generator-$(PYTHON_VERSION))
/solaris-userland-s11u3/components/pkg-config/
H A DMakefile28 COMPONENT_NAME= pkg-config
30 COMPONENT_PROJECT_URL= http://www.freedesktop.org/wiki/Software/pkg-config
36 COMPONENT_BUGDB= utility/pkg-config
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_8/
H A DMakefile37 CFLAGS=-I. `$(INSTALL_PATH)/bin/net-snmp-config-$(ARCH) --cflags`
38 BUILDLIBS=`$(INSTALL_PATH)/bin/net-snmp-config-$(ARCH) --libs`
39 BUILDAGENTLIBS=`$(INSTALL_PATH)/bin/net-snmp-config-$(ARCH) --agent-libs`
/solaris-userland-s11u3/components/ntp/Solaris/
H A Dntp.sh60 val=`svcprop -c -p config/always_allow_large_step $SMF_FMRI`
68 val=`svcprop -c -p config/no_auth_required $SMF_FMRI`
78 logfile=`svcprop -c -p config/logfile $SMF_FMRI`
79 val=`svcprop -c -p config/verbose_logging $SMF_FMRI`
83 val=`svcprop -c -p config/mdnsregister $SMF_FMRI`
89 slew_always=`svcprop -c -p config/slew_always $SMF_FMRI`
99 deb=`svcprop -c -p config/debuglevel $SMF_FMRI`
105 val=`svcprop -c -p config/allow_step_at_boot $SMF_FMRI`
120 val=`svcprop -c -p config/wait_for_sync $SMF_FMRI`
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A Dentity.c14 #include <net-snmp/net-snmp-config.h>
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DseaExtensions.c19 #include <net-snmp/net-snmp-config.h>
/solaris-userland-s11u3/components/wireshark/
H A DMakefile67 # Use the 64-bit versions of pkg-config files
78 config.status > config.status.new; \
79 mv config.status.new config.status; \
80 chmod 755 config.status; \
81 ./config.status)
/solaris-userland-s11u3/components/zsh/
H A DMakefile62 # pcre-config --libs unnecessarily emits "-R/usr/lib"; we remove it so that it
67 config.status > config.status.new; \
68 mv config.status.new config.status; \
69 chmod 755 config.status; \
70 ./config.status)
/solaris-userland-s11u3/components/openstack/neutron/files/
H A Dneutron-upgrade65 # pull out the current version of config/upgrade-id
66 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
100 config = iniparse.RawConfigParser()
101 config.read('/etc/neutron/neutron.conf')
102 if config.has_section('database'):
103 db_connection = config.get('database', 'connection')
106 check_call(['/usr/bin/neutron-db-manage', '--config-file',
108 check_call(['/usr/bin/neutron-db-manage', '--config-file',
110 check_call(['/usr/bin/neutron-db-manage', '--config-file',
116 'config/upgrad
[all...]
/solaris-userland-s11u3/components/openstack/nova/files/
H A Dnova-api22 from oslo.config import cfg
H A Dnova-upgrade132 # pull out the current version of config/upgrade-id
133 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
203 config = iniparse.RawConfigParser()
204 config.read('/etc/nova/nova.conf')
207 if config.has_section('database'):
208 db_connection = config.get('database', 'connection')
218 'config/upgrade-id', '=', pkg_ver])
/solaris-userland-s11u3/components/python/oslo.messaging/
H A DMakefile61 REQUIRED_PACKAGES += library/python/oslo.config-26
62 REQUIRED_PACKAGES += library/python/oslo.config-27
/solaris-userland-s11u3/components/openstack/cinder/files/
H A Dcinder-upgrade127 # pull out the current version of config/upgrade-id
128 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
157 config = iniparse.RawConfigParser()
158 config.read('/etc/cinder/cinder.conf')
161 if config.has_section('database'):
162 db_connection = config.get('database', 'connection')
172 'config/upgrade-id', '=', pkg_ver])
/solaris-userland-s11u3/components/openstack/glance/files/
H A Dglance-upgrade227 # pull out the current version of config/upgrade-id
228 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
264 config = iniparse.RawConfigParser()
265 config.read('/etc/glance/glance-api.conf')
268 if config.has_section('database'):
269 db_connection = config.get('database', 'connection')
279 'config/upgrade-id', '=', pkg_ver])
/solaris-userland-s11u3/components/openstack/heat/files/
H A Dheat-upgrade49 # pull out the current version of config/upgrade-id
50 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
79 config = iniparse.RawConfigParser()
80 config.read('/etc/heat/heat.conf')
83 if config.has_section('database'):
84 db_connection = config.get('database', 'connection')
94 'config/upgrade-id', '=', pkg_ver])
/solaris-userland-s11u3/components/openstack/keystone/files/
H A Dkeystone-upgrade125 # pull out the current version of config/upgrade-id
126 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
155 config = iniparse.RawConfigParser()
156 config.read('/etc/keystone/keystone.conf')
159 if config.has_section('database'):
160 db_connection = config.get('database', 'connection')
170 'config/upgrade-id', '=', pkg_ver])
/solaris-userland-s11u3/components/stdcxx/Solaris/
H A Dconfigure30 export CONFIG="sunpro.config"
82 if [ -f config.done ] ; then
83 rm -f config.done
254 echo "${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o"
255 ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o
264 echo $MAKE SHELL=/bin/bash CC=${CC} CXX=${CXX} LD_OPTIONS="${LD_OPTIONS}" LDFLAGS="${LDFLAGS} ${LD_OPTIONS}" TOPDIR=${TOPLEVELDIR} BUILDTYPE=${BUILDTYPE} BUILDMODE=${BUILDMODE} CONFIG=${CONFIG} config
265 ${MAKE} SHELL=/bin/bash CC="${CC}" CXX="${CXX}" LD_OPTIONS="${LD_OPTIONS}" LDFLAGS="${LDFLAGS} ${LD_OPTIONS}" TOPDIR="${TOPLEVELDIR}" BUILDTYPE="${BUILDTYPE}" BUILDMODE="${BUILDMODE}" CONFIG="${CONFIG}" config
281 if [ -f config.h ] ; then
282 mv config.h config
[all...]
/solaris-userland-s11u3/components/php-5_3/php-sapi/
H A DMakefile78 --with-config-file-path=$(CONF_DIR) \
79 --with-config-file-scan-dir=$(MODULES_CONF_DIR) \
117 cat $(BUILD_DIR_32)/scripts/php-config | \
121 > php-config-proto ; \
122 chmod 755 php-config-proto ) ; \
124 cat $(BUILD_DIR_32)/scripts/php-config | \
129 > php-config-proto.zts ; \
130 chmod 755 php-config-proto.zts )
194 $(CP) $(COMPONENT_DIR)/config/pear/*.reg \
212 $(RM) php php-config phpiz
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/evs/migrate/
H A Dhavana_api.py45 config = ConfigParser.RawConfigParser()
46 config.readfp(open("/etc/neutron/neutron.conf"))
47 if config.has_option("database", 'connection'):
48 sql_connection = config.get("database", 'connection')
/solaris-userland-s11u3/components/perl512/
H A DMakefile68 # resulting config.sh of values from our build environment that
69 # are discoverable in perl's config via "perl -V".
103 cp config.sh config.sh_orig ; \
106 !/^myuname=/ {print}' config.sh_orig \
108 sed -e 's/[^ ]*SUNWspro[^ ]*//g' > config.sh ) ; \
122 # perl's config.
/solaris-userland-s11u3/components/xorriso/
H A DMakefile49 # The tarball for this version already has a config.status file so remove it.
51 (cd $(@D) ; test -f config.status && rm config.status)
/solaris-userland-s11u3/components/php-5_3/php-cgi/
H A DMakefile46 --with-config-file-path=$(NSAPI_CONF_DIR) \
47 --with-config-file-scan-dir=$(MODULES_CONF_DIR) \

Completed in 280 milliseconds

12345