tag | line | file | source code |
space | 101 | drivers/char/n_tty.c | int space, spaces; |
space | 103 | drivers/char/n_tty.c | space = tty->driver.write_room(tty); |
space | 104 | drivers/char/n_tty.c | if (!space) |
space | 113 | drivers/char/n_tty.c | if (space < 2) |
space | 134 | drivers/char/n_tty.c | if (space < spaces) |
space | 391 | drivers/net/i82586.h | in case, we leave the space. |
space | 86 | fs/msdos/namei.c | int space; |
space | 99 | fs/msdos/namei.c | space = 1; /* disallow names that _really_ start with a dot */ |
space | 114 | fs/msdos/namei.c | space = (c == ' '); |
space | 117 | fs/msdos/namei.c | if (space) return -EINVAL; |
space | 135 | fs/msdos/namei.c | space = c == ' '; |
space | 138 | fs/msdos/namei.c | if (space) return -EINVAL; |
space | 162 | fs/vfat/namei.c | int space; |
space | 170 | fs/vfat/namei.c | space = 1; /* disallow names starting with a dot */ |
space | 182 | fs/vfat/namei.c | space = c == ' '; |
space | 184 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 204 | fs/vfat/namei.c | space = c == ' '; |
space | 206 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 226 | fs/vfat/namei.c | int space; |
space | 236 | fs/vfat/namei.c | space = 1; /* disallow names starting with a dot */ |
space | 247 | fs/vfat/namei.c | space = c == ' '; |
space | 250 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 270 | fs/vfat/namei.c | space = c == ' '; |
space | 273 | fs/vfat/namei.c | if (space) return -EINVAL; |
space | 36 | include/asm-sparc/irq.h | unsigned char space[PAGE_SIZE - 12]; |
space | 62 | include/asm-sparc/timer.h | volatile unsigned char space[PAGE_SIZE - 16]; |