Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1136 int full_path_len; in di_devfs_minor_path() local
1150 full_path_len = strlen(devfspath) + strlen(name) + 2; in di_devfs_minor_path()
1151 full_path = (char *)calloc(1, full_path_len); in di_devfs_minor_path()
1153 (void) snprintf(full_path, full_path_len, "%s:%s", in di_devfs_minor_path()
1172 int full_path_len; in di_path_devfs_path() local
1194 full_path_len = strlen(phci_path) + 1 + strlen(path_name) + in di_path_devfs_path()
1196 full_path = (char *)calloc(1, full_path_len); in di_path_devfs_path()
1199 (void) snprintf(full_path, full_path_len, "%s/%s@%s", in di_path_devfs_path()