/linux-3.3/crypto/ |
D | twofish_generic.c | 67 #define ENCROUND(n, a, b, c, d) \ argument 74 #define DECROUND(n, a, b, c, d) \ argument 116 u32 a, b, c, d; in twofish_encrypt() local 153 u32 a, b, c, d; in twofish_decrypt() local
|
/linux-3.3/arch/m68k/atari/ |
D | debug.c | 35 static inline void ata_mfp_out(char c) in ata_mfp_out() 52 static inline void ata_scc_out(char c) in ata_scc_out() 71 static inline void ata_midi_out(char c) in ata_midi_out() 88 static int ata_par_out(char c) in ata_par_out()
|
/linux-3.3/arch/m68k/include/asm/ |
D | nubus.h | 14 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 15 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 16 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
D | zorro.h | 14 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 15 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 16 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 90 # define Tracec(c, x) do { \ argument 94 # define Tracecv(c, x) do { \ argument 103 # define Tracec(c, x) argument 104 # define Tracecv(c, x) argument 173 void *memset(void *s, int c, size_t n) in memset() 201 ulg c = crc; /* temporary variable */ in flush_window() local
|
/linux-3.3/drivers/block/ |
D | cpqarray.c | 236 cmdlist_t *c; in ida_proc_show() local 313 static void release_io_mem(ctlr_info_t *c) in release_io_mem() 605 static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev) in cpqarray_pci_init() 874 static inline void addQ(cmdlist_t **Qptr, cmdlist_t *c) in addQ() 887 static inline cmdlist_t *removeQ(cmdlist_t **Qptr, cmdlist_t *c) in removeQ() 909 cmdlist_t *c; in do_ida_request() local 979 cmdlist_t *c; in start_io() local 1048 cmdlist_t *c; in do_ida_intr() local 1238 cmdlist_t *c; in ida_ctlr_ioctl() local 1363 cmdlist_t * c; in cmd_alloc() local [all …]
|
/linux-3.3/arch/microblaze/lib/ |
D | memset.c | 35 void *memset(void *v_src, int c, __kernel_size_t n) in memset() 49 void *memset(void *v_src, int c, __kernel_size_t n) in memset()
|
/linux-3.3/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 78 #define encrypt_round(a,b,c,d,round)\ argument 114 #define encrypt_last_round(a,b,c,d,round)\ argument 151 #define decrypt_round(a,b,c,d,round)\ argument 187 #define decrypt_last_round(a,b,c,d,round)\ argument
|
D | twofish-i586-asm_32.S | 79 #define encrypt_round(a,b,c,d,round)\ argument 117 #define encrypt_last_round(a,b,c,d,round)\ argument 154 #define decrypt_round(a,b,c,d,round)\ argument 192 #define decrypt_last_round(a,b,c,d,round)\ argument
|
/linux-3.3/fs/jffs2/ |
D | file.c | 33 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_fsync() local 84 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_readpage_nolock() local 151 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_begin() local 243 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_write_end() local
|
/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nouveau_grctx.h | 90 #define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 92 #define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n) argument 93 #define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0) argument 101 #define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument 108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) argument
|
/linux-3.3/arch/powerpc/kernel/ |
D | udbg.c | 91 char c; in udbg_puts() local 111 char c; in udbg_write() local 131 int i, c; in udbg_read() local
|
/linux-3.3/arch/m68k/sun3/prom/ |
D | console.c | 35 prom_nbputchar(char c) in prom_nbputchar() 57 prom_putchar(char c) in prom_putchar()
|
/linux-3.3/drivers/usb/gadget/ |
D | composite.c | 355 struct usb_config_descriptor *c = buf; in config_buf() local 415 struct usb_configuration *c; in config_desc() local 460 struct usb_configuration *c; in count_configs() local 593 struct usb_configuration *c = NULL; in set_config() local 715 struct usb_configuration *c; in usb_add_config() local 828 struct usb_configuration *c; in get_string() local 993 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n() 1256 struct usb_configuration *c; in composite_setup() local 1330 struct usb_configuration *c; in composite_unbind() local
|
/linux-3.3/drivers/macintosh/ |
D | ans-lcd.c | 33 anslcd_write_byte_ctrl ( unsigned char c ) in anslcd_write_byte_ctrl() 49 anslcd_write_byte_data ( unsigned char c ) in anslcd_write_byte_data() 72 char c; in anslcd_write() local
|
/linux-3.3/arch/arm/mach-davinci/ |
D | board-dm644x-evm.c | 299 evm_led_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_led_setup() 326 evm_led_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_led_teardown() 358 evm_u18_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u18_setup() 388 evm_u18_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u18_teardown() 412 evm_u35_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u35_setup() 448 evm_u35_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c) in evm_u35_teardown()
|
/linux-3.3/drivers/parisc/ |
D | eisa_enumerator.c | 85 u_int8_t c; in configure_memory() local 123 u_int8_t c; in configure_irq() local 154 u_int8_t c; in configure_dma() local 176 u_int8_t c; in configure_port() local 217 u_int8_t c; in configure_port_init() local
|
/linux-3.3/arch/cris/arch-v10/kernel/ |
D | traps.c | 77 unsigned char c; in show_registers() local 118 unsigned char c; in handle_BUG() local
|
/linux-3.3/arch/x86/math-emu/ |
D | reg_compare.c | 171 int f = 0, c; in FPU_compare_st_data() local 208 int f = 0, c; in compare_st_st() local 254 int f = 0, c; in compare_u_st_st() local
|
/linux-3.3/arch/powerpc/xmon/ |
D | spu-insns.h | 129 #define _A3(a,b,c) {3,a,b,c} argument 130 #define _A4(a,b,c,d) {4,a,b,c,d} argument
|
/linux-3.3/drivers/zorro/ |
D | gen-devlist.c | 17 pq(FILE *f, const char *c) in pq() 31 char line[1024], *c, *bra, manuf[8]; in main() local
|
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 577 unsigned int i, c, left, val, offset = addr & 0xff; in t4_write_flash() local 823 struct fw_port_cmd c; in t4_link_start() local 860 struct fw_port_cmd c; in t4_restart_aneg() local 1632 struct fw_rss_glb_config_cmd c; in t4_config_glbl_rss() local 2004 struct fw_ldst_cmd c; in t4_mdio_rd() local 2034 struct fw_ldst_cmd c; in t4_mdio_wr() local 2062 struct fw_hello_cmd c; in t4_fw_hello() local 2093 struct fw_bye_cmd c; in t4_fw_bye() local 2109 struct fw_initialize_cmd c; in t4_early_init() local 2125 struct fw_reset_cmd c; in t4_fw_reset() local [all …]
|
/linux-3.3/fs/cifs/ |
D | cifs_debug.c | 255 char c; in cifs_stats_proc_write() local 487 char c; in cifsFYI_proc_write() local 526 char c; in cifs_oplock_proc_write() local 566 char c; in cifs_linux_ext_proc_write() local 603 char c; in cifs_lookup_cache_proc_write() local 640 char c; in traceSMB_proc_write() local 677 char c; in cifs_multiuser_mount_proc_write() local 725 char c; in cifs_security_flags_proc_write() local
|
/linux-3.3/arch/x86/kvm/ |
D | i8254.c | 54 static u64 muldiv64(u64 a, u32 b, u32 c) in muldiv64() 75 struct kvm_kpit_channel_state *c = in pit_set_gate() local 131 static s64 kpit_elapsed(struct kvm *kvm, struct kvm_kpit_channel_state *c, in kpit_elapsed() 142 struct kvm_kpit_channel_state *c = in pit_get_count() local 172 struct kvm_kpit_channel_state *c = in pit_get_out() local 207 struct kvm_kpit_channel_state *c = in pit_latch_count() local 220 struct kvm_kpit_channel_state *c = in pit_latch_status() local 631 struct kvm_kpit_channel_state *c; in kvm_pit_reset() local
|
/linux-3.3/arch/sh/include/asm/ |
D | io.h | 38 #define readb_relaxed(c) ({ u8 __v = __raw_readb(c); __v; }) argument 39 #define readw_relaxed(c) ({ u16 __v = le16_to_cpu((__force __le16) \ argument 41 #define readl_relaxed(c) ({ u32 __v = le32_to_cpu((__force __le32) \ argument 43 #define readq_relaxed(c) ({ u64 __v = le64_to_cpu((__force __le64) \ argument 46 #define writeb_relaxed(v,c) ((void)__raw_writeb(v,c)) argument 47 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16) \ argument 49 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32) \ argument 51 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64) \ argument
|