Searched refs:target (Results 76 - 100 of 163) sorted by relevance

1234567

/barrelfish-2018-10-04/kernel/include/arch/x86_32/
H A Dpaging_kernel_arch.h18 #include <target/x86_32/paging_kernel_target.h>
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dinterphi.h147 * \param target target domain id
156 xphi_dom_id_t target,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dset_env.bat8 rem set_env [target]
10 rem target - "netware-clib" - Clib build
98 echo No target build specified!
100 echo usage: set_env [target] [compiler]
102 echo target - "netware-clib" - Clib build
H A Dbuild.bat7 rem build [target] [debug opts] [assembly opts] [configure opts]
9 rem target - "netware-clib" - CLib NetWare build (WinSock Sockets)
45 rem No default Bld target
97 rem build the nlm make file name which includes target and debug info
212 echo . No build target specified!!!
214 echo . usage: build [target] [debug opts] [assembly opts] [configure opts]
216 echo . target - "netware-clib" - CLib NetWare build (WinSock Sockets)
H A Dcpy_tests.bat17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dgc_stacks.c198 #define Into_Reloc_Chain_Nonmarking(target, ref) \
200 (ref)->val.all = (target)->tag.all;\
201 (target)->tag.all = PointerToLink((target)->tag.all,ref);\
204 #define Into_Reloc_Chain(target, ref) \
206 (ref)->val.all = (target)->tag.all;\
207 (target)->tag.all = PointerToMarkedLink(ref);\
1818 register pword *target; local
1833 target = ref->val.ptr;
1834 if (!InCurrentSegment(target))
[all...]
/barrelfish-2018-10-04/doc/023-coreboot/
H A Dcoreboot.tex71 ``home core'' and manages a ``target core''. It encapsulates the hardware
79 ``corectrl'' is generated at build time and can be used to do target core
128 \item boot \textless target coreid\textgreater: Boots a new core with a KCB.
129 \item stop \textless target coreid\textgreater: Stop execution on an existing core.
130 \item update \textless target coreid\textgreater: Update the CPU driver on an existing core.
155 \section{boot \textless target coreid\textgreater}
193 binary to spawn on the target core. However, this can be overridden by manually
241 \section{stop \textless target coreid\textgreater}
265 \section{update \textless target coreid\textgreater}
271 \section{give \textless target kcbi
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex145 are linked into a chain starting at this target object (cf. figure \ref{relch}).
147 target object, so this has to be moved elsewhere.
150 can now be used to preserve the overwritten part of the target object.
155 own relocation chain and at the same time be a member of its target's
171 target object (left hand side).
173 starting from the target's tag and connecting all value cells
174 which previously held a pointer to the target.
176 of the target.
246 the collection segment where the target is older than the reference.
257 the target objec
[all...]
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dip_addr.h172 #define ip_addr_get_network(target, host, netmask) do{if(IP_IS_V6(host)){ \
173 ip4_addr_set_zero(ip_2_ip4(target)); IP_SET_TYPE(target, IPADDR_TYPE_V6); } else { \
174 ip4_addr_get_network(ip_2_ip4(target), ip_2_ip4(host), ip_2_ip4(netmask)); IP_SET_TYPE(target, IPADDR_TYPE_V4); }}while(0)
269 #define ip_addr_get_network(target, host, mask) ip4_addr_get_network(target, host, mask)
314 #define ip_addr_get_network(target, host, mask) ip6_addr_set_zero(target)
H A Dip4_addr.h154 #define ip4_addr_get_network(target, host, netmask) do { ((target)->addr = ((host)->addr) & ((netmask)->addr)); } while(0)
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dassembly.h141 #define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target) \
144 .set SYMBOL_NAME(name), SYMBOL_NAME(target) SEPARATOR
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dmultiboot.c22 #include <target/x86/barrelfish_kpi/coredata_target.h>
/barrelfish-2018-10-04/tools/
H A Darranet_e10k-cc-wrapper85 gcc -nostdinc -nostdlib -static -fno-builtin -m64 -mno-red-zone -U__linux__ -Ulinux -DBARRELFISH -DCONFIG_QEMU_NETWORK -DTRACE_DISABLE_LRPC -DCONFIG_LAZY_THC -DCONFIG_NEWLIB -DUSE_KALUGA_DVM -DCONFIG_INTERCONNECT_DRIVER_LMP -DCONFIG_INTERCONNECT_DRIVER_UMP -DCONFIG_INTERCONNECT_DRIVER_MULTIHOP -DCONFIG_FLOUNDER_BACKEND_LMP -DCONFIG_FLOUNDER_BACKEND_UMP -DCONFIG_FLOUNDER_BACKEND_MULTIHOP -I$SRCPATH/include -I$SRCPATH/include/arch/x86_64 -I$SRCPATH/lib/newlib/newlib/libc/include -I$SRCPATH/include/c -I$SRCPATH/include/target/x86_64 -I$SRCPATH/lib/lwip-1.4.1/src/include/ipv4 -I$SRCPATH/lib/lwip-1.4.1/src/include -I$BUILDPATH/x86_64/include -I$BUILDPATH/x86_64/include/dev "${args[@]}"
89 gcc $BUILDPATH/x86_64/lib/crt0.o $BUILDPATH/x86_64/lib/crtbegin.o -Wl,-z,max-page-size=0x1000 -nostdinc -nostdlib -static -fno-builtin -m64 -mno-red-zone -U__linux__ -Ulinux -DBARRELFISH -DCONFIG_QEMU_NETWORK -DTRACE_DISABLE_LRPC -DCONFIG_LAZY_THC -DCONFIG_NEWLIB -DUSE_KALUGA_DVM -DCONFIG_INTERCONNECT_DRIVER_LMP -DCONFIG_INTERCONNECT_DRIVER_UMP -DCONFIG_INTERCONNECT_DRIVER_MULTIHOP -DCONFIG_FLOUNDER_BACKEND_LMP -DCONFIG_FLOUNDER_BACKEND_UMP -DCONFIG_FLOUNDER_BACKEND_MULTIHOP -I$SRCPATH/include -I$SRCPATH/include/arch/x86_64 -I$SRCPATH/lib/newlib/newlib/libc/include -I$SRCPATH/include/c -I$SRCPATH/include/target/x86_64 -I$SRCPATH/lib/lwip-1.4.1/src/include/ipv4 -I$SRCPATH/lib/lwip-1.4.1/src/include -I$BUILDPATH/x86_64/include -I$BUILDPATH/x86_64/include/dev "${args[@]}" $EXTRALIBS $BUILDPATH/x86_64/lib/libbarrelfish.a $BUILDPATH/x86_64/lib/liboctopus_parser.a $BUILDPATH/x86_64/errors/errno.o $BUILDPATH/x86_64/lib/libnewlib.a $BUILDPATH/x86_64/lib/crtend.o $BUILDPATH/x86_64/lib/libcollections.a
H A Darranet_qemu-cc-wrapper90 gcc -nostdinc -nostdlib -static -fno-builtin -m64 -mno-red-zone -U__linux__ -Ulinux -DBARRELFISH -DCONFIG_QEMU_NETWORK -DTRACE_DISABLE_LRPC -DCONFIG_LAZY_THC -DCONFIG_NEWLIB -DUSE_KALUGA_DVM -DCONFIG_INTERCONNECT_DRIVER_LMP -DCONFIG_INTERCONNECT_DRIVER_UMP -DCONFIG_INTERCONNECT_DRIVER_MULTIHOP -DCONFIG_FLOUNDER_BACKEND_LMP -DCONFIG_FLOUNDER_BACKEND_UMP -DCONFIG_FLOUNDER_BACKEND_MULTIHOP -I$SRCPATH/include -I$SRCPATH/include/arch/x86_64 -I$SRCPATH/lib/newlib/newlib/libc/include -I$SRCPATH/include/c -I$SRCPATH/include/target/x86_64 -I$SRCPATH/lib/lwip-1.4.1/src/include/ipv4 -I$SRCPATH/lib/lwip-1.4.1/src/include -I$BUILDPATH/x86_64/include -I$BUILDPATH/x86_64/include/dev "${args[@]}"
94 gcc $BUILDPATH/x86_64/lib/crt0.o $BUILDPATH/x86_64/lib/crtbegin.o -Wl,-z,max-page-size=0x1000 -nostdinc -nostdlib -static -fno-builtin -m64 -mno-red-zone -U__linux__ -Ulinux -DBARRELFISH -DCONFIG_QEMU_NETWORK -DTRACE_DISABLE_LRPC -DCONFIG_LAZY_THC -DCONFIG_NEWLIB -DUSE_KALUGA_DVM -DCONFIG_INTERCONNECT_DRIVER_LMP -DCONFIG_INTERCONNECT_DRIVER_UMP -DCONFIG_INTERCONNECT_DRIVER_MULTIHOP -DCONFIG_FLOUNDER_BACKEND_LMP -DCONFIG_FLOUNDER_BACKEND_UMP -DCONFIG_FLOUNDER_BACKEND_MULTIHOP -I$SRCPATH/include -I$SRCPATH/include/arch/x86_64 -I$SRCPATH/lib/newlib/newlib/libc/include -I$SRCPATH/include/c -I$SRCPATH/include/target/x86_64 -I$SRCPATH/lib/lwip-1.4.1/src/include/ipv4 -I$SRCPATH/lib/lwip-1.4.1/src/include -I$BUILDPATH/x86_64/include -I$BUILDPATH/x86_64/include/dev "${args[@]}" $EXTRALIBS $BUILDPATH/x86_64/lib/libbarrelfish.a $BUILDPATH/x86_64/lib/liboctopus_parser.a $BUILDPATH/x86_64/errors/errno.o $BUILDPATH/x86_64/lib/libnewlib.a $BUILDPATH/x86_64/lib/crtend.o $BUILDPATH/x86_64/lib/libcollections.a
/barrelfish-2018-10-04/include/arch/k1om/barrelfish_kpi/
H A Dasm_inlines_arch.h18 #include <target/x86_64/barrelfish_kpi/registers_target.h>
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp_core.h292 void snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
293 void snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len);
294 void snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
295 void snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len);
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/x86/
H A Dinit_ap_x86_64.S18 #include <target/x86_64/offsets_target.h>
21 #include <target/x86_32/barrelfish_kpi/paging_target.h>
22 #include <target/x86_64/barrelfish_kpi/paging_target.h>
H A Dinit_ap_x86_32.S18 #include <target/x86_32/offsets_target.h>
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java211 public void processingInstruction(String target,String data){ argument
212 System.out.println("Process target"+target+" data "+data);
277 public void processingInstruction(String target,String data){ argument
278 System.out.println("Process target"+target+" data "+data);
358 public void processingInstruction(String target,String data){ argument
359 System.out.println("Process target"+target+" data "+data);
/barrelfish-2018-10-04/tools/harness/tests/
H A Dwebserver.py254 def _runtest(self, target, nclients, nconns, rate):
265 hp = HTTPerfClient(logfile, user, host, target, nconns, rate)
285 def runtests(self, target):
303 self._runtest(target, nclients, nconns, rate)
442 def __init__(self, logfile, user, host, target, nconns, rate):
448 nconns, rate, target, HTTPERF_URI)
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacenv.h304 #error Unknown target environment
413 * It may be necessary to tailor these include files to the target
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dbenchmark.h159 errval_t xphi_bench_memwrite(void *target);
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c197 static void delete_cacheline_from_cachelist (struct http_cache_entry *target) argument
202 if (cache_table == target){
203 cache_table = target->next;
210 if (e == target) {
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_threadsync.c166 if (threadsync_node->node.node.oid != threadsync_node->target->node.oid) {
167 LWIP_DEBUGF(SNMP_DEBUG, ("Sync node OID does not match target node OID"));
176 call_data->proxy_instance.node = &threadsync_node->target->node;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtests.com33 $! "alltests" target in Makefile. This should make it easy to see

Completed in 150 milliseconds

1234567