Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Din6_cga.c100 VERIFY(prepare != NULL); in in6_cga_is_prepare_valid()
103 if (prepare->cga_security_level == 0) { in in6_cga_is_prepare_valid()
107 if (prepare->cga_security_level > 7) { in in6_cga_is_prepare_valid()
119 n = 2 * (u_int) prepare->cga_security_level; in in6_cga_is_prepare_valid()
162 VERIFY(prepare != NULL); in in6_cga_generate_iid()
163 VERIFY(prepare->cga_security_level < 8); in in6_cga_generate_iid()
240 prepare = &cfg->cga_prepare; in in6_cga_start()
246 in6_cga.cga_prepare = *prepare; in in6_cga_start()
310 if (prepare == NULL) { in in6_cga_generate()
311 prepare = &in6_cga.cga_prepare; in in6_cga_generate()
[all …]
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp198 ret = bmd->prepare((IODirection) dir); in IODMACommandForceDoubleBufferTest()
289 kr = md->prepare(kIODirectionOutIn); in IODMACommandLocalMappedNonContig()
368 ret = md->prepare(kIODirectionOutIn); in IOMemoryRemoteTest()
428 kr = bmd->prepare(); in IOMemoryPrefaultTest()
494 md->prepare(); in ZeroLengthTest()
526 bmd->prepare((IODirection)(kIODirectionIn | kIODirectionPrepareNoZeroFill)); in IODirectionPrepareNoZeroFillTest()
527 bmd->prepare(kIODirectionIn); in IODirectionPrepareNoZeroFillTest()
628 bmd->prepare(); in AllocationNameTest()
859 ret = md->prepare(); in IOMemoryDescriptorTest()
905 ret = md1->prepare(); in IOMemoryDescriptorTest()
[all …]
/xnu-11215/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp172 IOSubMemoryDescriptor::prepare( in prepare() function in IOSubMemoryDescriptor
177 err = _parent->prepare( forDirection); in prepare()
H A DIOInterleavedMemoryDescriptor.cpp186 IOInterleavedMemoryDescriptor::prepare(IODirection forDirection) in prepare() function in IOInterleavedMemoryDescriptor
205 status = _descriptors[index]->prepare(forDirection); in prepare()
H A DIOMultiMemoryDescriptor.cpp172 IOMultiMemoryDescriptor::prepare(IODirection forDirection) in prepare() function in IOMultiMemoryDescriptor
191 status = _descriptors[index]->prepare(forDirection); in prepare()
H A DIODMACommand.cpp444 err = prepare(); in setMemoryDescriptor()
801 ret = prepare(offset, length, flushCache, synchronize); in prepareWithSpecification()
836 IODMACommand::prepare(UInt64 offset, UInt64 length, bool flushCache, bool synchronize) in prepare() function in IODMACommand
1161 …ret = prepare(state->fPreparedOffset, state->fPreparedLength, false /* flushCache */, true /* sync… in synchronize()
H A DIOMemoryDescriptor.cpp2339 && prepare() != kIOReturnSuccess) { in initWithOptions()
2521 if (prepare() == kIOReturnSuccess) { in getSourceSegment()
4665 IOGeneralMemoryDescriptor::prepare(IODirection forDirection) in prepare() function in IOGeneralMemoryDescriptor
H A DIOHibernateIO.cpp1134 if (vars->previewBuffer && (kIOReturnSuccess != vars->previewBuffer->prepare())) { in IOHibernateSystemHasSlept()
H A DIOUserServer.cpp1051 ret = memory->prepare(); in PrepareForDMA_Impl()
1062 ret = prepare(offset, length); in PrepareForDMA_Impl()
/xnu-11215/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h112 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIOMultiMemoryDescriptor.h100 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIOSubMemoryDescriptor.h85 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIODMACommand.h340 …virtual IOReturn prepare(UInt64 offset = 0, UInt64 length = 0, bool flushCache = true, bool synchr…
H A DIOMemoryDescriptor.h729 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) = 0;
1248 virtual IOReturn prepare(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1635 return mb->prepare(); in IOSKMemoryWire()