Searched refs:GD_FLG_POSTSTOP (Results 1 – 2 of 2) sorted by relevance
268 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()278 gd->flags |= GD_FLG_POSTSTOP; in post_run_single()304 if (gd->flags & GD_FLG_POSTSTOP) in post_run()321 if (gd->flags & GD_FLG_POSTSTOP) in post_run()330 if (gd->flags & GD_FLG_POSTSTOP) in post_run()
171 #define GD_FLG_POSTSTOP 0x00010 /* POST seqeunce aborted */ macro