Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1284 const char *at1, *at2; in di_devfs_path_match() local
1313 at1 = strchr(p1, '@'); in di_devfs_path_match()
1315 if (at1 && (at1 < ec1)) in di_devfs_path_match()
1316 ec1 = at1; in di_devfs_path_match()