tag | line | file | source code |
method | 233 | drivers/char/ftape/ftape-ctl.c | wake_up_types method; |
method | 241 | drivers/char/ftape/ftape-ctl.c | for (method = no_wake_up; method < NR_ITEMS(methods); ++method) { |
method | 242 | drivers/char/ftape/ftape-ctl.c | drive_type->wake_up = method; |
method | 250 | drivers/char/ftape/ftape-ctl.c | (FTAPE_UNIT == 2 && method == wake_up_mountain) || |
method | 251 | drivers/char/ftape/ftape-ctl.c | (FTAPE_UNIT == 3 && method == wake_up_colorado)) { |
method | 267 | drivers/char/ftape/ftape-ctl.c | if (method >= NR_ITEMS(methods)) { |
method | 923 | drivers/char/ftape/ftape-io.c | int ftape_wakeup_drive(wake_up_types method) |
method | 930 | drivers/char/ftape/ftape-io.c | switch (method) { |
method | 75 | drivers/char/ftape/ftape-io.h | extern int ftape_wakeup_drive(wake_up_types method); |
method | 486 | drivers/sound/configure.c | char *method, *next, *old, *var, *p; |
method | 488 | drivers/sound/configure.c | method = p = line; |
method | 509 | drivers/sound/configure.c | fprintf (stderr, "Rebuilding file `%s' (%s %s)\n", next, method, old); |
method | 511 | drivers/sound/configure.c | if (strcmp (method, "bin2hex") == 0) |
method | 519 | drivers/sound/configure.c | else if (strcmp (method, "hex2hex") == 0) |
method | 530 | drivers/sound/configure.c | next, method); |
method | 1062 | lib/inflate.c | char method; |
method | 1069 | lib/inflate.c | method = (unsigned char)get_byte(); |
method | 1078 | lib/inflate.c | if (method != 8) { |