| /src/stand/userboot/userboot/ |
| H A D | elf64_freebsd.c | 139 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 D | host.c | 51 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 D | elf32_freebsd.c | 103 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 D | copy.c | 35 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 D | userboot_cons.c | 111 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 D | userboot_disk.c | 92 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE, in userdisk_init() 93 §orsize) != 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 D | main.c | 76 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 D | bootinfo32.c | 151 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 D | biossmap.c | 46 CALLBACK(getmem, &lowmem, &highmem); in bios_addsmapdata()
|
| H A D | libuserboot.h | 33 #define CALLBACK(fn, args...) (callbacks->fn(callbacks_arg , ##args)) macro
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilWindows.cpp | 38 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 D | LeashMessageBox.h | 34 static void CALLBACK MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTime);
|
| H A D | LeashMessageBox.cpp | 64 void CALLBACK CLeashMessageBox::MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTi… in BEGIN_MESSAGE_MAP()
|
| H A D | LeashView.h | 188 static VOID CALLBACK EXPORT TimerProc(HWND hWnd, UINT nMsg, UINT_PTR nIDEvent,
|
| /src/crypto/openssl/crypto/async/arch/ |
| H A D | async_win.h | 44 VOID CALLBACK async_start_func_win(PVOID unused);
|
| H A D | async_win.c | 69 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
|
| /src/crypto/krb5/src/lib/ |
| H A D | win_glue.c | 440 BOOL CALLBACK 454 int CALLBACK __export
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/man/ |
| H A D | spell.ok | 6 CALLBACK
|
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | winutil.c | 21 CALLBACK
|
| H A D | lsh_pwd.c | 52 CALLBACK 61 CALLBACK 70 CALLBACK 495 CALLBACK 1233 CALLBACK 1661 CALLBACK
|
| /src/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwlogon.h | 211 void CALLBACK LogonEventHandlerA(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow);
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | read_pwd.c | 202 static int CALLBACK
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 266 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler()
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 285 static LONG CALLBACK
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 185 static BOOL CALLBACK emutls_init(PINIT_ONCE p0, PVOID p1, PVOID *p2) { in emutls_init()
|