Searched refs:configure (Results 1 - 25 of 50) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dserial.h34 grub_err_t (*configure) (struct grub_serial_port *port, member in struct:grub_serial_driver
104 return port->driver->configure (port, config);
141 return port->driver->configure (port, &config);
/osnet-11/usr/src/grub/grub-0.97/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
42 configure_ac=configure.in
78 autoconf touch file \`configure'
154 touch configure
H A Dconfigure8 # This configure script is free software; the Free Software Foundation
367 # Accept the important Cygnus configure options, so we can diagnose typos.
783 \`configure' configures GRUB 0.97 to adapt to many kinds of systems.
801 --srcdir=DIR find the sources in DIR [configure dir or \`..']
842 --build=BUILD configure for building on BUILD [guessed]
932 Use these variables to override the choices made by `configure' or to help
1010 # Check for guested configure; otherwise get Cygnus style configure.
1011 if test -f $ac_srcdir/configure.gnu; then
1013 $SHELL $ac_srcdir/configure
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmissing41 if test -f configure.ac; then
42 configure_ac=configure.ac
44 configure_ac=configure.in
80 autoconf touch file \`configure'
157 touch configure
/osnet-11/usr/src/cmd/perl/5.8.4/
H A DMakefile59 all clean test: configure FRC
74 configure: $(DISTRIB_CONFIG_FILES) $(GEN_MAKEFILES) get_no_keywords
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x217 % bool_t configure(char *objName);
H A Ddb_table_c.x266 % bool_t configure(char *objName);
H A Ddb_mindex_c.x289 % bool_t configure (char *objName);
H A Ddb.cc90 (void) internal_db.configure(dbname);
846 db::configure(char *objName) { function in class:db
847 return (internal_db.configure(objName));
H A Ddb_mindex.cc57 configure(tablePath);
1146 (void) this->configure(file);
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DConfigPerlGcc83 | 2>&1 tee configure.log
H A DInstallPerl204 | 2>&1 tee configure.log
218 # Expand the configure-generated files.
220 ./Configure -S | 2>&1 tee -a configure.log
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_public.h222 extern int configure(const char *);
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c178 dsvc_splfuncp_t configure; local
203 configure = (dsvc_splfuncp_t)dlsym(*instance, "configure");
204 if (configure != NULL) {
205 if (configure(ddp->d_config) != DSVC_SUCCESS) {
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dftdi.c162 .configure = ftdi_hw_configure,
H A Dpl2303.c175 .configure = pl2303_hw_configure,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm48 return scalar(%arg) ? $sock->configure(\%arg)
59 sub configure { subroutine
63 croak 'IO::Socket: Cannot configure a generic socket'
69 croak "IO::Socket: Cannot configure socket in domain '$domain'"
73 $sock->configure($arg);
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dns8250.c221 .configure = serial_hw_configure,
H A Dserial.c221 err = port->driver->configure (port, &config);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm27 sub configure { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL40 libnetcfg - configure libnet
44 The libnetcfg utility can be used to configure the libnet.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm169 external to the webserver, perhaps on a remote machine. To configure the
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh181 # Although zone administrators can configure their own automount
268 printf "$fmtval" configure boolean true
356 # $1 specifies how much to configure.
403 /usr/sbin/sysconfig configure -g $1 \
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk9 # "configure.in" script.
241 # configure the config.h file.
/osnet-11/usr/src/grub/grub2/build-bios/docs/
H A DMakefile2 # docs/Makefile. Generated from Makefile.in by configure.
83 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
807 $(srcdir)/stamp-vti: grub.texi $(top_srcdir)/configure
830 $(srcdir)/stamp-1: grub-dev.texi $(top_srcdir)/configure

Completed in 71 milliseconds

12