HomeSort by: relevance | last modified time | path
    Searched defs:configure (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
newconfig.py 15 def configure(parameters, features, config, lit_config): function
config.py 118 def configure(self): member in class:Configuration
137 libcxx.test.newconfig.configure(
250 # Configure extra flags
270 # Configure include paths
274 # Configure feature flags.
352 # Configure library path
356 # Configure libraries
397 # Configure ABI library paths.
  /src/sys/arch/hp300/stand/common/
autoconf.c 89 configure(void) function
  /src/usr.sbin/certctl/
certctl.sh 135 # configure
139 configure() function
514 configure
532 configure
550 configure
602 configure
652 configure
  /src/usr.bin/rump_dhcpclient/
configure.c 45 #include "configure.h"
416 configure(struct interface *iface) function
  /src/crypto/external/bsd/heimdal/dist/kdc/
config.c 157 configure(krb5_context context, int argc, char **argv, int *optidx) function
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dlz.h 177 * optionally supply a configure method. If supplied, this will be
179 * may call configuration functions during the configure call
199 dns_dlzconfigure_t configure; member in struct:dns_dlzmethods
317 * configure() method of a DLZ driver.
324 * call a DLZ drivers configure method, if supplied
sdlz.h 232 * supply a configure method. When supplied, it will be called
234 * to configure writeable zones
287 dns_sdlzconfigure_t configure; member in struct:dns_sdlzmethods
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dlz.h 178 * optionally supply a configure method. If supplied, this will be
180 * may call configuration functions during the configure call
200 dns_dlzconfigure_t configure; member in struct:dns_dlzmethods
318 * configure() method of a DLZ driver.
325 * call a DLZ drivers configure method, if supplied
sdlz.h 233 * supply a configure method. When supplied, it will be called
235 * to configure writeable zones
288 dns_sdlzconfigure_t configure; member in struct:dns_sdlzmethods
  /src/sys/kern/
init_main.c 255 static void configure(void);
550 /* Configure the system hardware. This will enable interrupts. */
551 configure();
743 /* Wait for final configure threads to complete. */
763 * Configure the system's hardware.
766 configure(void) function
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
aux_engine.h 152 void (*configure)( member in struct:aux_engine_funcs
  /src/usr.sbin/rwhod/
rwhod.c 105 static int configure(int);
214 if (!configure(s))
472 configure(int s) function
  /src/sbin/cgdconfig/
cgdconfig.c 91 ACTION_DEFAULT, /* default -> configure */
92 ACTION_CONFIGURE, /* configure, with paramsfile */
96 ACTION_CONFIGALL, /* configure all from config file */
98 ACTION_CONFIGSTDIN, /* configure, key from stdin */
104 /* if nflag is set, do not configure/unconfigure the cgd's */
138 static int configure(int, char **, struct params *, int);
387 return configure(argc, argv, p, CONFIG_FLAGS_FROMMAIN);
395 return do_all(cfile, argc, argv, configure);
743 configure(int argc, char **argv, struct params *inparams, int flags) function
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 298 void LookupResult::configure() { function in class:LookupResult
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 96 static void configure (struct recvbuf *, int);
132 { CTL_OP_CONFIGURE, AUTH, configure },
3536 * configure() processes ntpq :config/config-from-file, allowing
3539 static void configure( function

Completed in 64 milliseconds