OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vi_handler_t
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/development/ndk/platforms/android-9/arch-mips/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
system.h
39
typedef void (*
vi_handler_t
)(void);
typedef
/external/kernel-headers/original/asm-mips/
system.h
205
typedef void (*
vi_handler_t
)(void);
typedef
206
extern void *set_vi_handler(int n,
vi_handler_t
addr);
Completed in 471 milliseconds