Searched refs:tags (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A DMakefile7 tags \
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp71 tags->flushCollection();
80 tagString = (OSString *)tags->getObject((const OSSymbol *) o);
95 tags->setObject((const OSSymbol *) o, tagString);// XXX check return
107 if (!addString(((OSString *)tags->getObject((const OSSymbol *)o))->getCStringNoCopy()))
150 tags = OSDictionary::withCapacity(32);
151 if (!tags) {
165 tags->release();
166 tags = 0;
233 if (tags)
234 tags
[all...]
H A DOSUnserializeXML.cpp189 OSDictionary *tags; // used to remember "ID" tags member in struct:parser_state
2263 // handle allocation and check for "ID" and "IDREF" tags up front
2500 state->tags->setObject(key, o);
2513 ref = state->tags->getObject(key);
2687 state->tags = OSDictionary::withCapacity(128);
2696 state->tags->release();
H A DOSUnserializeXML.y94 OSDictionary *tags; // used to remember "ID" tags
651 // handle allocation and check for "ID" and "IDREF" tags up front
888 state->tags->setObject(key, o);
901 ref = state->tags->getObject(key);
1075 state->tags = OSDictionary::withCapacity(128);
1084 state->tags->release();
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf2.c429 SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link);
437 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
459 p = SLIST_FIRST(&m->m_pkthdr.tags);
475 p = SLIST_FIRST(&m->m_pkthdr.tags);
518 * tags even if the operation fails. This should not be a problem, as
530 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) {
537 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link);
546 /* Initialize tags on an mbuf. */
550 SLIST_INIT(&m->m_pkthdr.tags);
557 return SLIST_FIRST(&m->m_pkthdr.tags);
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSerialize.h55 OSDictionary *tags; // tags for all objects seen member in class:OSSerialize
/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile36 CLEANFILES+=tags
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DWKdmDecompress.c11 #define GET_NEXT_TAG tags[tagsIndex++]
37 DEBUG_PRINT_2("Unpacked tags word: %.8x\n", temp);
138 WK_word tempTagsArray[300]; /* tags for everything */
173 printf(" first 200 tags are: \n");
226 * as 4 bit values, giving two consecutive tags, and switch on
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmbuf.h133 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
159 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ member in struct:pkthdr
570 tags" to the pkthdr structure. Packet tags are dynamically allocated
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s8086 rlwimi r5,r5,16,16,31 ; Copy quadrupled sub-tags to the right

Completed in 69 milliseconds