Searched refs:firstmatch (Results 1 – 1 of 1) sorted by relevance
1845 xmlNodePtr cur, options, firstmatch; in zonecfg_lookup_filesystem() local1864 firstmatch = NULL; in zonecfg_lookup_filesystem()1872 if (firstmatch == NULL) in zonecfg_lookup_filesystem()1873 firstmatch = cur; in zonecfg_lookup_filesystem()1883 if (firstmatch == NULL) in zonecfg_lookup_filesystem()1884 firstmatch = cur; in zonecfg_lookup_filesystem()1885 else if (firstmatch != cur) in zonecfg_lookup_filesystem()1892 if (firstmatch == cur) in zonecfg_lookup_filesystem()1893 firstmatch = NULL; in zonecfg_lookup_filesystem()1901 if (firstmatch == NULL) in zonecfg_lookup_filesystem()[all …]