Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2284 struct safefile *safefilep; in cmpstat() local
2331 safefilep = safefiles; in cmpstat()
2332 safefilep->name = s_calloc(1, MAXPATHLEN + in cmpstat()
2334 safefilep->next = NULL; in cmpstat()
2335 while (s_fgets(safefilep->name, MAXPATHLEN + in cmpstat()
2337 safefilep->next = s_calloc(1, in cmpstat()
2339 safefilep = safefilep->next; in cmpstat()
2340 safefilep->name = s_calloc(1, in cmpstat()
2342 safefilep->next = NULL; in cmpstat()
2426 safefilep = safefiles; in cmpstat()
[all …]