op 299 sys/kern/thread.c thread_schedparam(thread_t t, int op, int *param)
op 323 sys/kern/thread.c switch (op) {
op 198 usr/bin/test/test.c syntax(const char *op, const char *msg)
op 201 usr/bin/test/test.c if (op && *op)
op 202 usr/bin/test/test.c error("%s: %s", op, msg);
op 283 usr/bin/test/test.c struct t_op const *op;
op 287 usr/bin/test/test.c op = t_wp_op;
op 290 usr/bin/test/test.c syntax(op->op_text, "argument expected");
op 292 usr/bin/test/test.c switch (op->op_num) {
op 376 usr/bin/test/test.c struct t_op const *op;
op 378 usr/bin/test/test.c op = ops;
op 384 usr/bin/test/test.c while (op->op_text) {
op 385 usr/bin/test/test.c if (strcmp(s, op->op_text) == 0) {
op 386 usr/bin/test/test.c if ((op->op_type == UNOP && isoperand()) ||
op 387 usr/bin/test/test.c (op->op_num == LPAREN && *(t_wp+1) == 0))
op 389 usr/bin/test/test.c t_wp_op = op;
op 390 usr/bin/test/test.c return op->op_num;
op 392 usr/bin/test/test.c op++;
op 401 usr/bin/test/test.c struct t_op const *op;
op 404 usr/bin/test/test.c op = ops;
op 409 usr/bin/test/test.c while (op->op_text) {
op 410 usr/bin/test/test.c if (strcmp(s, op->op_text) == 0)
op 411 usr/bin/test/test.c return op->op_type == BINOP &&
op 413 usr/bin/test/test.c op++;
op 32 usr/lib/prex/syscalls/thread_getpolicy.c extern int thread_schedparam(thread_t t, int op, int *param);
op 32 usr/lib/prex/syscalls/thread_getpri.c extern int thread_schedparam(thread_t t, int op, int *param);
op 32 usr/lib/prex/syscalls/thread_setpolicy.c extern int thread_schedparam(thread_t t, int op, int *param);
op 32 usr/lib/prex/syscalls/thread_setpri.c extern int thread_schedparam(thread_t t, int op, int *param);