Symbol: CALLBACK
crypto/krb5/src/lib/krb5/os/read_pwd.c
202
static int CALLBACK
crypto/krb5/src/lib/win_glue.c
440
BOOL CALLBACK
crypto/krb5/src/lib/win_glue.c
454
int CALLBACK __export
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
573
void CALLBACK
crypto/krb5/src/windows/kfwlogon/kfwlogon.h
211
void CALLBACK LogonEventHandlerA(HWND hwnd, HINSTANCE hinst, LPSTR lpszCmdLine, int nCmdShow);
crypto/krb5/src/windows/leash/LeashMessageBox.cpp
64
void CALLBACK CLeashMessageBox::MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTime)
crypto/krb5/src/windows/leash/LeashMessageBox.h
34
static void CALLBACK MessageBoxTimer(HWND hwnd, UINT uiMsg, UINT_PTR idEvent, DWORD dwTime);
crypto/krb5/src/windows/leash/LeashView.cpp
490
VOID CALLBACK EXPORT CLeashView::TimerProc(HWND hWnd, UINT nMsg,
crypto/krb5/src/windows/leash/LeashView.h
188
static VOID CALLBACK EXPORT TimerProc(HWND hWnd, UINT nMsg, UINT_PTR nIDEvent,
crypto/krb5/src/windows/leashdll/krb5routines.c
506
static BOOL CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1233
CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
1661
CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
495
CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
52
CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
61
CALLBACK
crypto/krb5/src/windows/leashdll/lsh_pwd.c
70
CALLBACK
crypto/krb5/src/windows/leashdll/winutil.c
21
CALLBACK
crypto/openssl/crypto/async/arch/async_win.c
69
VOID CALLBACK async_start_func_win(PVOID unused)
crypto/openssl/crypto/async/arch/async_win.h
44
VOID CALLBACK async_start_func_win(PVOID unused);
stand/userboot/userboot/biossmap.c
46
CALLBACK(getmem, &lowmem, &highmem);
stand/userboot/userboot/bootinfo32.c
151
CALLBACK(getmem, &lowmem, &highmem);
stand/userboot/userboot/bootinfo32.c
165
CALLBACK(copyin, &bi, 0x2000, sizeof(bi));
stand/userboot/userboot/bootinfo32.c
166
CALLBACK(copyin, kernelname, 0x2000 + sizeof(bi), strlen(kernelname) + 1);
stand/userboot/userboot/copy.c
35
CALLBACK(copyin, src, va, len);
stand/userboot/userboot/copy.c
43
CALLBACK(copyout, va, dst, len);
stand/userboot/userboot/copy.c
64
CALLBACK(copyin, buf, va, s);
stand/userboot/userboot/elf32_freebsd.c
103
CALLBACK(copyin, stack, GUEST_STACK, sizeof(stack));
stand/userboot/userboot/elf32_freebsd.c
104
CALLBACK(setreg, 4, (char *)sp - (char *)stack + GUEST_STACK);
stand/userboot/userboot/elf32_freebsd.c
106
CALLBACK(setgdt, GUEST_GDT, 8 * 4 - 1);
stand/userboot/userboot/elf32_freebsd.c
108
CALLBACK(exec, entry);
stand/userboot/userboot/elf64_freebsd.c
139
CALLBACK(copyin, stack, 0x1000, sizeof(stack));
stand/userboot/userboot/elf64_freebsd.c
140
CALLBACK(copyin, PT4, 0x2000, sizeof(PT4));
stand/userboot/userboot/elf64_freebsd.c
141
CALLBACK(copyin, PT3, 0x3000, sizeof(PT3));
stand/userboot/userboot/elf64_freebsd.c
142
CALLBACK(copyin, PT2, 0x4000, sizeof(PT2));
stand/userboot/userboot/elf64_freebsd.c
143
CALLBACK(setreg, 4, 0x1000);
stand/userboot/userboot/elf64_freebsd.c
145
CALLBACK(setmsr, MSR_EFER, EFER_LMA | EFER_LME);
stand/userboot/userboot/elf64_freebsd.c
146
CALLBACK(setcr, 4, CR4_PAE | CR4_VMXE);
stand/userboot/userboot/elf64_freebsd.c
147
CALLBACK(setcr, 3, 0x2000);
stand/userboot/userboot/elf64_freebsd.c
148
CALLBACK(setcr, 0, CR0_PG | CR0_PE | CR0_NE);
stand/userboot/userboot/elf64_freebsd.c
151
CALLBACK(copyin, gdt, 0x5000, sizeof(gdt));
stand/userboot/userboot/elf64_freebsd.c
152
CALLBACK(setgdt, 0x5000, sizeof(gdt));
stand/userboot/userboot/elf64_freebsd.c
154
CALLBACK(exec, ehdr->e_entry);
stand/userboot/userboot/host.c
51
return (CALLBACK(open, upath, &f->f_fsdata));
stand/userboot/userboot/host.c
58
CALLBACK(close, f->f_fsdata);
stand/userboot/userboot/host.c
71
return (CALLBACK(read, f->f_fsdata, start, size, resid));
stand/userboot/userboot/host.c
78
return (CALLBACK(seek, f->f_fsdata, offset, where));
stand/userboot/userboot/host.c
85
CALLBACK(stat, f->f_fsdata, sb);
stand/userboot/userboot/host.c
97
rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen,
stand/userboot/userboot/main.c
148
CALLBACK(swap_interpreter, guest_interp);
stand/userboot/userboot/main.c
195
var = CALLBACK(getenv, i++);
stand/userboot/userboot/main.c
76
CALLBACK(delay, usec);
stand/userboot/userboot/main.c
95
CALLBACK(exit, v);
stand/userboot/userboot/userboot_cons.c
111
CALLBACK(putc, c);
stand/userboot/userboot/userboot_cons.c
118
return (CALLBACK(getc));
stand/userboot/userboot/userboot_cons.c
125
return (CALLBACK(poll));
stand/userboot/userboot/userboot_disk.c
218
rc = CALLBACK(diskread, dev->dd.d_unit, off, buf, size, &resid);
stand/userboot/userboot/userboot_disk.c
221
rc = CALLBACK(diskwrite, dev->dd.d_unit, off, buf, size,
stand/userboot/userboot/userboot_disk.c
246
return (CALLBACK(diskioctl, dev->dd.d_unit, cmd, data));
stand/userboot/userboot/userboot_disk.c
92
if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE,
stand/userboot/userboot/userboot_disk.c
93
&sectorsize) != 0 || CALLBACK(diskioctl, i,