Home
last modified time | relevance | path

Searched defs:compat (Results 1 – 25 of 52) sorted by relevance

123

/linux-3.3/arch/x86/kernel/
Dsyscall_64.c8 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument
12 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
Dsyscall_32.c8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument
12 #define __SYSCALL_I386(nr, sym, compat) [nr] = sym, argument
Dasm-offsets_64.c3 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument
7 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
Dasm-offsets_32.c6 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
/linux-3.3/arch/x86/ia32/
Dsyscall_ia32.c8 #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/
Duser-offsets.c12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument
Dsys_call_table_64.c38 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument
42 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
Dsys_call_table_32.c36 #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/
Ddevice.c83 const char *compat; in of_device_get_modalias() local
133 const char *compat; in of_device_uevent() local
Dfdt.c87 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/
Dvio.c25 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/
Dentry-common.S502 #define ABI(native, compat) native argument
640 #define ABI(native, compat) compat argument
/linux-3.3/drivers/macintosh/
Dmacio_sysfs.c19 const char *compat; in compatible_show() local
/linux-3.3/fs/
Daio.c1461 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/
Dcore.c63 const char *compat; in soundbus_uevent() local
/linux-3.3/fs/jbd2/
Djournal.c1434 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/
Dtrm290.c281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
/linux-3.3/include/linux/netfilter/
Dxt_set.h24 } compat; member
/linux-3.3/fs/jbd/
Djournal.c1300 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/
Devdev.c443 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/
Ddhf.h196 CFG_RANGE20_STRCT FAR *compat; /* Pointer to the compatibility info records */ member
/linux-3.3/net/atm/
Dresources.c195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) in atm_dev_ioctl()
Dioctl.c51 unsigned long arg, int compat) in do_vcc_ioctl()
/linux-3.3/arch/x86/vdso/
Dvdso32-setup.c318 bool compat; in arch_setup_additional_pages() local
/linux-3.3/include/linux/
Dof.h287 const char *compat) in of_find_compatible_node()
344 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()

123