Searched refs:val (Results 76 - 100 of 424) sorted by relevance

1234567891011>>

/barrelfish-master/usr/vmkitmon/
H A Dpci_ethernet.c66 enum opsize size, uint32_t val)
73 errval_t r = pci_write_conf_header(addr.d.doubleword, val);
77 VMKIT_PCI_DEBUG("Written to conf header at %u: %x\n", addr.d.doubleword, val);
86 enum opsize size, uint32_t *val)
89 *val = INVALID;
93 errval_t r = pci_read_conf_header(addr.d.doubleword,val);
97 VMKIT_PCI_DEBUG("Read from conf header at %u: %x\n",addr.d.doubleword, *val);
100 *val = INVALID;
158 static void mem_write(struct pci_device *dev, uint32_t addr, int bar, uint32_t val){ argument
161 //VMKIT_PCI_DEBUG("Write access to Pointer register 0x%"PRIx32" value 0x%"PRIx32"\n", addr & ETH_MMIO_MASK(eth), val);
64 confspace_write(struct pci_device *dev, union pci_config_address_word addr, enum opsize size, uint32_t val) argument
84 confspace_read(struct pci_device *dev, union pci_config_address_word addr, enum opsize size, uint32_t *val) argument
238 mem_read(struct pci_device *dev, uint32_t addr, int bar, uint32_t *val) argument
[all...]
H A Dapic.h37 uint64_t *val);
39 uint64_t val);
H A Dkeyboard.h38 enum opsize size, uint32_t *val);
40 enum opsize size, uint32_t val);
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dpacker.c75 u32 val; local
81 val = value_read(desc[i].struct_offset_bytes,
84 val = 0;
88 *addr = (*addr & ~mask) | (cpu_to_be32(val) & mask);
91 u64 val; local
97 val = value_read(desc[i].struct_offset_bytes,
100 val = 0;
104 *addr = (*addr & ~mask) | (cpu_to_be64(val) & mask);
124 static void value_write(int offset, int size, u64 val, void *structure) { argument
127 *(u8 *) (structure + offset) = val;
163 u32 val; local
175 u64 val; local
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dexternal.c63 p1.args->val.all = q->val.all;
68 p1.args->val.all = v.all;
H A Dexternal.h60 * Write(val, tag, stream)
61 * Writeq(val, tag, stream)
87 #define Write(val, tag, stream) \
90 res = ec_pwrite(2, stream, val, tag, 1200, PrintDepth, \
96 #define Writeq(val, tag, stream) \
99 res = ec_pwrite(3, stream, val, tag, 1200, PrintDepth, \
110 address = address->val.ptr; \
118 address = address->val.ptr; \
143 pw[0].val.ptr = vptr; \
146 pw[1].val
[all...]
H A Dbip_shelf.c72 int arity = DidArity(p[0].val.did);
97 int i = DidArity(p[0].val.did);
150 obj = (t_heap_array *) prop->val.wptr; \
177 p[0].val.did = key_did;
181 Return_Unify_Pw(vbag, tbag, bag.val, bag.tag);
196 i = DidArity(pglobal->val.did);
208 err = create_heapterm(&pheap[i], parg->val, parg->tag);
212 Return_Unify_Pw(vbag, tbag, bag.val, bag.tag);
231 prop->val.wptr = (uword *) heap_array_tid.copy(obj);
250 pw.val
[all...]
H A Demu.c128 value val; member in union:s_code_item
354 (pw)->val.did = mdid; \
409 /*#define Move_Pw(s,d) d->val.all=s->val.all; d->tag.all=s->tag.all;*/
423 from->val.ptr = to; \
424 to->val.ptr = to; \
440 while(ISRef(((t) = (pw)->tag.kernel)) && pw->val.ptr != pw) {\
441 pw = pw->val.ptr;\
445 while(IsRef(pw->tag) && pw->val.ptr != pw) {\
446 pw = pw->val
[all...]
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DGrappaTextViewletType.java120 double val = 0.0;
123 val = Double.parseDouble(data.getText());
126 val = 0.0;
128 edge.setAttribute("label", nf.format(val));
129 if ((val > 1.0) || (val < 0.0)) {
133 width = (val < 0.01)?(0.2):(20.0 * val);
159 int val = data.getFadeCount();
160 if (val >
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/tunala/
H A Dbreakage.c3 int int_strtoul(const char *str, unsigned long *val) argument
14 *val = ret;
35 *val = ret;
/barrelfish-master/usr/replay/
H A Dhash.c33 printf("[%lu] => %lu", curr->key, curr->val);
53 void hash_insert(hash_t *hash, unsigned long key, unsigned long val) argument
64 curr->val = val;
73 new_entry->val = val;
98 return curr->val;
125 ret = curr->val;
171 tmp = entry1->val;
172 entry1->val
[all...]
H A Dhash.h13 unsigned long val; member in struct:hash_entry_st
35 * If entry exists return val, else return HASH_ENTRY_NOTFOUND
43 void hash_insert(hash_t *hash, unsigned long key, unsigned long val);
/barrelfish-master/lib/posixcompat/
H A Dtime.c121 time_t val = tod; local
123 *timer = val;
124 return val;
/barrelfish-master/include/arch/arm/machine/
H A Datomic-v6.h96 atomic_add_32(volatile uint32_t *p, uint32_t val) argument
108 ,"+r" (p), "+r" (val) : : "cc", "memory");
112 atomic_add_64(volatile uint64_t *p, uint64_t val) argument
120 " adds %Q[tmp], %Q[val] \n"
121 " adc %R[tmp], %R[tmp], %R[val] \n"
129 [val] "r" (val)
134 atomic_add_long(volatile u_long *p, u_long val) argument
137 atomic_add_32((volatile uint32_t *)p, val);
161 atomic_clear_64(volatile uint64_t *p, uint64_t val) argument
306 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) argument
323 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) argument
347 atomic_fetchadd_long(volatile u_long *p, u_long val) argument
466 atomic_set_64(volatile uint64_t *p, uint64_t val) argument
499 atomic_subtract_32(volatile uint32_t *p, uint32_t val) argument
515 atomic_subtract_64(volatile uint64_t *p, uint64_t val) argument
537 atomic_subtract_long(volatile u_long *p, u_long val) argument
548 atomic_store_64(volatile uint64_t *p, uint64_t val) argument
581 atomic_store_rel_64(volatile uint64_t *p, uint64_t val) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_extku.c123 CONF_VALUE *val;
132 val = sk_CONF_VALUE_value(nval, i);
133 if(val->value) extval = val->value;
134 else extval = val->name;
138 X509V3_conf_err(val);
H A Dv3_pmaps.c120 CONF_VALUE *val;
129 val = sk_CONF_VALUE_value(nval, i);
130 if(!val->value || !val->name) {
133 X509V3_conf_err(val);
136 obj1 = OBJ_txt2obj(val->name, 0);
137 obj2 = OBJ_txt2obj(val->value, 0);
141 X509V3_conf_err(val);
/barrelfish-master/include/x86emu/
H A Ddecode.h69 void store_data_byte (uint offset, u8 val);
70 void store_data_byte_abs (uint segment, uint offset, u8 val);
71 void store_data_word (uint offset, u16 val);
72 void store_data_word_abs (uint segment, uint offset, u16 val);
73 void store_data_long (uint offset, u32 val);
74 void store_data_long_abs (uint segment, uint offset, u32 val);
/barrelfish-master/lib/cxx/unwind/
H A DAddressSpace.hpp190 uint8_t val; local
191 memcpy(&val, (void *)addr, sizeof(val));
192 return val;
195 uint16_t val; local
196 memcpy(&val, (void *)addr, sizeof(val));
197 return val;
200 uint32_t val; local
201 memcpy(&val, (voi
205 uint64_t val; local
210 double val; local
215 v128 val; local
[all...]
/barrelfish-master/lib/libc/rpc/
H A Dnetnamer.c79 char val[1024]; local
85 if (getnetid(netname, val)) {
86 char *res = val;
119 (void) strncpy(val, val1, 1024);
120 val[vallen] = 0;
129 if (sscanf(val, "%ld", &luid) != 1)
191 char *val; local
197 val = valbuf;
198 if ((*val == '0') && (val[
[all...]
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DNativeEclipse.java42 static native int setOption(int opt, int val); argument
44 static native int setOption(int opt, String val); argument
/barrelfish-master/usr/arrakismon/
H A Dapic.h37 uint64_t *val);
39 uint64_t val);
H A Dkeyboard.h38 enum opsize size, uint32_t *val);
40 enum opsize size, uint32_t val);
/barrelfish-master/lib/libc/stdlib/
H A Drand.c78 u_long val; local
81 val = *ctx;
82 r = do_rand(&val);
83 *ctx = (unsigned)val;
/barrelfish-master/lib/phoenix/
H A Diterator.h39 val_t *val; member in struct:iterator_t
/barrelfish-master/lib/zlib/
H A Dinftrees.h21 of the bit buffer. val is the actual byte to output in the case
27 unsigned short val; /* offset in table or code value */ member in struct:__anon1419

Completed in 129 milliseconds

1234567891011>>