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()
2334 safefilep->next = NULL; 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()
2427 while (safefilep != NULL && in cmpstat()
2428 safefilep->name[0] != '\0') { in cmpstat()
[all …]