Searched refs:m_tag (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp20 m_tag (0),
28 m_tag (tag),
47 m_tag = data.GetULEB128(offset_ptr);
61 return m_tag != 0;
65 m_tag = 0;
76 // *ostrm_ptr << std::setfill(' ') << std::dec << '[' << std::setw(3) << std::right << m_code << ']' << ' ' << std::setw(30) << std::left << DW_TAG_value_to_name(m_tag) << DW_CHILDREN_value_to_name(m_has_children) << std::endl;
91 return m_code != 0 && m_tag != 0;
99 m_tag = abbr_decl.Tag();
149 m_tag = abbr_decl.Tag();
H A DDWARFAbbreviationDeclaration.h33 dw_tag_t Tag() const { return m_tag; }
76 dw_tag_t m_tag; member in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h117 m_tag (0)
129 m_tag = 0;
325 return m_tag;
453 m_tag:16; // A copy of the DW_TAG value so we don't have to go through the compile unit abbrev table
H A DDWARFDebugInfoEntry.cpp150 m_tag = abbrevDecl->Tag();
261 m_tag = 0;
304 m_tag = abbrevDecl->Tag();
307 bool isCompileUnitTag = m_tag == DW_TAG_compile_unit;
429 m_tag = 0;
1815 if (m_tag)
1817 if (m_tag == DW_TAG_subprogram)
1854 if (m_tag)
1856 if (m_tag == DW_TAG_subprogram)
2079 if (m_tag)
[all...]
/freebsd-10.2-release/sys/netipsec/
H A Dipsec6.h64 struct m_tag;
67 int skip, int protoff, struct m_tag *mt);
H A Dipsec.h363 struct m_tag;
371 int skip, int protoff, struct m_tag *mt);
H A Dipsec_input.c129 struct m_tag *tag;
295 int skip, int protoff, struct m_tag *mt)
299 struct m_tag *mtag;
597 struct m_tag *mt)
601 struct m_tag *mtag;
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_mtag.h55 struct m_tag *mtag;
/freebsd-10.2-release/sys/kern/
H A Duipc_mbuf2.c306 m_tag_free_default(struct m_tag *t)
316 struct m_tag *
319 struct m_tag *t;
324 t = malloc(len + sizeof(struct m_tag), M_PACKET_TAGS, wait);
334 m_tag_delete(struct mbuf *m, struct m_tag *t)
344 m_tag_delete_chain(struct mbuf *m, struct m_tag *t)
346 struct m_tag *p, *q;
370 struct m_tag *p, *q;
378 struct m_tag *
379 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *
[all...]
/freebsd-10.2-release/sys/netgraph/
H A Dng_ksocket.h102 struct m_tag tag;
H A Dng_ipfw.c230 struct m_tag *tag;
305 struct m_tag *tag;
/freebsd-10.2-release/sys/netinet/
H A Dip_options.h45 struct m_tag tag; /* m_tag */
H A Dip_ipsec.c116 struct m_tag *mtag;
160 struct m_tag *mtag;
232 struct m_tag *mtag;
H A Dip_options.c390 m_tag_free((struct m_tag *)opts);
396 m_tag_prepend(m, (struct m_tag *)opts);
454 m_tag_delete(m0, (struct m_tag *)opts);
H A Dip_encap.c442 struct m_tag *tag;
455 struct m_tag *tag;
H A Dip_divert.c196 struct m_tag *mtag;
315 struct m_tag *mtag;
/freebsd-10.2-release/sys/sys/
H A Dmbuf.h109 struct m_tag { struct
110 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
114 void (*m_tag_free)(struct m_tag *);
124 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
979 * (struct m_tag) that specifies the size of the memory block and a
996 * struct m_tag *mtag = m_tag_alloc(...);
999 * if the alignment of struct m_tag is sufficient for referencing members of
1000 * struct foo. Otherwise it is necessary to embed struct m_tag within the
1004 * struct m_tag tag;
1008 * struct m_tag *mta
[all...]
/freebsd-10.2-release/sys/security/mac/
H A Dmac_net.c95 struct m_tag *tag;
148 mac_mbuf_tag_init(struct m_tag *tag, int flag)
170 struct m_tag *tag;
227 mac_mbuf_tag_destroy(struct m_tag *tag)
242 mac_mbuf_tag_copy(struct m_tag *src, struct m_tag *dest)
H A Dmac_framework.h70 struct m_tag;
189 void mac_mbuf_tag_copy(struct m_tag *, struct m_tag *);
190 void mac_mbuf_tag_destroy(struct m_tag *);
191 int mac_mbuf_tag_init(struct m_tag *, int);
/freebsd-10.2-release/sys/netinet6/
H A Dip6_ipsec.c127 struct m_tag *mtag;
169 struct m_tag *mtag;
227 struct m_tag *mtag;
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c124 struct m_tag *tag;
166 struct m_tag *fwd_tag;
304 struct m_tag *mtag;
407 struct m_tag *tag;
H A Dip_dn_io.c251 struct m_tag *mtag = m_tag_first(m);
640 struct m_tag *tag;
722 struct m_tag *mtag;
828 struct m_tag *tag = m_tag_first(m);
/freebsd-10.2-release/sys/net/
H A Dif_enc.c333 struct m_tag *mtag;
H A Dif_fwsubr.c83 struct m_tag *mtag;
564 struct m_tag *mtag;
/freebsd-10.2-release/sys/dev/firewire/
H A Dif_fwip.c586 struct m_tag *mtag;
761 struct m_tag *mtag;
887 struct m_tag *mtag;

Completed in 309 milliseconds

123