Searched refs:tag (Results 51 - 71 of 71) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c513 u_int32_t tag; local
516 * of affinity tag namespace collision.
518 read_random(&tag, sizeof (tag));
519 if (dlil_affinity_set(tp, tag) == KERN_SUCCESS) {
521 inputthread->tag = tag;
554 dlil_affinity_set(struct thread *tp, u_int32_t tag) argument
559 policy.affinity_tag = tag;
872 u_int32_t tag local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSMetaClass.cpp341 void OSMetaClass::taggedRetain(__unused const void *tag) const { }
342 void OSMetaClass::taggedRelease(__unused const void *tag) const { }
343 void OSMetaClass::taggedRelease(__unused const void *tag, __unused const int when) const { } argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h670 #define icmp6_ifstat_inc(ifp, tag) \
675 icmp6_ifstat[(ifp)->if_index]->tag++; \
H A Dip_output.c261 struct m_tag *tag; local
281 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL)) != NULL) {
284 dn_tag = (struct dn_pkt_tag *)(tag+1);
297 m_tag_delete(m0, tag);
302 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DIVERT, NULL)) != NULL) {
305 div_tag = (struct divert_tag *)(tag+1);
308 m_tag_delete(m0, tag);
312 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFORWARD, NULL)) != NULL) {
315 ipfwd_tag = (struct ip_fwd_tag *)(tag+1);
318 m_tag_delete(m0, tag);
[all...]
H A Dip_dummynet.c421 * Return the mbuf tag holding the dummynet state. As an optimization
422 * this is assumed to be the first tag on the list. If this turns out
432 ("packet on dummynet queue w/o dummynet tag!"));
1365 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL); \
1366 if (tag) { \
1367 struct dn_pkt_tag *n = (struct dn_pkt_tag *)(tag+1); \
1373 m_tag_delete(_m, tag); \
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_var.h502 #define in6_ifstat_inc(ifp, tag) \
508 in6_ifstat[_z_index]->tag++; \
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c660 const char *tag; local
687 tag = "READDIRPLUS";
694 tag = "READDIR";
775 nfsm_chain_add_compound_header(error, &nmreq, tag, numops);
1721 const char *tag; local
1736 tag = "symlink";
1740 tag = "mknod";
1748 tag = "mknod";
1751 tag = "mkdir";
1765 nfsm_chain_add_compound_header(error, &nmreq, tag, numop
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp1711 uint32_t tag; local
2011 tag = pageCompressedSize | kIOHibernateTagSignature;
2026 err = IOPolledFileWrite(vars->fileVars, (const uint8_t *) &tag, sizeof(tag), cryptvars);
2313 uint32_t tag; local
2330 err = IOPolledFileRead(vars->fileVars, (uint8_t *) &tag, 4, cryptvars);
2334 compressedSize = kIOHibernateTagLength & tag;
2335 if (kIOHibernateTagSignature != (tag & ~kIOHibernateTagLength))
H A DIOPMrootDomain.cpp157 void taggedRelease(const void *tag, const int when) const;
3265 void PMSettingObject::taggedRelease(const void *tag, const int when) const argument
3272 super::taggedRelease(tag, releaseAtCount);
H A DIOMemoryDescriptor.cpp157 virtual void taggedRelease(const void *tag = 0) const;
1074 void IOMemoryDescriptor::setTag( IOOptionBits tag )
1076 _tag = tag;
2874 void _IOMemoryMap::taggedRelease(const void *tag) const
2877 super::taggedRelease(tag, 2);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c309 thread_setup(int tag) { argument
326 policy.affinity_tag = tag;
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dgenimage.c561 unsigned int tag; local
570 tag = 'RNMp'; // Raw NMage for Panic dialog
578 fwrite(&tag, sizeof(tag), 1, ostream);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstartup64.c279 kprintf("scp->iss32.tag: 0x%08x\n", scp->iss32.tag);
H A Dpcb.c456 assert(hi_iss32->tag == x86_SAVED_STATE32);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c479 strlcpy((char *)hotfileinfo.tag, hfc_tag, sizeof hotfileinfo.tag);
1865 strlcpy((char *)hotfileinfo->tag, hfc_tag,
1866 sizeof hotfileinfo->tag);
H A Dhfs_vnops.c2940 * with a tag (6 bits). The tag is for associating the next request
2944 * Each tag/index pair is tied to a unique directory hint. The hint
2975 unsigned int tag; local
3102 tag = offset & ~HFS_INDEX_MASK;
3123 dirhint = hfs_getdirhint(cp, ((index - 1) & HFS_INDEX_MASK) | tag, 0);
3125 /* Hide tag from catalog layer. */
3157 while (tag == 0)
3158 tag = (++cp->c_dirhinttag) << HFS_INDEX_BITS;
3159 uio_setoffset(uio, (index + 2) | tag);
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMemoryDescriptor.h463 @abstract Set the tag for the memory descriptor.
464 @discussion This method sets the tag for the memory descriptor. Tag bits are not interpreted by IOMemoryDescriptor.
465 @param tag The tag. */
467 virtual void setTag( IOOptionBits tag );
470 @abstract Accessor to the retrieve the tag for the memory descriptor.
471 @discussion This method returns the tag for the memory descriptor. Tag bits are not interpreted by IOMemoryDescriptor.
472 @result The tag. */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s4033 ; also update the pmap sub-tag as well. The sub-tag is a table of 4 bit
4064 lwz r10,pmapSCSubTag(r25) ; Get the first part of the sub-tag lookup table
4065 lwz r11,pmapSCSubTag+4(r25) ; Get the second part of the sub-tag lookup table
4082 slwi r2,r7,2 ; Get index into the segment cache sub-tag index
4084 cmplwi r2,32 ; See if we are in the first or second half of sub-tag
4087 oris r0,r0,0xF000 ; Get the sub-tag mask
4089 srw r0,r0,r2 ; Slide sub-tag mask to right slot (shift work for either half)
4090 srw r5,r30,r2 ; Slide sub-tag to right slot (shift work for either half)
4093 andc r10,r10,r0 ; Clear sub-tag slo
[all...]
H A Dlowmem_vectors.s2605 rlwinm. r0,r21,0,mckL1DTPE,mckL1DTPE ; An L1 tag error?
2689 rldicl. r0,r25,cFIRITagPE0+1,63 ; I-Cache tag parity error?
2693 rldicl. r0,r25,cFIRITagPE1+1,63 ; I-Cache tag parity error?
2707 rldicl. r0,r25,cFIRDTagPE+1,63 ; D-Cache tag PE?
H A Dcswtch.s485 li r4,SAVfloat ; Get floating point tag
1225 li r4,SAVvector ; Get vector tag
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1712 vnode_settag(vnode_t vp, int tag) argument
1714 vp->v_tag = tag;

Completed in 271 milliseconds

123