Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Datomic.h54 #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 Dvisit.py45 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 Dcommands.py49 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 Dtypes.py140 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 Dschema.py331 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 Dnfscache.c96 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 Dcache.h37 c_type, /* status, buffer */ member
/openbmc/linux/arch/mips/kernel/
H A Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
10 leaf->type = c_type; \
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py314 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 Drdist-6.1.5-cleanup.patch84 c->c_type = DCOLON;