Lines Matching refs:result
367 struct pid_list_item findit, *result;
371 result = bsearch(&findit, child_checklist, child_checklist_total,
373 if (result) {
374 if (!(result->flag & 0x01)) {
379 result->flag = result->flag | 0x01;
394 struct pid_list_item findit, *result;
398 result = bsearch(&findit, child_checklist, child_checklist_total,
400 if (result) {
401 if (!(result->flag & 0x02)) {
407 result->flag = result->flag | 0x02;
645 struct pid_list_item findit, *result;
649 result = bsearch(&findit, child_checklist, child_checklist_total,
651 if (result) {
652 if (!result->flag) {
658 result->flag = 1;