/linux-3.3/arch/x86/kernel/ |
D | syscall_64.c | 8 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 12 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
D | syscall_32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = sym, argument
|
D | asm-offsets_64.c | 3 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 7 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | asm-offsets_32.c | 6 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
/linux-3.3/arch/x86/ia32/ |
D | syscall_ia32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void compat(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = compat, argument
|
/linux-3.3/arch/x86/um/ |
D | user-offsets.c | 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument 17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument
|
D | sys_call_table_64.c | 38 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 42 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
|
D | sys_call_table_32.c | 36 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 40 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
|
/linux-3.3/drivers/of/ |
D | device.c | 83 const char *compat; in of_device_get_modalias() local 133 const char *compat; in of_device_uevent() local
|
D | fdt.c | 87 unsigned long node, const char *compat) in of_fdt_is_compatible() 111 const char *const *compat) in of_fdt_match() 537 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible() 545 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match()
|
/linux-3.3/arch/sparc/kernel/ |
D | vio.c | 25 const char *type, *compat; in vio_match_device() local 191 const char *type, *compat, *bus_id_name; in vio_create_one() local 388 const char *compat; in vio_init() local
|
/linux-3.3/arch/arm/kernel/ |
D | entry-common.S | 502 #define ABI(native, compat) native argument 640 #define ABI(native, compat) compat argument
|
/linux-3.3/drivers/macintosh/ |
D | macio_sysfs.c | 19 const char *compat; in compatible_show() local
|
/linux-3.3/fs/ |
D | aio.c | 1461 static ssize_t aio_setup_vectored_rw(int type, struct kiocb *kiocb, bool compat) in aio_setup_vectored_rw() 1506 static ssize_t aio_setup_iocb(struct kiocb *kiocb, bool compat) in aio_setup_iocb() 1599 bool compat) in io_submit_one() 1701 struct iocb __user *__user *iocbpp, bool compat) in do_io_submit()
|
/linux-3.3/sound/aoa/soundbus/ |
D | core.c | 63 const char *compat; in soundbus_uevent() local
|
/linux-3.3/fs/jbd2/ |
D | journal.c | 1434 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_used_features() 1469 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_available_features() 1502 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, in jbd2_journal_set_features() 1536 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, in jbd2_journal_clear_features()
|
/linux-3.3/drivers/ide/ |
D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
|
/linux-3.3/include/linux/netfilter/ |
D | xt_set.h | 24 } compat; member
|
/linux-3.3/fs/jbd/ |
D | journal.c | 1300 int journal_check_used_features (journal_t *journal, unsigned long compat, in journal_check_used_features() 1331 int journal_check_available_features (journal_t *journal, unsigned long compat, in journal_check_available_features() 1364 int journal_set_features (journal_t *journal, unsigned long compat, in journal_set_features()
|
/linux-3.3/drivers/input/ |
D | evdev.c | 443 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 471 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 487 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | dhf.h | 196 CFG_RANGE20_STRCT FAR *compat; /* Pointer to the compatibility info records */ member
|
/linux-3.3/net/atm/ |
D | resources.c | 195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) in atm_dev_ioctl()
|
D | ioctl.c | 51 unsigned long arg, int compat) in do_vcc_ioctl()
|
/linux-3.3/arch/x86/vdso/ |
D | vdso32-setup.c | 318 bool compat; in arch_setup_additional_pages() local
|
/linux-3.3/include/linux/ |
D | of.h | 287 const char *compat) in of_find_compatible_node() 344 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
|