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; local
1150 full_path_len = strlen(devfspath) + strlen(name) + 2;
1151 full_path = (char *)calloc(1, full_path_len);
1153 (void) snprintf(full_path, full_path_len, "%s:%s",
1172 int full_path_len; local
1194 full_path_len = strlen(phci_path) + 1 + strlen(path_name) +
1196 full_path = (char *)calloc(1, full_path_len);
1199 (void) snprintf(full_path, full_path_len, "%s/%s@%s",

Completed in 61 milliseconds