Searched defs:found_fdi_file (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c1492 dbus_bool_t found_fdi_file; local
1495 found_fdi_file = 0;
1527 found_fdi_file = process_fdi_file (dir, filename, d);
1528 if (found_fdi_file) {
1554 found_fdi_file = scan_fdi_files (dirname, d);
1557 if (found_fdi_file)
1573 return found_fdi_file;

Completed in 20 milliseconds