Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/linux-2.4.37.9/include/asm-alpha/
Dcore_mcpcia.h75 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
86 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
87 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
88 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
89 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
98 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
[all …]
Dbitops.h27 int *m = ((int *) addr) + (nr >> 5); in set_bit() local
47 int *m = ((int *) addr) + (nr >> 5); in __set_bit() local
59 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
79 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local
88 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
107 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local
136 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local
148 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local
177 int *m = ((int *) addr) + (nr >> 5); in __test_and_clear_bit() local
191 int *m = ((int *) addr) + (nr >> 5); in __test_and_change_bit() local
[all …]
/linux-2.4.37.9/drivers/isdn/act2000/
Dcapi.c137 actcapi_msg *m; in actcapi_listen_req() local
159 actcapi_msg *m; in actcapi_connect_req() local
185 actcapi_msg *m; in actcapi_connect_b3_req() local
204 actcapi_msg *m; in actcapi_manufacturer_req_net() local
231 actcapi_msg *m; in actcapi_manufacturer_req_v42() local
253 actcapi_msg *m; in actcapi_manufacturer_req_errh() local
275 actcapi_msg *m; in actcapi_manufacturer_req_msn() local
304 actcapi_msg *m; in actcapi_select_b2_protocol_req() local
339 actcapi_msg *m; in actcapi_select_b3_protocol_req() local
360 actcapi_msg *m; in actcapi_listen_b3_req() local
[all …]
/linux-2.4.37.9/include/asm-ia64/
Dbitops.h34 volatile __u32 *m; in set_bit() local
37 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
81 volatile __u32 *m; in clear_bit() local
84 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
106 volatile __u32 *m; in change_bit() local
109 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local
145 volatile __u32 *m; in test_and_set_bit() local
148 m = (volatile __u32 *) addr + (nr >> 5); in test_and_set_bit() local
171 __u32 m = 1 << (nr & 31); in __test_and_set_bit() local
190 volatile __u32 *m; in test_and_clear_bit() local
[all …]
/linux-2.4.37.9/include/linux/
Dstat.h24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
25 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
27 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
29 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
30 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/linux-2.4.37.9/arch/mips/kernel/
Dproc.c84 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/mips64/kernel/
Dproc.c84 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/crypto/
Dproc.c24 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
36 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
46 static void c_stop(struct seq_file *m, void *p) in c_stop()
51 static int c_show(struct seq_file *m, void *p) in c_show()
/linux-2.4.37.9/arch/x86_64/kernel/
Dmpparse.c91 static void __init MP_processor_info (struct mpc_config_processor *m) in MP_processor_info()
151 static void __init MP_bus_info (struct mpc_config_bus *m) in MP_bus_info()
180 static void __init MP_ioapic_info (struct mpc_config_ioapic *m) in MP_ioapic_info()
201 static void __init MP_intsrc_info (struct mpc_config_intsrc *m) in MP_intsrc_info()
213 static void __init MP_lintsrc_info (struct mpc_config_lintsrc *m) in MP_lintsrc_info()
290 struct mpc_config_processor *m= in smp_read_mpc() local
301 struct mpc_config_bus *m= in smp_read_mpc() local
310 struct mpc_config_ioapic *m= in smp_read_mpc() local
319 struct mpc_config_intsrc *m= in smp_read_mpc() local
329 struct mpc_config_lintsrc *m= in smp_read_mpc() local
/linux-2.4.37.9/fs/
Dseq_file.c48 struct seq_file *m = (struct seq_file *)file->private_data; in seq_read() local
147 static int traverse(struct seq_file *m, loff_t offset) in traverse()
203 struct seq_file *m = (struct seq_file *)file->private_data; in seq_lseek() local
241 struct seq_file *m = (struct seq_file *)file->private_data; in seq_release() local
257 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
282 int seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
300 int seq_path(struct seq_file *m, in seq_path()
/linux-2.4.37.9/arch/mips/math-emu/
Dieee754sp.h49 #define SPDNORMx(m,e) \ argument
54 static __inline ieee754sp buildsp(int s, int bx, unsigned m) in buildsp()
80 #define SPNORMRET2(s,e,m,name,a0,a1) \ argument
89 #define SPNORMRET1(s,e,m,name,a0) SPNORMRET2(s,e,m,name,a0,a0) argument
Dieee754dp.h44 #define DPDNORMx(m,e) \ argument
49 static __inline ieee754dp builddp(int s, int bx, u64 m) in builddp()
74 #define DPNORMRET2(s,e,m,name,a0,a1) \ argument
83 #define DPNORMRET1(s,e,m,name,a0) DPNORMRET2(s,e,m,name,a0,a0) argument
/linux-2.4.37.9/arch/i386/kernel/
Dmpparse.c156 void __init MP_processor_info (struct mpc_config_processor *m) in MP_processor_info()
272 static void __init MP_bus_info (struct mpc_config_bus *m) in MP_bus_info()
305 static void __init MP_ioapic_info (struct mpc_config_ioapic *m) in MP_ioapic_info()
326 static void __init MP_intsrc_info (struct mpc_config_intsrc *m) in MP_intsrc_info()
338 static void __init MP_lintsrc_info (struct mpc_config_lintsrc *m) in MP_lintsrc_info()
360 static void __init MP_translation_info (struct mpc_config_translation *m) in MP_translation_info()
401 struct mpc_config_translation *m= in smp_read_mpc_oem() local
546 struct mpc_config_processor *m= in smp_read_mpc() local
557 struct mpc_config_bus *m= in smp_read_mpc() local
566 struct mpc_config_ioapic *m= in smp_read_mpc() local
[all …]
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
[all …]
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c221 m_addr_t m = (m_addr_t) sym_get_mem_cluster(); in ___mp0_get_mem_cluster() local
228 static void ___mp0_free_mem_cluster(m_pool_p mp, m_addr_t m) in ___mp0_free_mem_cluster()
250 void *m; in sym_calloc_unlocked() local
294 static void ___free_dma_mem_cluster(m_pool_p mp, m_addr_t m) in ___free_dma_mem_cluster()
367 void *m = 0; in __sym_calloc_dma_unlocked() local
386 __sym_mfree_dma_unlocked(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma_unlocked()
403 u32 __vtobus_unlocked(m_pool_ident_t dev_dmat, void *m) in __vtobus_unlocked()
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_DAC1064.c207 unsigned int m, n, p; in DAC1064_setpclk() local
242 unsigned int m, n, p; in DAC1064_setmclk() local
461 static int DAC1064_init_1(WPMINFO struct my_timming* m, struct display *p) { in DAC1064_init_1()
503 static int DAC1064_init_2(WPMINFO struct my_timming* m, struct display* p) { in DAC1064_init_2()
596 static int m1064_compute(void* out, struct my_timming* m) { in m1064_compute()
631 static int g450_compute(void* out, struct my_timming* m) { in g450_compute()
653 static int MGA1064_init(WPMINFO struct my_timming* m, struct display* p) { in MGA1064_init()
675 static int MGAG100_init(WPMINFO struct my_timming* m, struct display* p) { in MGAG100_init()
724 static void MGAG100_progPixClock(CPMINFO int flags, int m, int n, int p) { in MGAG100_progPixClock()
769 unsigned int m, n, p; in MGAG100_setPixClock() local
/linux-2.4.37.9/drivers/isdn/
Disdn_tty.c351 isdn_tty_handleDLEdown(modem_info * info, atemu * m, int len) in isdn_tty_handleDLEdown()
622 isdn_tty_dial(char *n, modem_info * info, atemu * m) in isdn_tty_dial()
799 isdn_tty_suspend(char *id, modem_info * info, atemu * m) in isdn_tty_suspend()
839 isdn_tty_resume(char *id, modem_info * info, atemu * m) in isdn_tty_resume()
929 isdn_tty_send_msg(modem_info * info, atemu * m, char *msg) in isdn_tty_send_msg()
1174 atemu *m = &info->emu; in isdn_tty_write() local
1899 isdn_tty_reset_profile(atemu * m) in isdn_tty_reset_profile()
1929 isdn_tty_modem_reset_vpar(atemu * m) in isdn_tty_modem_reset_vpar()
1977 atemu *m = &info->emu; in isdn_tty_modem_reset_regs() local
1994 modem_write_profile(atemu * m) in modem_write_profile()
[all …]
/linux-2.4.37.9/include/asm-mips64/
Dbitops.h43 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in set_bit() local
67 unsigned long * m = ((unsigned long *) addr) + (nr >> 6); in __set_bit() local
84 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in clear_bit() local
110 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in change_bit() local
133 unsigned long * m = ((unsigned long *) addr) + (nr >> 6); in __change_bit() local
149 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in test_and_set_bit() local
203 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in test_and_clear_bit() local
258 unsigned long *m = ((unsigned long *) addr) + (nr >> 6); in test_and_change_bit() local
/linux-2.4.37.9/drivers/char/
Dscx200_gpio.c31 unsigned m = minor(file->f_dentry->d_inode->i_rdev); in scx200_gpio_write() local
82 unsigned m = minor(file->f_dentry->d_inode->i_rdev); in scx200_gpio_read() local
97 unsigned m = minor(inode->i_rdev); in scx200_gpio_open() local
/linux-2.4.37.9/net/sched/
Dsch_teql.c78 struct teql_master *m; member
125 struct net_device *m = dat->m->dev.qdisc->dev; in teql_dequeue() local
187 struct teql_master *m = (struct teql_master*)sch->ops; in teql_qdisc_init() local
353 struct teql_master *m = (void*)dev->priv; in teql_master_open() local
402 struct teql_master *m = (void*)dev->priv; in teql_master_stats() local
408 struct teql_master *m = (void*)dev->priv; in teql_master_mtu() local
/linux-2.4.37.9/arch/cris/kernel/
Dsetup.c225 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
270 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
276 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
282 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/fs/xfs/
Dxfs_mac.h108 #define _MAC_XFS_IACCESS(i,m,c) (xfs_mac_iaccess(i,m,c)) argument
109 #define _MAC_VACCESS(v,c,m) (xfs_mac_vaccess(v,c,m)) argument
113 #define _MAC_XFS_IACCESS(i,m,c) (0) argument
114 #define _MAC_VACCESS(v,c,m) (0) argument
/linux-2.4.37.9/arch/sh64/kernel/
Dsetup.c308 static int show_cpuinfo(struct seq_file *m,void *v) in show_cpuinfo()
345 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
349 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
353 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/parisc/kernel/
Dsetup.c161 c_start (struct seq_file *m, loff_t *pos) in c_start()
172 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next()
179 c_stop (struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/sparc/kernel/
Dsetup.c459 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo()
500 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
509 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
515 static void c_stop(struct seq_file *m, void *v) in c_stop()

12345678910>>...15