Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1073 size_t default_root_len; in devfs_phys_to_logical() local
1087 default_root_len = strlen(default_root); in devfs_phys_to_logical()
1088 if ((default_root_len != 0) && (*default_root != '/')) { in devfs_phys_to_logical()
1098 len = default_root_len + strlen(dev_dir) + 1; in devfs_phys_to_logical()
1108 if ((default_root_len > (size_t)0) && in devfs_phys_to_logical()
1109 (default_root[default_root_len - 1] == '/')) { in devfs_phys_to_logical()