HomeSort by: relevance | last modified time | path
    Searched refs:CALLBACK (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/menu/
window.h 49 // Window Procedure callback
50 static LRESULT CALLBACK _wnd_proc(HWND, UINT, WPARAM, LPARAM);
51 // Dialog Procedure callback
52 static BOOL CALLBACK _dlg_proc(HWND, UINT, WPARAM, LPARAM);
window.cpp 35 // Windows CE callback function.
36 LRESULT CALLBACK
62 // Windows CE callback function.
63 BOOL CALLBACK
tabwindow.h 54 static LRESULT CALLBACK
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp 33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) {
82 void CALLBACK AlarmHandler(PVOID, BOOLEAN) {
  /src/common/dist/zlib/contrib/minizip/
ioapi.h 127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
128 #define ZCALLBACK CALLBACK
  /src/sys/arch/i386/i386/
dumpsys.c 410 * dumped; the callback lacks the customary environment-pointer
416 dump_seg_iter(int (*callback)(paddr_t, paddr_t))
420 #define CALLBACK(start,size) do { \
421 error = callback(start,size); \
451 CALLBACK(start, p - start);
455 CALLBACK(start, p - start);
457 CALLBACK(mem_clusters[i].start, mem_clusters[i].size);
460 #undef CALLBACK
  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 383 BOOL CALLBACK MainDlgProc(HWND, UINT, WPARAM, LPARAM);
384 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
637 BOOL CALLBACK DlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
660 BOOL CALLBACK DlgProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
695 BOOL CALLBACK PropDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
907 BOOL CALLBACK FbDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
1230 LRESULT CALLBACK WndProc(HWND hWnd, UINT message,
1261 BOOL CALLBACK MainDlgProc(HWND hWnd, UINT message,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 254 static LONG CALLBACK
308 // For the static runtime (-MT), it's enough to put a callback to
345 // Piggyback on the TLS initialization callback directory to initialize asan as
  /src/sys/arch/amd64/amd64/
machdep.c 879 * dumped; the callback lacks the customary environment-pointer
885 dump_seg_iter(int (*callback)(paddr_t, paddr_t))
889 #define CALLBACK(start,size) do { \
890 error = callback(start,size); \
921 CALLBACK(sp_start, p - sp_start);
925 CALLBACK(sp_start, p - sp_start);
928 CALLBACK(mem_clusters[i].start, mem_clusters[i].size);
931 #undef CALLBACK
1805 * Page 1: BIOS callback (not used yet, for symmetry with i386)

Completed in 17 milliseconds