Searched refs:code_size (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/sound/emu10k1/ |
D | efxmgr.h | 51 u16 code_size; member 65 u16 code_size; member 181 patch->code_size = pc * 2 - patch->code_start; \ 195 patch->code_size = pc * 2 - patch->code_start; \ 214 patch->code_size = pc * 2 - patch->code_start; \
|
D | mixer.c | 397 if (patch->code_size == 0) { in emu10k1_private_mixer()
|
D | main.c | 700 patch->code_size = 0; in fx_init()
|
/linux-2.4.37.9/fs/ |
D | binfmt_som.c | 134 unsigned long code_start, code_size, data_start, data_size; in map_som_binary() local 144 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary() 146 current->mm->end_code = code_start + code_size; in map_som_binary() 148 retval = do_mmap(file, code_start, code_size, prot, in map_som_binary()
|
/linux-2.4.37.9/include/linux/ |
D | cycx_cfm.h | 79 unsigned long code_size; member
|
/linux-2.4.37.9/drivers/net/wan/ |
D | cycx_drv.c | 456 printk(KERN_INFO " code=%lu\n", img_hdr->code_size); in load_cyc2x() 500 if (cycx_code_boot(hw->dpmbase, code_image, img_hdr->code_size)) { in load_cyc2x()
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_proc.c | 819 u32 code_size; in i2o_proc_read_ddm_table() member 874 len += sprintf(buf+len, "%8d", ddm_table.code_size); in i2o_proc_read_ddm_table()
|