Home
last modified time | relevance | path

Searched refs:reftype (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py221 reftype = None
227 reftype = f":c:{match.group(1)}"
232 reftype = match.group(1)
236 if not reftype:
237 reftype = self.DEF_SYMBOL_TYPES[c_type].get("ref_type")
238 if not reftype:
239 reftype = self.DEF_SYMBOL_TYPES[c_type].get("real_type")
241 new_ref = f"{reftype}:`{old} <{new}>`"
/linux/security/apparmor/include/
H A Dlib.h105 enum reftype { enum
114 enum reftype reftype; member
/linux/Documentation/sphinx/
H A Dkernel_include.py483 reftype = node.get('reftype', '')
493 suggestions = get_suggestions(app, env, node, target, domain, reftype)
/linux/security/apparmor/
H A Dlabel.c68 new->count.reftype = REF_PROXY; in aa_alloc_proxy()
419 label->count.reftype = REF_NS; /* for aafs purposes */ in aa_label_init()
H A Dpolicy_unpack.c171 d->count.reftype = REF_RAWDATA; in aa_loaddata_alloc()
H A Dapparmorfs.c190 switch (ref->reftype) { in aa_put_common_ref()