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

/darwin-on-arm/xnu/SETUP/md/
H A DMakefile10 OBJS = md.o
18 md: $(OBJS)
28 do_build_setup: md
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A DMakefile11 profile-md.h profile-md.c profile-asm.s
H A Dprofile-md.c119 * _profile_print_stats no longer takes profile_{vars,md} pointer arguments.
124 * Combine _profile_{vars,stats,md}; Allow more than one _profile_vars.
148 * Include <profile/profile-internal.h> instead of "profile-md.h".
154 * Rename profile.h -> profile-md.h.
396 pv->md.save_mcount_ptr = _gprof_mcount;
399 pv->md.save_mcount_ptr = _prof_mcount;
402 pv->md.save_mcount_ptr = _dummy_mcount;
438 pv->md.md_size = sizeof(struct profile_md);
439 pv->md.major_version = PROFILE_MAJOR_VERSION;
440 pv->md
[all...]
/darwin-on-arm/xnu/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.c1944 struct mbuf *mh, *md; local
1961 MGET(md, M_DONTWAIT, MT_DATA);
1962 if (md == NULL) {
1968 mh->m_next = md;
1994 md->m_len = sizeof(struct mld_hdr);
1995 mld = mtod(md, struct mld_hdr *);
2471 struct mbuf *m0, *m, *md; local
2668 md = m_last(m);
2669 pmr = (struct mldv2_record *)(mtod(md, uint8_t *) +
2670 md
2851 struct mbuf *m, *m0, *md; local
3231 struct mbuf *md; local
[all...]
/darwin-on-arm/xnu/SETUP/
H A DMakefile13 md
/darwin-on-arm/xnu/osfmk/profiling/machine/
H A DMakefile12 profile-md.h
/darwin-on-arm/xnu/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>
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd172 MD := $(OBJROOT)/SETUP/md/md
296 MD := $(OBJROOT)/SETUP/md/md
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOLib.cpp451 IOBufferMemoryDescriptor * md; member in struct:_IOMallocContiguousEntry
493 entry->md = bmd;
510 IOMemoryDescriptor * md = NULL; local
524 md = entry->md;
532 if (md)
534 md->release();
H A DIOHibernateIO.cpp245 IOMemoryDescriptorWriteFromPhysical(IOMemoryDescriptor * md, argument
251 remaining = length = min(length, md->getLength() - offset);
256 dstAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone);
283 IOMemoryDescriptorReadToPhysical(IOMemoryDescriptor * md, argument
289 remaining = length = min(length, md->getLength() - offset);
294 srcAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone);
406 IOHibernatePollerOpen(IOPolledFileIOVars * vars, uint32_t state, IOMemoryDescriptor * md) argument
415 err = poller->open(state, md);
1894 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn); local
1895 if (md)
[all...]
H A DIOMemoryDescriptor.cpp1181 IOGeneralMemoryDescriptor * md = const_cast<IOGeneralMemoryDescriptor *>(this);
1195 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1216 err = md->dmaMap(data->fMapper, &data->fMapSpec, data->fOffset, data->fLength, &data->fAlloc, &data->fAllocCount);
1241 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1283 if (params) OSIncrementAtomic(&md->__iomd_reservedA);
1285 if (md->__iomd_reservedA)
1286 OSDecrementAtomic(&md->__iomd_reservedA);
1317 && !md->initMemoryEntries(computeDataSize(0, 0), kIOMapperWaitSystem)) return (kIOReturnNoMemory);
1326 err = md->dmaMap(dataP->fMapper, &mapSpec, 0, _length, &dataP->fMappedBase, NULL);
1730 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));
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c2879 struct mbuf *m0, *m, *md; local
3056 md = m_last(m);
3058 (mtod(md, uint8_t *) + md->m_len - nbytes);
3060 md = m_getptr(m, 0, &off);
3062 (mtod(md, uint8_t *) + off);
3145 md = m_getptr(m, 0, &off);
3147 (mtod(md, uint8_t *) + off);
3244 struct mbuf *m, *m0, *md; local
3334 md
[all...]
/darwin-on-arm/xnu/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.c17325 dtrace_ioctl(dev_t dev, u_long cmd, intptr_t arg, int md, cred_t *cr, int *rv)
18231 dtrace_ioctl(dev_t dev, u_long cmd, user_addr_t arg, int md, cred_t *cr, int *rv)
18233 #pragma unused(md)

Completed in 112 milliseconds