Searched defs:safefilep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2265 struct safefile *safefilep; local
2312 safefilep = safefiles;
2313 safefilep->name = s_calloc(1, MAXPATHLEN +
2315 safefilep->next = NULL;
2316 while (s_fgets(safefilep->name, MAXPATHLEN +
2318 safefilep->next = s_calloc(1,
2320 safefilep = safefilep->next;
2321 safefilep->name = s_calloc(1,
2323 safefilep
[all...]

Completed in 96 milliseconds