Searched refs:cf_path (Results 1 – 6 of 6) sorted by relevance
63 cf_path=$166 if [ -f "${cf_path}.old" ]; then67 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"
229 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()
53 (void) prom_strcpy(file_path, cf.cf_path); in cpr_read_cprinfo()
131 char cf_path[MAXNAMELEN]; /* fs-relative path */ member
251 MCCPY_FIELD(new_cc, disk_cc, cf_path); in update_cprconfig()
947 STRCPYLIM(new_cc.cf_path, src, "statefile path"); in check_mount()