Searched refs:statefile (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dsvc-power28 # If the /etc/power.conf file does not have a "statefile" entry
29 # to specify the pathname of the cpr statefile, build one and
37 pattern="^[ ]*statefile[ ][ ]*/"
42 statefile=.CPR # Default cpr statefile name
44 # Remove old statefile (if any) from root
45 [ -f /$statefile ] && /usr/bin/rm -f /$statefile
63 echo "statefile ${winner}/${statefile}" \
[all...]
H A Dsysidpm.sh246 # Remove the statefile line too.
247 grep -v statefile $PWR_CONF > $TMP
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...]
/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;
H A Dcprboot.c31 * open cpr statefile, usually "/.CPR"
32 * read in statefile
33 * close statefile
38 * cprboot supports a restartable statefile for FAA/STARS,
61 struct statefile sfile;
215 usage("statefile-path", *argv);
232 * reset prom props and get statefile info
260 * otherwise read in fs and statefile from a config file
265 prom_printf("\n%s: cannot find cpr statefile, %s\n",
314 * the statefile content
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Drunacct.sh39 _statefile=${_nite}/statefile
129 # "the statefile is updated at the end of each state so that the"
385 # " runacct uses the statefile to record its progress"
386 # " each state updates the statefile upon completion"
395 # " to override the statefile: runacct MMDD STATE"
400 # " the statefile will not be correct"
416 # " statefile records progess of runacct"

Completed in 85 milliseconds