Searched refs:full_path_len (Results 1 – 1 of 1) sorted by relevance
1138 int full_path_len; in di_devfs_minor_path() local1152 full_path_len = strlen(devfspath) + strlen(name) + 2; in di_devfs_minor_path()1153 full_path = (char *)calloc(1, full_path_len); in di_devfs_minor_path()1155 (void) snprintf(full_path, full_path_len, "%s:%s", in di_devfs_minor_path()1174 int full_path_len; in di_path_devfs_path() local1196 full_path_len = strlen(phci_path) + 1 + strlen(path_name) + in di_path_devfs_path()1198 full_path = (char *)calloc(1, full_path_len); in di_path_devfs_path()1201 (void) snprintf(full_path, full_path_len, "%s/%s@%s", in di_path_devfs_path()