/openbmc/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 56 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 90 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 93 register c_type ret; \ in ATOMIC_OPS() 102 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 104 register c_type ret; \ 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 115 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \ 121 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
|
/openbmc/qemu/scripts/qapi/ |
H A D | visit.py | 45 c_type = c_name(name) + ' *' 47 c_type += '*' 53 c_name=c_name(name), c_type=c_type) 93 c_type=base.c_name()) 121 c_type=memb.type.c_name(), name=memb.name, 161 c_type=var.type.c_name(), c_name=c_name(var.name)) 265 c_type=var.type.c_name(), 271 c_type=var.type.c_name(),
|
H A D | commands.py | 49 c_type=(ret_type and ret_type.c_type()) or 'void', 160 c_type=ret_type.c_type(), c_name=ret_type.c_name()) 213 c_type=ret_type.c_type())
|
H A D | types.py | 140 c_name=c_name(name), c_type=element_type.c_type()) 155 c_type=memb.type.c_type(), c_name=c_name(memb.name)) 244 c_type=var.type.c_unboxed_type(),
|
H A D | schema.py | 331 def c_type(self) -> str: member in QAPISchemaType 336 return self.c_type() 340 return self.c_type() 366 return not self.c_type().endswith(POINTER_SUFFIX) 383 def __init__(self, name: str, json_type: str, c_type: str): 388 self._c_type_name = c_type 393 def c_type(self) -> str: member in QAPISchemaBuiltinType 447 def c_type(self) -> str: member in QAPISchemaEnumType 496 def c_type(self) -> str: member in QAPISchemaArrayType 624 def c_type(self) -> str: member in QAPISchemaObjectType [all …]
|
/openbmc/linux/fs/nfsd/ |
H A D | nfscache.c | 96 rp->c_type = RC_NOCACHE; in nfsd_cacherep_alloc() 115 if (rp->c_type == RC_REPLBUFF) in nfsd_cacherep_free() 139 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) in nfsd_cacherep_unlink_locked() 544 switch (rp->c_type) { in nfsd_cache_lookup() 557 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup() 637 rp->c_type = cachetype; in nfsd_cache_update()
|
H A D | cache.h | 37 c_type, /* status, buffer */ member
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type) \ argument 10 leaf->type = c_type; \
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 314 c_type = self.group('c_type') 315 if not typename or not c_type: 328 classtype = c_type 330 instancetype = c_type
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-cleanup.patch | 84 c->c_type = DCOLON;
|