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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcall.c53 char* last_file; local
251 last_file = error_info.file;
384 if (error_info.file != last_file)
387 last_file = error_info.file;
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c176 static struct file *last_file; local
186 if (last_list == pp && (new = last_file) != 0) {
245 last_file = new;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c519 struct preloaded_file *fp, *last_file; local
542 for (last_file = preloaded_files;
543 last_file != NULL && last_file->f_next != NULL;
544 last_file = last_file->f_next)
556 last_file->f_next = NULL;
557 loadaddr = last_file->f_addr + last_file->f_size;

Completed in 65 milliseconds