S_BUSY
#define V_BUSY(x) ((x) << S_BUSY)
case S_BUSY:
printf (s_status == S_BUSY ? "BUSY" : "QUEUE FULL\n");