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

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h43 * CB_SRC_VIRT source statefile buffer pages
65 * src statefile buf pages and dst kernel pages
87 * info for handling statefile data
89 struct statefile { struct
107 * convert a statefile buffer byte-offset into a buffer ppn;
121 * next data in statefile buffer
126 * advance statefile buffer offset
131 * struct data is written to the statefile without any alignment
177 extern struct statefile sfile;
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c884 * Verify the filesystem type for a regular statefile is "ufs"
907 err_fmt = "ufs statefile with zfs root is not"
917 * ignore non-ufs filesystems for a regular statefile.
933 * No match is needed for a block device statefile,
934 * a match is needed for a regular statefile.
938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile");
947 STRCPYLIM(new_cc.cf_path, src, "statefile path");
949 err_fmt = "statefile device \"%s\" is a mounted filesystem\n";
981 OBP_MAXPATHLEN, "statefile device");
1021 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile pat
1113 static int statefile; local
[all...]

Completed in 69 milliseconds