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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c250 int line_found = 0; local
277 line_found = 0;
307 line_found = 1;
316 line_found = 0;
325 line_found = 0;
333 if (line_found && temp_vfstab != NULL) {
367 int line_found = 0; local
399 line_found = 0;
433 line_found = 1;
438 line_found
[all...]
H A Dfs_dfstab.c314 int line_found = 0; local
326 line_found = 0;
341 line_found = 1;
349 line_found = 0;
361 line_found = 0;
370 if (line_found && temp_dfstab != NULL) {

Completed in 58 milliseconds