Searched refs:md (Results 1 - 17 of 17) sorted by relevance

/xnu-2422.115.4/osfmk/profiling/i386/
H A DMakefile11 profile-md.h profile-md.c profile-asm.s
/xnu-2422.115.4/bsd/netinet6/
H A Dipcomp_output.c91 * m nexthdrp md
95 * m nexthdrp mprev md
104 ipcomp_output(m, nexthdrp, md, af, sav)
107 struct mbuf *md;
156 for (n = md; n; n = n->m_next)
176 md0 = m_copym(md, 0, M_COPYALL, M_NOWAIT);
185 for (mprev = m; mprev && mprev->m_next != md; mprev = mprev->m_next)
187 if (mprev == NULL || mprev->m_next != md) {
188 ipseclog((LOG_DEBUG, "ipcomp%d_output: md is not in chain\n",
197 if ((md
[all...]
H A Dipcomp_core.c168 deflate_common(m, md, lenp, mode)
170 struct mbuf *md;
218 for (mprev = m; mprev && mprev->m_next != md; mprev = mprev->m_next)
221 panic("md is not in m in deflate_common");
244 p = md;
344 m_freem(md);
383 deflate_compress(m, md, lenp)
385 struct mbuf *md;
390 if (!md)
391 panic("md
[all...]
H A Dipcomp_input.c89 struct mbuf *md; local
107 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
108 if (!md) {
115 ipcomp = mtod(md, struct ipcomp *);
150 md->m_data += sizeof(struct ipcomp);
151 md->m_len -= sizeof(struct ipcomp);
249 struct mbuf *m, *md; local
264 md = m_pulldown(m, off, sizeof(*ipcomp), NULL);
265 if (!md) {
272 ipcomp = mtod(md, struc
[all...]
H A Desp_output.c219 * m nexthdrp md
223 * m nexthdrp mprev md
234 esp_output(m, nexthdrp, md, af, sav)
237 struct mbuf *md;
357 for (mprev = m; mprev && mprev->m_next != md; mprev = mprev->m_next)
359 if (mprev == NULL || mprev->m_next != md) {
360 ipseclog((LOG_DEBUG, "esp%d_output: md is not in chain\n",
368 for (n = md; n; n = n->m_next)
392 if ((md = ipsec_copypkt(md))
[all...]
H A Dah_output.c401 ah6_output(m, nexthdrp, md, sav)
404 struct mbuf *md;
427 for (mprev = m; mprev && mprev->m_next != md; mprev = mprev->m_next)
429 if (!mprev || mprev->m_next != md) {
430 ipseclog((LOG_DEBUG, "ah6_output: md is not in chain\n"));
449 mah->m_next = md;
H A Dmld6.c2111 struct mbuf *mh, *md; local
2128 MGET(md, M_DONTWAIT, MT_DATA);
2129 if (md == NULL) {
2135 mh->m_next = md;
2161 md->m_len = sizeof(struct mld_hdr);
2162 mld = mtod(md, struct mld_hdr *);
2659 struct mbuf *m0, *m, *md; local
2858 md = m_last(m);
2859 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2860 md
3040 struct mbuf *m, *m0, *md; local
3426 struct mbuf *md; local
[all...]
/xnu-2422.115.4/osfmk/profiling/machine/
H A DMakefile12 profile-md.h
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h178 #include <profiling/machine/profile-md.h>
312 struct profile_md md; /* machine dependent info */ member in struct:profile_vars
H A Dprofile-kgmon.c64 * Combine _profile_{vars,stats,md}; Allow more than one _profile_vars.
76 #include <profiling/machine/profile-md.h>
/xnu-2422.115.4/iokit/Kernel/
H A DIOLib.cpp464 IOBufferMemoryDescriptor * md; member in struct:_IOMallocContiguousEntry
506 entry->md = bmd;
523 IOMemoryDescriptor * md = NULL; local
537 md = entry->md;
545 if (md)
547 md->release();
H A DIOMemoryDescriptor.cpp1189 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this);
1203 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1221 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
1247 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1289 if (params) OSIncrementAtomic(&md->__iomd_reservedA);
1291 if (md->__iomd_reservedA)
1292 OSDecrementAtomic(&md->__iomd_reservedA);
1323 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1332 err = md->dmaMap(dataP->fMapper, &mapSpec, 0, _length, &dataP->fMappedBase, NULL);
1736 IOMemoryDescriptor *md
[all...]
H A DIODMACommand.cpp51 kWalkSyncIn = 0x01, // bounce -> md
52 kWalkSyncOut = 0x02, // bounce <- md
765 const IOMemoryDescriptor * md = state->fCopyMD; local
766 if (!md) md = fMemory;
767 ret = md->dmaCommandOperation(kIOMDDMAMap | state->fIterateOnly, &mapArgs, sizeof(mapArgs));
H A DIOHibernateIO.cpp248 IOMemoryDescriptorWriteFromPhysical(IOMemoryDescriptor * md, argument
254 remaining = length = min(length, md->getLength() - offset);
259 dstAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone);
286 IOMemoryDescriptorReadToPhysical(IOMemoryDescriptor * md, argument
292 remaining = length = min(length, md->getLength() - offset);
297 srcAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone);
409 IOHibernatePollerOpen(IOPolledFileIOVars * vars, uint32_t state, IOMemoryDescriptor * md) argument
418 err = poller->open(state, md);
1942 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn); local
1943 if (md)
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Digmp.c3015 struct mbuf *m0, *m, *md; local
3196 md = m_last(m);
3198 (mtod(md, uint8_t *) + md->m_len - nbytes);
3200 md = m_getptr(m, 0, &off);
3202 (mtod(md, uint8_t *) + off);
3289 md = m_getptr(m, 0, &off);
3291 (mtod(md, uint8_t *) + off);
3391 struct mbuf *m, *m0, *md; local
3482 md
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dfasttrap.c2257 fasttrap_ioctl(dev_t dev, u_long cmd, user_addr_t arg, int md, cred_t *cr, int *rv) argument
2259 #pragma unused(dev, md, rv)
H A Ddtrace.c17369 dtrace_ioctl(dev_t dev, u_long cmd, intptr_t arg, int md, cred_t *cr, int *rv)
18276 dtrace_ioctl(dev_t dev, u_long cmd, user_addr_t arg, int md, cred_t *cr, int *rv)
18278 #pragma unused(md)

Completed in 165 milliseconds