HomeSort by relevance Sort by last modified time
    Searched refs:child_args_t (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
dump.h 37 int do_dump(child_args_t *);
parse.h 74 int fill_cld_args(int, char **, child_args_t *);
75 int make_assumptions(child_args_t *);
76 int check_conclusions(child_args_t *);
sfunc.h 121 int pMsg(lvl_t level, const child_args_t *, char *Msg,...);
123 void mark_buffer(void *, const size_t, void *, const child_args_t *, const test_env_t *);
124 void normalize_percs(child_args_t *);
stats.h 91 void print_stats(child_args_t *, test_env_t *, statop_t);
main.h 237 } child_args_t; typedef in typeref:struct:child_args
272 child_args_t *args; /* pointer to the argument structure */
childmain.c 99 void add_action(test_env_t * env, const child_args_t * args,
141 void decrement_io_count(const child_args_t * args, test_env_t * env,
179 void update_test_state(child_args_t * args, test_env_t * env,
224 action_t get_next_action(child_args_t * args, test_env_t * env,
492 void miscompare_dump(const child_args_t * args, const char *data,
544 void complete_io(test_env_t * env, const child_args_t * args,
584 child_args_t *args = test->args;
main.c 65 child_args_t cleanArgs;
460 (child_args_t *) ALLOC(sizeof(child_args_t))) == NULL) {
475 memcpy(pNewTest->args, &cleanArgs, sizeof(child_args_t));
timer.c 85 child_args_t *args = test->args;
sfunc.c 153 int pMsg(lvl_t level, const child_args_t * args, char *Msg, ...)
295 const child_args_t * args, const test_env_t * env)
456 void normalize_percs(child_args_t * args)
dump.c 176 int do_dump(child_args_t * args)
parse.c 47 int fill_cld_args(int argc, char **argv, child_args_t * args)
803 int make_assumptions(child_args_t * args)
995 int check_conclusions(child_args_t * args)
    [all...]
stats.c 55 void print_stats(child_args_t * args, test_env_t * env, statop_t operation)

Completed in 923 milliseconds