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

12345

/barrelfish-2018-10-04/lib/acpica/generate/unix/
H A DMakefile15 include Makefile.config
/barrelfish-2018-10-04/tools/fastmodels/
H A Dbuild_multiboot.h5 #include "config.h"
7 void *create_multiboot2_info(struct config *cfg, Elf *elf, size_t mmap_size);
H A Dconfig.h30 struct config { struct
53 struct config *parse_config(char *buf, size_t size);
H A Dmain.c15 #include "config.h"
20 fprintf(stderr, "usage: %s <config> <ram size> <shim image> <fs root>"
90 build_efi_mmap(struct config *config, size_t mmap_len, argument
93 (efi_memory_descriptor *)config->mmap_start;
96 config->mmap_tag->type= MULTIBOOT_TAG_TYPE_EFI_MMAP;
97 config->mmap_tag->size= sizeof(struct multiboot_tag_efi_mmap) +
99 config->mmap_tag->descr_size= sizeof(efi_memory_descriptor);
100 config->mmap_tag->descr_vers= 1;
621 struct config *confi local
[all...]
/barrelfish-2018-10-04/lib/acpica/
H A DMakefile16 include generate/efi/Makefile.config
20 include generate/unix/Makefile.config
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A DMakefile.in72 alloc.o: config.h memman.h
73 mutex.o: config.h memman.h
74 private_mem.o: config.h memman.h
75 shared_mem.o: config.h memman.h
76 shmem_base.o: config.h
89 $(RM) config.status
92 $(RM) Makefile config.h
93 $(RM) config.cache config.log
/barrelfish-2018-10-04/usr/bench/thc_v_flounder/
H A Dempty.c76 static int config; variable
102 assert(CONFIG_IS_THC_CLIENT(config));
125 assert(CONFIG_IS_THC_CLIENT(config));
166 assert(CONFIG_IS_FLOUNDER_CLIENT(config));
167 assert(!CONFIG_IS_PIPELINED(config));
194 assert(CONFIG_IS_FLOUNDER_CLIENT(config));
195 assert(!CONFIG_IS_PIPELINED(config));
215 assert(CONFIG_IS_FLOUNDER_CLIENT(config));
216 assert(CONFIG_IS_PIPELINED(config));
240 assert(CONFIG_IS_FLOUNDER_CLIENT(config));
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dprogressbar.tcl368 array set config [list \
382 set config(-type) $configargs(-type)
385 incr data(-maxvalue) $config(-maxvalue)
386 incr data(-value) $config(-value)
388 set config(image) [image create bitmap $w:$item \
389 -data [${namesp}::icon_$config(-type) cget -data] \
390 -foreground $config(-fgstart) \
391 -background $config(-background)]
392 set config(w) [label $w.item$cnt -image $config(imag
[all...]
H A Dmegalist.tcl112 grid config $data(yscrollbar) -sticky ns
224 array set config $data(I:$name)
227 set config(-order) increasing
229 if {[string compare increasing $config(-order)]} {
230 set config(-order) increasing
232 set config(-order) decreasing
235 set data(I:$name) [array get config]
254 get_opts2 config $args {
259 set data(I:$name) [array get config]
260 set data(IF:$name) $config(
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.h18 struct usb_config_descriptor config; member in struct:usb_ehci_config_descriptor
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/tunala/
H A Dautoungunk.sh16 rm -f aclocal.m4 config.* configure install-sh \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtestgen32 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf $req_new -out testreq.pem
38 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
H A Dtestss43 $reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new #>err.ss
64 $reqcmd -config $dummycnf -verify -in $CAreq -noout
70 $reqcmd -config $dummycnf -verify -in $CAreq2 -noout
84 $reqcmd -config $Uconf -out $Ureq -keyout $Ukey $req_new >err.ss
105 $reqcmd -config $P1conf -out $P1req -keyout $P1key $req_new >err.ss
127 $reqcmd -config $P2conf -out $P2req -keyout $P2key $req_new >err.ss
H A Dtestss.com41 $ 'reqcmd' -config 'CAconf' -out 'CAreq' -keyout 'CAkey' 'req_new' ! -out err.ss
67 $ 'reqcmd' -config 'dummycnf' -verify -in 'CAreq' -noout
74 $ 'reqcmd' -config 'dummycnf' -verify -in 'CAreq2' -noout
91 $ 'reqcmd' -config 'Uconf' -out 'Ureq' -keyout 'Ukey' 'req_new'
H A Dtestgen.com42 $ mcr 'exe_dir'openssl req -config test.cnf 'req_new' -out testreq.pem
49 $ mcr 'exe_dir'openssl req -config test.cnf -verify -in testreq.pem -noout
/barrelfish-2018-10-04/usr/drivers/hpet/
H A Dmain.c91 uint64_t *config = (uint64_t*)(buf + 0x010); local
93 *config = *config | 0x1;
/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c82 * \param config the configuration descriptor
85 uint8_t init, struct usb_config_descriptor *config)
134 while ((idesc = usb_parse_next_iface(config, &iface_ps))) {
170 interface->config = config->bConfigurationValue;
185 while ((edesc = usb_parse_next_edesc(config, edesc))) {
248 struct usb_config_descriptor *config = (struct usb_config_descriptor *) (ddesc + 1); local
250 device.config_desc = config;
258 device.current_config = config->bConfigurationValue;
260 usb_device_cfg_process(&device, USB_INTERFACE_INDEX_ANY, 0, config);
84 usb_device_cfg_process(struct usb_device *dev, uint8_t iface, uint8_t init, struct usb_config_descriptor *config) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A DMakefile.in139 EXT_INCLUDES = external.h error.h sepia.h ec_public.h types.h config.h \
292 # -I../sun4 is needed for config.h
302 rm -f Makefile Makefile.external config.h INST_PARAMS
436 eclipse_cc.i: config.h ec_public.h types.h embed.h
485 config.h: stamp-h
486 stamp-h: config.h.in
488 if grep "hostname = `hostname`" config.log ; then \
489 ./config.status ; \
496 if grep "hostname = `hostname`" config.log ; then \
497 ./config
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_driver.h36 struct usb_driver_binding *driver, uint16_t config);
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Eclipse/
H A DEclipse.mak527 "..\..\sepia\i386_nt\config.h"\
545 "..\..\sepia\i386_nt\config.h"\
566 "..\..\sepia\i386_nt\config.h"\
584 "..\..\sepia\i386_nt\config.h"\
606 "..\..\sepia\i386_nt\config.h"\
625 "..\..\sepia\i386_nt\config.h"\
648 "..\..\sepia\i386_nt\config.h"\
666 "..\..\sepia\i386_nt\config.h"\
688 "..\..\sepia\i386_nt\config.h"\
708 "..\..\sepia\i386_nt\config
[all...]
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c101 static errval_t get_arch_config(hwid_t hwid, struct arch_config * config) argument
116 err = skb_read_output("res(%255[^)])", config->cpu_driver_binary);
125 err = skb_read_output("res(%255[^)])", config->monitor_binary);
135 err = skb_read_output("res(%255[^)])", config->boot_driver_entry);
147 err = skb_read_output("res(%255[^)])", config->boot_driver_binary);
157 err = skb_read_output("%d", &config->psci_use_hvc);
162 config->arch_page_size= BASE_PAGE_SIZE;
163 config->stack_size = ARMV8_KERNEL_STACK_SIZE;
632 struct arch_config config; local
640 err = get_arch_config(hwid, &config);
[all...]
/barrelfish-2018-10-04/lib/acpica/generate/efi/acpidump/
H A DMakefile13 include ../Makefile.config
/barrelfish-2018-10-04/lib/acpica/generate/unix/acpixtract/
H A DMakefile13 include ../Makefile.config
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dexample1.tcl61 . config -menu .mbar
/barrelfish-2018-10-04/tools/usbboot/include/omap4/
H A Domap4_rom.h84 int (*configure)(struct mem_device *md, void *config);
108 int (*config)(struct per_handle *rh, void *x); member in struct:per_driver

Completed in 136 milliseconds

12345