Home
last modified time | relevance | path

Searched defs:nap (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Dsel_ldr-inl.h63 static INLINE uintptr_t NaClUserToSysAddr(struct NaClApp *nap, in NaClUserToSysAddr()
71 static INLINE int NaClIsUserAddr(struct NaClApp *nap, in NaClIsUserAddr()
81 static INLINE uintptr_t NaClUserToSysAddrRange(struct NaClApp *nap, in NaClUserToSysAddrRange()
100 static INLINE uintptr_t NaClUserToSys(struct NaClApp *nap, in NaClUserToSys()
111 static INLINE uintptr_t NaClSysToUser(struct NaClApp *nap, in NaClSysToUser()
128 static INLINE uintptr_t NaClUserToSysStackAddr(struct NaClApp *nap, in NaClUserToSysStackAddr()
134 static INLINE uintptr_t NaClSysToUserStackAddr(struct NaClApp *nap, in NaClSysToUserStackAddr()
142 static INLINE uintptr_t NaClUserToSysStackAddr(struct NaClApp *nap, in NaClUserToSysStackAddr()
165 static INLINE uintptr_t NaClEndOfStaticText(struct NaClApp *nap) { in NaClEndOfStaticText()
169 static INLINE uintptr_t NaClSandboxCodeAddr(struct NaClApp *nap, in NaClSandboxCodeAddr()
[all …]
H A Dsel_ldr.c306 int NaClAppCtor(struct NaClApp *nap) { in NaClAppCtor()
514 void NaClAppSetDescMu(struct NaClApp *nap, in NaClAppSetDescMu()
558 void NaClAppSetDesc(struct NaClApp *nap, in NaClAppSetDesc()
592 int NaClAddThread(struct NaClApp *nap, in NaClAddThread()
603 void NaClRemoveThreadMu(struct NaClApp *nap, in NaClRemoveThreadMu()
621 void NaClRemoveThread(struct NaClApp *nap, in NaClRemoveThread()
651 void NaClAddImcHandle(struct NaClApp *nap, in NaClAddImcHandle()
748 void NaClSetInitState(struct NaClApp *nap, in NaClSetInitState()
878 void NaClVmIoWillStart(struct NaClApp *nap, in NaClVmIoWillStart()
889 void NaClVmIoHasEnded(struct NaClApp *nap, in NaClVmIoHasEnded()
[all …]
H A Dsel_ldr_standard.c56 void NaClFillEndOfTextRegion(struct NaClApp *nap) { in NaClFillEndOfTextRegion()
172 void NaClLogAddressSpaceLayout(struct NaClApp *nap) { in NaClLogAddressSpaceLayout()
199 struct NaClApp *nap, in NaClAppLoadFileAslr()
436 struct NaClApp *nap) { in NaClAppLoadFile()
441 struct NaClApp *nap, in NaClAppLoadFileDynamically()
467 int NaClAddrIsValidEntryPt(struct NaClApp *nap, in NaClAddrIsValidEntryPt()
476 int NaClAddrIsValidIrtEntryPt(struct NaClApp *nap, in NaClAddrIsValidIrtEntryPt()
506 uintptr_t NaClGetInitialStackTop(struct NaClApp *nap) { in NaClGetInitialStackTop()
526 int NaClCreateMainThread(struct NaClApp *nap, in NaClCreateMainThread()
753 int NaClWaitForMainThreadToExit(struct NaClApp *nap) { in NaClWaitForMainThreadToExit()
[all …]
H A Dnacl_copy.h95 static INLINE void NaClCopyTakeLock(struct NaClApp *nap) { in NaClCopyTakeLock()
99 static INLINE void NaClCopyDropLock(struct NaClApp *nap) { in NaClCopyDropLock()
105 static INLINE void NaClCopyTakeLock(struct NaClApp *nap) { in NaClCopyTakeLock()
109 static INLINE void NaClCopyDropLock(struct NaClApp *nap) { in NaClCopyDropLock()
H A Dsys_filename.c177 struct NaClApp *nap = natp->nap; in NaClSysMkdir() local
197 struct NaClApp *nap = natp->nap; in NaClSysRmdir() local
217 struct NaClApp *nap = natp->nap; in NaClSysChdir() local
238 struct NaClApp *nap = natp->nap; in NaClSysGetcwd() local
262 struct NaClApp *nap = natp->nap; in NaClSysUnlink() local
284 struct NaClApp *nap = natp->nap; in NaClSysTruncate() local
343 struct NaClApp *nap = natp->nap; in NaClSysLink() local
365 struct NaClApp *nap = natp->nap; in NaClSysRename() local
387 struct NaClApp *nap = natp->nap; in NaClSysSymlink() local
410 struct NaClApp *nap = natp->nap; in NaClSysChmod() local
[all …]
H A Dsys_fdio.c25 struct NaClApp *nap = natp->nap; in NaClSysDup() local
44 struct NaClApp *nap = natp->nap; in NaClSysDup2() local
75 struct NaClApp *nap = natp->nap; in NaClSysClose() local
100 struct NaClApp *nap = natp->nap; in NaClSysIsatty() local
126 struct NaClApp *nap = natp->nap; in NaClSysGetdents() local
212 struct NaClApp *nap = natp->nap; in NaClSysRead() local
282 struct NaClApp *nap = natp->nap; in NaClSysWrite() local
355 struct NaClApp *nap = natp->nap; in NaClSysLseek() local
434 struct NaClApp *nap = natp->nap; in NaClSysFchdir() local
459 struct NaClApp *nap = natp->nap; in NaClSysFchmod() local
[all …]
H A Dnacl_copy.c19 int NaClCopyInFromUser(struct NaClApp *nap, in NaClCopyInFromUser()
36 int NaClCopyInFromUserAndDropLock(struct NaClApp *nap, in NaClCopyInFromUserAndDropLock()
53 int NaClCopyInFromUserZStr(struct NaClApp *nap, in NaClCopyInFromUserZStr()
78 int NaClCopyOutToUser(struct NaClApp *nap, in NaClCopyOutToUser()
H A Dnacl_text.c99 NaClErrorCode NaClMakeDynamicTextShared(struct NaClApp *nap) { in NaClMakeDynamicTextShared()
274 int NaClDynamicRegionCreate(struct NaClApp *nap, in NaClDynamicRegionCreate()
359 int NaClMinimumThreadGeneration(struct NaClApp *nap) { in NaClMinimumThreadGeneration()
454 static void MakeDynamicCodePagesVisible(struct NaClApp *nap, in MakeDynamicCodePagesVisible()
518 static uintptr_t CachedMapWritableText(struct NaClApp *nap, in CachedMapWritableText()
609 static INLINE int NaClTextMapWrapper(struct NaClApp *nap, in NaClTextMapWrapper()
661 int32_t NaClTextDyncodeCreate(struct NaClApp *nap, in NaClTextDyncodeCreate()
771 struct NaClApp *nap = natp->nap; in NaClSysDyncodeCreate() local
809 struct NaClApp *nap = natp->nap; in NaClSysDyncodeModify() local
946 struct NaClApp *nap = natp->nap; in NaClSysDyncodeDelete() local
[all …]
H A Dnacl_syscall_common.c149 struct NaClApp *nap = natp->nap; in NaClSysExit() local
218 struct NaClApp *nap = natp->nap; in NaClSysThreadCreate() local
346 struct NaClApp *nap = natp->nap; in NaClSysMutexUnlock() local
370 struct NaClApp *nap = natp->nap; in NaClSysMutexTrylock() local
421 struct NaClApp *nap = natp->nap; in NaClSysCondWait() local
455 struct NaClApp *nap = natp->nap; in NaClSysCondSignal() local
478 struct NaClApp *nap = natp->nap; in NaClSysCondBroadcast() local
572 struct NaClApp *nap = natp->nap; in NaClSysSemWait() local
602 struct NaClApp *nap = natp->nap; in NaClSysSemPost() local
626 struct NaClApp *nap = natp->nap; in NaClSysSemGetValue() local
[all …]
H A Dsys_imc.c29 struct NaClApp *nap = natp->nap; in NaClSysImcMakeBoundSock() local
77 struct NaClApp *nap = natp->nap; in NaClSysImcAccept() local
102 struct NaClApp *nap = natp->nap; in NaClSysImcConnect() local
139 struct NaClApp *nap = natp->nap; in NaClSysImcSendmsg() local
310 struct NaClApp *nap = natp->nap; in NaClSysImcRecvmsg() local
508 struct NaClApp *nap = natp->nap; in NaClSysImcMemObjCreate() local
559 struct NaClApp *nap = natp->nap; in NaClSysImcSocketPair() local
H A Dsys_memory.c50 struct NaClApp *nap = natp->nap; in NaClSysBrk() local
204 int NaClSysCommonAddrRangeContainsExecutablePages(struct NaClApp *nap, in NaClSysCommonAddrRangeContainsExecutablePages()
245 int32_t NaClSysMmapIntern(struct NaClApp *nap, in NaClSysMmapIntern()
954 struct NaClApp *nap = natp->nap; in NaClSysMmap() local
971 static int32_t MunmapInternal(struct NaClApp *nap, in MunmapInternal()
1034 static int32_t MunmapInternal(struct NaClApp *nap, in MunmapInternal()
1063 struct NaClApp *nap = natp->nap; in NaClSysMunmap() local
1139 static int32_t MprotectInternal(struct NaClApp *nap, in MprotectInternal()
1232 static int32_t MprotectInternal(struct NaClApp *nap, in MprotectInternal()
1296 int32_t NaClSysMprotectInternal(struct NaClApp *nap, in NaClSysMprotectInternal()
[all …]
H A Dsel_validate_image.c32 int NaClValidateCode(struct NaClApp *nap, uintptr_t guest_addr, in NaClValidateCode()
87 int NaClValidateCodeReplacement(struct NaClApp *nap, uintptr_t guest_addr, in NaClValidateCodeReplacement()
101 int NaClCopyCode(struct NaClApp *nap, uintptr_t guest_addr, in NaClCopyCode()
122 NaClErrorCode NaClValidateImage(struct NaClApp *nap) { in NaClValidateImage()
H A Dsel_addrspace.c25 NaClErrorCode NaClAllocAddrSpaceAslr(struct NaClApp *nap, in NaClAllocAddrSpaceAslr()
105 NaClErrorCode NaClAllocAddrSpace(struct NaClApp *nap) { in NaClAllocAddrSpace()
113 NaClErrorCode NaClMemoryProtection(struct NaClApp *nap) { in NaClMemoryProtection()
H A Dthread_suspension_common.c19 void NaClUntrustedThreadsSuspendAll(struct NaClApp *nap, int save_registers) { in NaClUntrustedThreadsSuspendAll()
39 void NaClUntrustedThreadsResumeAll(struct NaClApp *nap) { in NaClUntrustedThreadsResumeAll()
97 int NaClFaultedThreadQueueEnable(struct NaClApp *nap) { in NaClFaultedThreadQueueEnable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/generic/
H A Dvm_hole.c10 void NaClVmHoleWaitToStartThread(struct NaClApp *nap) { in NaClVmHoleWaitToStartThread()
14 void NaClVmHoleThreadStackIsSafe(struct NaClApp *nap) { in NaClVmHoleThreadStackIsSafe()
18 void NaClVmHoleOpeningMu(struct NaClApp *nap) { in NaClVmHoleOpeningMu()
22 void NaClVmHoleClosingMu(struct NaClApp *nap) { in NaClVmHoleClosingMu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Dvm_hole.c12 void NaClVmHoleWaitToStartThread(struct NaClApp *nap) { in NaClVmHoleWaitToStartThread()
30 void NaClVmHoleThreadStackIsSafe(struct NaClApp *nap) { in NaClVmHoleThreadStackIsSafe()
52 void NaClVmHoleOpeningMu(struct NaClApp *nap) { in NaClVmHoleOpeningMu()
75 void NaClVmHoleClosingMu(struct NaClApp *nap) { in NaClVmHoleClosingMu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/faulted_thread_queue/
H A Dfaultqueue_test_host.c49 void WaitForThreadToFault(struct NaClApp *nap) { in WaitForThreadToFault()
62 struct NaClAppThread *GetOnlyThread(struct NaClApp *nap) { in GetOnlyThread()
82 static void WaitForThreadToExitFully(struct NaClApp *nap) { in WaitForThreadToExitFully()
92 struct NaClApp *nap) { in StartGuestWithSharedMemory()
123 struct NaClApp *nap = natp->nap; in TestSingleStepping() local
184 void TestReceivingFault(struct NaClApp *nap) { in TestReceivingFault()
239 void TestGettingRegistersInMacSwitchRemainingRegs(struct NaClApp *nap) { in TestGettingRegistersInMacSwitchRemainingRegs()
283 struct NaClApp *nap = &app; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/x86_32/
H A Dsel_ldr_x86_32.c23 int NaClMakePcrelThunk(struct NaClApp *nap, enum NaClAslrMode aslr_mode) { in NaClMakePcrelThunk()
114 void NaClPatchOneTrampoline(struct NaClApp *nap, in NaClPatchOneTrampoline()
147 void NaClFillTrampolineRegion(struct NaClApp *nap) { in NaClFillTrampolineRegion()
157 static void LoadSpringboard(struct NaClApp *nap, in LoadSpringboard()
178 void NaClLoadSpringboard(struct NaClApp *nap) { in NaClLoadSpringboard()
H A Dnacl_app_32.c24 static uint16_t NaClAllocateSegmentForCodeRegion(struct NaClApp *nap) { in NaClAllocateSegmentForCodeRegion()
64 static uint16_t NaClAllocateSegmentForDataRegion(struct NaClApp *nap) { in NaClAllocateSegmentForDataRegion()
91 NaClErrorCode NaClAppPrepareToLaunch(struct NaClApp *nap) { in NaClAppPrepareToLaunch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/thread_suspension/
H A Dsuspend_test_host.c41 static struct NaClAppThread *GetOnlyThread(struct NaClApp *nap) { in GetOnlyThread()
61 static void WaitForThreadToExitFully(struct NaClApp *nap) { in WaitForThreadToExitFully()
71 struct NaClApp *nap, char *test_name) { in StartGuestWithSharedMemory()
110 static void TrySuspendingMutatorThread(struct NaClApp *nap) { in TrySuspendingMutatorThread()
217 static void TrySuspendingSyscallInvokerThread(struct NaClApp *nap, in TrySuspendingSyscallInvokerThread()
255 static void TestGettingRegisterSnapshot(struct NaClApp *nap) { in TestGettingRegisterSnapshot()
394 static void TestGettingRegisterSnapshotInSyscall(struct NaClApp *nap) { in TestGettingRegisterSnapshotInSyscall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/arm/
H A Dsel_ldr_arm.c22 void NaClPatchOneTrampoline(struct NaClApp *nap, in NaClPatchOneTrampoline()
49 void NaClFillTrampolineRegion(struct NaClApp *nap) { in NaClFillTrampolineRegion()
55 void NaClLoadSpringboard(struct NaClApp *nap) { in NaClLoadSpringboard()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/x86_64/
H A Dsel_ldr_x86_64.c27 int NaClMakeDispatchAddrs(struct NaClApp *nap) { in NaClMakeDispatchAddrs()
129 void NaClPatchOneTrampoline(struct NaClApp *nap, uintptr_t target_addr) { in NaClPatchOneTrampoline()
140 void NaClFillTrampolineRegion(struct NaClApp *nap) { in NaClFillTrampolineRegion()
146 void NaClLoadSpringboard(struct NaClApp *nap) { in NaClLoadSpringboard()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/mips/
H A Dsel_ldr_mips.c26 void NaClPatchOneTrampoline(struct NaClApp *nap, in NaClPatchOneTrampoline()
88 void NaClFillTrampolineRegion(struct NaClApp *nap) { in NaClFillTrampolineRegion()
93 void NaClLoadSpringboard(struct NaClApp *nap) { in NaClLoadSpringboard()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dsleep.h56 nanosleep_sleep(sendpacket_t *sp _U_, const struct timespec *nap, in nanosleep_sleep()
76 gettimeofday_sleep(sendpacket_t *sp _U_, struct timespec *nap, in gettimeofday_sleep()
118 select_sleep(sendpacket_t *sp _U_, const struct timespec *nap, in select_sleep()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/ALPN/
H A DMyX509ExtendedKeyManager.java59 String nap = ((SSLSocket) socket).getHandshakeApplicationProtocol(); in chooseClientAlias() local
73 String nap = ((SSLSocket) socket).getHandshakeApplicationProtocol(); in chooseServerAlias() local
92 String nap = engine.getHandshakeApplicationProtocol(); in chooseEngineClientAlias() local
101 String nap = engine.getHandshakeApplicationProtocol(); in chooseEngineServerAlias() local

12345678910>>...50