Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1065 size_t default_root_len; in devfs_phys_to_logical() local
1079 default_root_len = strlen(default_root); in devfs_phys_to_logical()
1080 if ((default_root_len != 0) && (*default_root != '/')) { in devfs_phys_to_logical()
1090 len = default_root_len + strlen(dev_dir) + 1; in devfs_phys_to_logical()
1100 if ((default_root_len > (size_t)0) && in devfs_phys_to_logical()
1101 (default_root[default_root_len - 1] == '/')) { in devfs_phys_to_logical()