Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 58) sorted by relevance

123

/linux-2.4.37.9/drivers/scsi/
DNCR53C9x.h63 #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 …]
Dt128.c317 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()
Desp.c69 #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/
Dsmart-config.txt10 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/
Dpas2_pcm.c49 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()
Dpas2_mixer.c208 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()
Dpas2_card.c290 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/
DHFS.txt152 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/
Duser.h51 long foo; member
63 long foo; member
Dprocessor.h283 long foo; member
296 long foo; member
311 long foo; member
/linux-2.4.37.9/include/asm-x86_64/
Duser32.h12 u32 foo; member
25 int foo; member
Dsystem.h257 #define warn_if_not_ulong(x) do { unsigned long foo; (void) (&(x) == &foo); } while (0)
/linux-2.4.37.9/fs/umsdos/
Dspecs165 * 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/
Dchar_dev.c22 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/
Dnubus.c151 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/
Duaccess.h154 #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/
Dbefs.txt48 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/
Duaccess.h173 #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/
Diso_fs.h104 char foo [ISODCL ( 1, 8)]; /* 733 */ member
113 char foo [ISODCL ( 1, 8)]; /* 733 */ member
/linux-2.4.37.9/include/asm-ia64/
Dia32.h150 int foo; member
163 int foo; member
/linux-2.4.37.9/drivers/message/i2o/
Di2o_config.c269 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/
Dfpu_system.h65 #define operand_address (*(struct address *)&I387.soft.foo)
/linux-2.4.37.9/arch/i386/kernel/
Di387.c270 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/
Dwriting-clients320 /* 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/
Dmacsonic.c668 #define vdma_alloc(foo, bar) ((u32)foo) argument

123