/linux-2.4.37.9/drivers/scsi/ |
D | NCR53C9x.h | 63 #define ESPLOG(foo) printk foo argument 65 #define ESPLOG(foo) argument 69 #define ESPDATA(foo) printk foo argument 71 #define ESPDATA(foo) argument 75 #define ESPQUEUE(foo) printk foo argument 77 #define ESPQUEUE(foo) argument 81 #define ESPDISC(foo) printk foo argument 83 #define ESPDISC(foo) argument 87 #define ESPSTAT(foo) printk foo argument 89 #define ESPSTAT(foo) argument [all …]
|
D | t128.c | 317 unsigned long foo; in NCR5380_pread() local 318 foo = instance->base + T_CONTROL_REG_OFFSET; in NCR5380_pread() 319 tmp = isa_readb(foo); in NCR5380_pread() 320 isa_writeb(tmp | T_CR_CT, foo); in NCR5380_pread() 321 isa_writeb(tmp, foo); in NCR5380_pread() 354 unsigned long foo; in NCR5380_pwrite() local 355 foo = instance->base + T_CONTROL_REG_OFFSET; in NCR5380_pwrite() 356 tmp = isa_readb(foo); in NCR5380_pwrite() 357 isa_writeb(tmp | T_CR_CT, foo); in NCR5380_pwrite() 358 isa_writeb(tmp, foo); in NCR5380_pwrite()
|
D | esp.c | 69 #define ESPLOG(foo) printk foo argument 71 #define ESPLOG(foo) argument 75 #define ESPHME(foo) printk foo argument 77 #define ESPHME(foo) argument 81 #define ESPDATA(foo) printk foo argument 83 #define ESPDATA(foo) argument 87 #define ESPQUEUE(foo) printk foo argument 89 #define ESPQUEUE(foo) argument 93 #define ESPDISC(foo) printk foo argument 95 #define ESPDISC(foo) argument [all …]
|
/linux-2.4.37.9/Documentation/ |
D | smart-config.txt | 10 Suppose that drivers/net/foo.c has the following lines: 31 to be out of date, which will cause drivers/net/foo.c to be recompiled. 42 drivers/net/foo.c: include/linux/config.h 46 drivers/net/foo.c: \ 47 include/config/foo/autofrob.h \ 48 include/config/foo/model/two.h 50 So drivers/net/foo.c depends only on the CONFIG_* lines that 67 the compilation flags used to build it. The file foo.o has 68 its flags stored in .flags.foo.o. 70 Suppose the user changes the foo driver from resident to modular. [all …]
|
/linux-2.4.37.9/drivers/sound/ |
D | pas2_pcm.c | 49 int foo, tmp; in pcm_set_speed() local 62 foo = (596590 + (arg / 2)) / arg; in pcm_set_speed() 63 arg = (596590 + (foo / 2)) / foo; in pcm_set_speed() 67 foo = (1193180 + (arg / 2)) / arg; in pcm_set_speed() 68 arg = (1193180 + (foo / 2)) / foo; in pcm_set_speed() 109 pas_write(foo & 0xff, 0x1388); in pcm_set_speed() 110 pas_write((foo >> 8) & 0xff, 0x1388); in pcm_set_speed()
|
D | pas2_mixer.c | 208 int foo; in pas_mixer_reset() local 212 for (foo = 0; foo < SOUND_MIXER_NRDEVICES; foo++) in pas_mixer_reset() 213 pas_mixer_set(foo, levels[foo]); in pas_mixer_reset()
|
D | pas2_card.c | 290 unsigned char board_id, foo; in detect_pas_hw() local 315 foo = board_id ^ 0xe0; in detect_pas_hw() 317 pas_write(foo, 0x0B8B); in detect_pas_hw() 318 foo = pas_read(0x0B8B); in detect_pas_hw() 321 if (board_id != foo) in detect_pas_hw()
|
/linux-2.4.37.9/fs/hfs/ |
D | HFS.txt | 152 insensitive, so either way foo and Foo refer to the same file but ls 153 will list Foo with case=asis, and foo with case=lower. (Same as for 226 The data fork of the file ./foo. 229 The resource fork of the file ./foo. 232 The metadata file for the file ./foo. 261 The data fork of the file ./foo. 264 The header file for the file ./foo, containing the resource 313 The data fork of the file ./foo. 316 The header file for file ./foo, containing the resource fork 529 of ./foo is ./.resource/foo. Therefore, you can treat it as a normal [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | user.h | 51 long foo; member 63 long foo; member
|
D | processor.h | 283 long foo; member 296 long foo; member 311 long foo; member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | user32.h | 12 u32 foo; member 25 int foo; member
|
D | system.h | 257 #define warn_if_not_ulong(x) do { unsigned long foo; (void) (&(x) == &foo); } while (0)
|
/linux-2.4.37.9/fs/umsdos/ |
D | specs | 165 * Given a file /foo/file 168 * ln /foo/file /tmp/file2 172 * mv /foo/file /foo/-LINK1 173 * ln -s /foo/-LINK1 /foo/file 174 * ln -s /foo/-LINK1 /tmp/file2 177 * Using this strategy, we can operate on /foo/file or /foo/file2. 179 * We can rename /foo/file or /tmp/file2 independently.
|
/linux-2.4.37.9/fs/ |
D | char_dev.c | 22 static void init_once(void * foo, kmem_cache_t * cachep, unsigned long flags) in init_once() argument 24 struct char_device * cdev = (struct char_device *) foo; in init_once()
|
/linux-2.4.37.9/drivers/nubus/ |
D | nubus.c | 151 static inline long nubus_expand32(long foo) in nubus_expand32() argument 153 if(foo & 0x00800000) /* 24bit negative */ in nubus_expand32() 154 foo |= 0xFF000000; in nubus_expand32() 155 return foo; in nubus_expand32() 817 unsigned short foo, bar; in nubus_add_board() local 818 foo = nubus_get_rom(&rp, 2, bytelanes); in nubus_add_board() 820 printk("%04x %04x ", foo, bar); in nubus_add_board()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | uaccess.h | 154 #define __put_user_asm_ret(x,size,addr,ret,foo) \ argument 163 : "=r" (foo) : "r" (x), "r" (__m(addr))); \ 178 : "=r" (foo) : "r" (x), "r" (__m(addr)), \
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | befs.txt | 48 Assuming that your kernel source is in /foo/bar/linux and the patchfile 51 cd /foo/bar/linux 66 cd /foo/bar/linux
|
/linux-2.4.37.9/include/asm-sparc/ |
D | uaccess.h | 173 #define __put_user_asm_ret(x,size,addr,ret,foo) \ argument 182 : "=r" (foo) : "r" (x), "m" (*__m(addr))); \ 197 : "=r" (foo) : "r" (x), "m" (*__m(addr)), "i" (ret))
|
/linux-2.4.37.9/include/linux/ |
D | iso_fs.h | 104 char foo [ISODCL ( 1, 8)]; /* 733 */ member 113 char foo [ISODCL ( 1, 8)]; /* 733 */ member
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ia32.h | 150 int foo; member 163 int foo; member
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_config.c | 269 u8 foo[MAX_I2O_CONTROLLERS]; in ioctl_getiops() local 279 foo[i] = 1; in ioctl_getiops() 284 foo[i] = 0; in ioctl_getiops() 288 __copy_to_user(user_iop_table, foo, MAX_I2O_CONTROLLERS); in ioctl_getiops()
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_system.h | 65 #define operand_address (*(struct address *)&I387.soft.foo)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i387.c | 270 env[5] = fxsave->foo; in convert_fxsr_to_user() 302 fxsave->foo = env[5]; in convert_fxsr_from_user()
|
/linux-2.4.37.9/Documentation/i2c/ |
D | writing-clients | 320 /* Define chips foo and bar, as well as all module parameters and things */ 321 SENSORS_INSMOD_2(foo,bar); 491 printk("foo: Ignoring 'force' parameter for unknown chip at " 581 printk("foo.o: Client deregistration failed, client not detached.\n"); 598 When the kernel is booted, or when your foo driver module is inserted, 610 printk("foo version %s (%s)\n",FOO_VERSION,FOO_DATE); 613 printk("foo: Driver registration failed, module not inserted.\n"); 626 printk("foo: Driver registration failed, module not removed.\n"); 761 registered client. The directory is called something like foo-i2c-4-65.
|
/linux-2.4.37.9/drivers/net/ |
D | macsonic.c | 668 #define vdma_alloc(foo, bar) ((u32)foo) argument
|