Searched refs:init_me (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dfps_ereport.h60 void initialize_fps_test_struct(struct fps_test_ereport *init_me);
H A Dfps_ereport_mod.c63 void initialize_fps_test_struct(struct fps_test_ereport *init_me);
409 * initialize_fps_test_struct(struct fps_test_ereport *init_me)
410 * creates the initial values for the init_me.
413 initialize_fps_test_struct(struct fps_test_ereport *init_me) argument
415 if (init_me == NULL)
418 init_me->cpu_id = 0;
419 init_me->test_id = 0;
420 init_me->observed_size = 0;
421 init_me->expected_size = 0;
422 init_me
[all...]

Completed in 45 milliseconds