Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 25 of 34) sorted by relevance

12

/src/stand/userboot/userboot/
H A Delf64_freebsd.c139 CALLBACK(copyin, stack, 0x1000, sizeof(stack)); in elf64_exec()
140 CALLBACK(copyin, PT4, 0x2000, sizeof(PT4)); in elf64_exec()
141 CALLBACK(copyin, PT3, 0x3000, sizeof(PT3)); in elf64_exec()
142 CALLBACK(copyin, PT2, 0x4000, sizeof(PT2)); in elf64_exec()
143 CALLBACK(setreg, 4, 0x1000); in elf64_exec()
145 CALLBACK(setmsr, MSR_EFER, EFER_LMA | EFER_LME); in elf64_exec()
146 CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE); in elf64_exec()
147 CALLBACK(setcr, 3, 0x2000); in elf64_exec()
148 CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE); in elf64_exec()
151 CALLBACK(copyin, gdt, 0x5000, sizeof(gdt)); in elf64_exec()
[all …]
H A Dhost.c51 return (CALLBACK(open, upath, &f->f_fsdata)); in host_open()
58 CALLBACK(close, f->f_fsdata); in host_close()
71 return (CALLBACK(read, f->f_fsdata, start, size, resid)); in host_read()
78 return (CALLBACK(seek, f->f_fsdata, offset, where)); in host_seek()
85 CALLBACK(stat, f->f_fsdata, sb); in host_stat()
97 rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen, in host_readdir()
H A Delf32_freebsd.c103 CALLBACK(copyin, stack, GUEST_STACK, sizeof(stack)); in elf32_exec()
104 CALLBACK(setreg, 4, (char *)sp - (char *)stack + GUEST_STACK); in elf32_exec()
106 CALLBACK(setgdt, GUEST_GDT, 8 * 4 - 1); in elf32_exec()
108 CALLBACK(exec, entry); in elf32_exec()
H A Dcopy.c35 CALLBACK(copyin, src, va, len); in userboot_copyin()
43 CALLBACK(copyout, va, dst, len); in userboot_copyout()
64 CALLBACK(copyin, buf, va, s); in userboot_readin()
H A Duserboot_cons.c111 CALLBACK(putc, c); in userboot_cons_putchar()
118 return (CALLBACK(getc)); in userboot_cons_getchar()
125 return (CALLBACK(poll)); in userboot_cons_poll()
H A Duserboot_disk.c92 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE, in userdisk_init()
93 &sectorsize) != 0 || CALLBACK(diskioctl, i, in userdisk_init()
218 rc = CALLBACK(diskread, dev->dd.d_unit, off, buf, size, &resid); in userdisk_realstrategy()
221 rc = CALLBACK(diskwrite, dev->dd.d_unit, off, buf, size, in userdisk_realstrategy()
246 return (CALLBACK(diskioctl, dev->dd.d_unit, cmd, data)); in userdisk_ioctl()
H A Dmain.c76 CALLBACK(delay, usec); in delay()
95 CALLBACK(exit, v); in exit()
148 CALLBACK(swap_interpreter, guest_interp); in check_interpreter()
195 var = CALLBACK(getenv, i++); in loader_main()
H A Dbootinfo32.c151 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
165 CALLBACK(copyin, &bi, 0x2000, sizeof(bi)); in bi_load32()
166 CALLBACK(copyin, kernelname, 0x2000 + sizeof(bi), strlen(kernelname) + 1); in bi_load32()
H A Dbiossmap.c46 CALLBACK(getmem, &lowmem, &highmem); in bios_addsmapdata()
H A Dlibuserboot.h33 #define CALLBACK(fn, args...) (callbacks->fn(callbacks_arg , ##args)) macro
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp38 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler()
95 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler()
/src/crypto/krb5/src/windows/leash/
H A DLeashMessageBox.h34 static void CALLBACK MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTime);
H A DLeashMessageBox.cpp64 void CALLBACK CLeashMessageBox::MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTi… in BEGIN_MESSAGE_MAP()
H A DLeashView.h188 static VOID CALLBACK EXPORT TimerProc(HWND hWnd, UINT nMsg, UINT_PTR nIDEvent,
/src/crypto/openssl/crypto/async/arch/
H A Dasync_win.h44 VOID CALLBACK async_start_func_win(PVOID unused);
H A Dasync_win.c69 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
/src/crypto/krb5/src/lib/
H A Dwin_glue.c440 BOOL CALLBACK
454 int CALLBACK __export
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Dspell.ok6 CALLBACK
/src/crypto/krb5/src/windows/leashdll/
H A Dwinutil.c21 CALLBACK
H A Dlsh_pwd.c52 CALLBACK
61 CALLBACK
70 CALLBACK
495 CALLBACK
1233 CALLBACK
1661 CALLBACK
/src/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.h211 void CALLBACK LogonEventHandlerA(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow);
/src/crypto/krb5/src/lib/krb5/os/
H A Dread_pwd.c202 static int CALLBACK
/src/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp285 static LONG CALLBACK
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c185 static BOOL CALLBACK emutls_init(PINIT_ONCE p0, PVOID p1, PVOID *p2) { in emutls_init()

12