Searched refs:rt (Results 1 - 14 of 14) sorted by relevance

/barrelfish-2018-10-04/usr/pci/
H A Dht_config.c23 static void route(unsigned int rt) argument
25 if(rt & (1 << 0)) {
28 if(rt & (1 << 1)) {
31 if(rt & (1 << 2)) {
34 if(rt & (1 << 3)) {
37 if(rt & (1 << 4)) {
40 if(rt & (1 << 5)) {
43 if(rt & (1 << 6)) {
46 if(rt & (1 << 7)) {
49 if(rt
[all...]
/barrelfish-2018-10-04/lib/compiler-rt/test/
H A Dumodti3_test.c32 utwords rt; local
33 rt.all = r;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Dudivmodti4_test.c40 utwords rt; local
41 rt.all = r;
46 rt.s.high, rt.s.low, expected_qt.s.high, expected_qt.s.low,
[all...]
/barrelfish-2018-10-04/kernel/arch/x86/
H A Drtc.c54 static inline uint8_t _rtc_read( lpc_rtc_t *rt, uint8_t _r) argument
56 lpc_rtc_ndx_wr(rt,_r);
57 return lpc_rtc_target_rd(rt);
H A Dapic.c417 uint64_t rt = q * apic_systime_frequency_ratio + local
419 return MIN(rt, UINT32_MAX);
/barrelfish-2018-10-04/lib/libc/arm/aeabi/
H A DMakefile.inc20 # Add the aeabi_mem* functions. While they live in compiler-rt they call into
24 .PATH: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/builtins/arm
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Daddr.c229 struct rtable *rt; local
238 ret = ip_route_output_key(&init_net, &rt, &fl);
243 src_in->sin_addr.s_addr = rt->rt_src;
245 if (rt->idev->dev->flags & IFF_LOOPBACK) {
253 if (rt->idev->dev->flags & IFF_NOARP) {
254 rdma_copy_addr(addr, rt->idev->dev, NULL);
258 neigh = neigh_lookup(&arp_tbl, &rt->rt_gateway, rt->idev->dev);
260 neigh_event_send(rt->u.dst.neighbour, NULL);
271 ip_rt_put(rt);
[all...]
H A Dcma.c1065 struct rdma_route *rt; local
1083 rt = &id->route;
1084 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1085 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,
1087 if (!rt->path_rec)
1090 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
1091 if (rt->num_paths == 2)
1092 rt
[all...]
/barrelfish-2018-10-04/lib/libc/tests/sys/
H A DMakefile65 LIBADD.timer_create_test+= rt
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dsnmp_msg.h221 u8_t rt; member in struct:snmp_msg_pstat
/barrelfish-2018-10-04/lib/lwip/src/core/snmp/
H A Dmsg_in.c698 if (msg_ps->rt == SNMP_ASN1_PDU_GET_NEXT_REQ) {
700 } else if (msg_ps->rt == SNMP_ASN1_PDU_GET_REQ) {
702 } else if (msg_ps->rt == SNMP_ASN1_PDU_SET_REQ) {
763 if (((msg_ps->rt == SNMP_ASN1_PDU_GET_REQ)
764 || (msg_ps->rt == SNMP_ASN1_PDU_GET_NEXT_REQ)
765 || (msg_ps->rt == SNMP_ASN1_PDU_SET_REQ))
948 m_stat->rt = type & 0x1F;
1200 if (m_stat->rt == SNMP_ASN1_PDU_SET_REQ) {
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/
H A DMakefile.in64 CLASSPATH = $(ECLIPSEDIR)/lib/eclipse.jar$(PATHSEP)$(GRAPPA_DIR)/$(GRAPPA_JAR)$(PATHSEP)$(JAVA_CLASS_DIR)$(PATHSEP)$(JRE_HOME)/lib/rt.jar
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/
H A DMakefile.in42 CLASSPATH = $(JRE_HOME)/lib/rt.jar
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c4505 tchunkptr rt; local
4512 rt = t->child[1];
4514 if (rt != 0 && rt != t)
4515 rst = rt;

Completed in 149 milliseconds