Lines Matching defs:found
374 boolean_t found = B_FALSE;
381 while (!found && entrylist) {
383 found = B_TRUE;
390 if (!found) {
584 boolean_t found;
601 * - if found, delete it from the disabled list
606 found = B_FALSE;
608 while (!found && pcur) {
610 found = B_TRUE;
617 if (found) {
942 * If not found, append a new entry to the kcf.conf file.