Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c282 error = i_devname_to_promname(cf->cf_devfs, devpath, in cpr_verify_statefile_path()
295 if ((error = lookupname(cf->cf_devfs, in cpr_verify_statefile_path()
297 cpr_err(CE_CONT, lookup_fmt, cf->cf_devfs); in cpr_verify_statefile_path()
400 if ((error = lookupname(cf->cf_devfs, in cpr_verify_statefile_path()
402 cpr_err(CE_CONT, lookup_fmt, cf->cf_devfs); in cpr_verify_statefile_path()
409 "See power.conf(5).", cf->cf_devfs); in cpr_verify_statefile_path()
415 error = i_devname_to_promname(cf->cf_devfs, devpath, OBP_MAXPATHLEN); in cpr_verify_statefile_path()
440 if (cprconfig.cf_devfs == NULL) in cpr_check_spec_statefile()
1036 return (cf->cf_devfs); in cpr_build_statefile_path()
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile"); in check_mount()
943 STRCPYLIM(new_cc.cf_devfs, ent.mnt_special, "mnt special"); in check_mount()
1196 } else if (utop(new_cc.cf_devfs, new_cc.cf_dev_prom)) { in sfpath()
H A Dconf.c253 MCCPY_FIELD(new_cc, disk_cc, cf_devfs); in update_cprconfig()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h135 char cf_devfs[MAXNAMELEN]; /* path to device node */ member