Home
last modified time | relevance | path

Searched refs:cf_path (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dsendmail_include.sh63 cf_path=$1
66 if [ -f "${cf_path}.old" ]; then
67 mv "$cf_path" "${cf_path}.new"
69 mv "${cf_path}.old" "$cf_path"
93 cmp -s "${name}.cf" "$cf_path" || (
94 cp "${name}.cf" "${cf_path}.tmp" &&
95 chown root:bin "${cf_path}.tmp" &&
96 chmod 444 "${cf_path}.tmp" &&
97 mv "${cf_path}.tmp" "$cf_path"
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c229 ptr = cf->cf_path; in cpr_cprconfig_to_path()
291 if (strlen(cf->cf_path) > sizeof (sfpath)) { in cpr_verify_statefile_path()
327 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path()
1028 if (strlen(cf->cf_path) + strlen(cf->cf_fs) >= MAXNAMELEN - 1) { in cpr_build_statefile_path()
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c53 (void) prom_strcpy(file_path, cf.cf_path); in cpr_read_cprinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h131 char cf_path[MAXNAMELEN]; /* fs-relative path */ member
/illumos-gate/usr/src/cmd/power/
H A Dconf.c251 MCCPY_FIELD(new_cc, disk_cc, cf_path); in update_cprconfig()
H A Dhandlers.c947 STRCPYLIM(new_cc.cf_path, src, "statefile path"); in check_mount()