Home
last modified time | relevance | path

Searched refs:firstmatch (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1845 xmlNodePtr cur, options, firstmatch; in zonecfg_lookup_filesystem() local
1864 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 …]