Lines Matching defs:removed
442 blocking_pipe_header * removed;
458 for (removed = NULL; !removed && (qhead != qtail); ++qtail) {
460 removed = c->responses[slot];
467 if (NULL != removed) {
468 DEBUG_ENSURE(CHILD_GONE_RESP == removed ||
469 BLOCKING_RESP_MAGIC == removed->magic_sig);
471 if (CHILD_GONE_RESP == removed) {
473 removed = NULL;
476 return removed;