Lines Matching defs:hint
99 ssm_generate_event(int node, int board, int hint);
882 int hint = SE_NO_HINT;
887 hint = SE_HINT_INSERT;
890 hint = SE_HINT_REMOVE;
895 hint);
946 ssm_generate_event(int node, int board, int hint)
976 * Add the hint
979 evnt_val.value.sv_string = SE_HINT2STR(hint);
1015 int hint;
1036 hint = SE_HINT_REMOVE;
1039 hint = SE_HINT_INSERT;
1042 hint = SE_NO_HINT;
1047 (void) ssm_generate_event(fdp->node, fdp->slot, hint);