tag | line | file | source code |
in | 78 | fs/select.c | int do_select(int n, fd_set *in, fd_set *out, fd_set *ex, |
in | 92 | fs/select.c | set = in->fds_bits[j] | out->fds_bits[j] | ex->fds_bits[j]; |
in | 120 | fs/select.c | if (FD_ISSET(i,in) && check(SEL_IN,wait,current->filp[i])) { |
in | 200 | fs/select.c | fd_set res_in, in, *inp; |
in | 219 | fs/select.c | if ((i = get_fd_set(n, inp, &in)) || |
in | 234 | fs/select.c | i = do_select(n, &in, &out, &ex, &res_in, &res_out, &res_ex); |
in | 237 | zBoot/gzip.h | extern void zip OF((int in, int out)); |
in | 241 | zBoot/gzip.h | extern void unzip OF((int in, int out)); |
in | 242 | zBoot/gzip.h | extern int check_zipfile OF((int in)); |
in | 245 | zBoot/gzip.h | extern void unpack OF((int in, int out)); |
in | 41 | zBoot/lzw.h | extern void lzw OF((int in, int out)); |
in | 42 | zBoot/lzw.h | extern void unlzw OF((int in, int out)); |
in | 320 | zBoot/misc.c | local int get_method(in) |
in | 321 | zBoot/misc.c | int in; /* input file descriptor */ |
in | 397 | zBoot/misc.c | if (check_zipfile(in) == -1) return -1; |
in | 55 | zBoot/unzip.c | int check_zipfile(in) |
in | 56 | zBoot/unzip.c | int in; /* input file descriptors */ |
in | 95 | zBoot/unzip.c | void unzip(in, out) |
in | 96 | zBoot/unzip.c | int in, out; /* input and output file descriptors */ |