Searched refs:cf_path (Results 1 – 6 of 6) sorted by relevance
/titanic_51/usr/src/cmd/svc/shell/ |
H A D | sendmail_include.sh | 63 cf_path=$1 66 if [ -f "${cf_path}.old" ]; then 67 mv "$cf_path" "${cf_path}.new" 69 mv "${cf_path}.old" "$cf_path" 73 # If ${cf_path}.old does not exist, assume it was taken care 93 cmp -s "${name}.cf" "$cf_path" || ( 94 cp "${name}.cf" "${cf_path}.tmp" && 95 chown root:bin "${cf_path} [all...] |
/titanic_51/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 228 ptr = cf->cf_path; in cpr_cprconfig_to_path() 243 * for CFT_SPEC and CFT_ZVOL, cf_path must be the path to a block 290 if (strlen(cf->cf_path) > sizeof (sfpath)) { in cpr_verify_statefile_path() 326 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path() 1027 if (strlen(cf->cf_path) + strlen(cf->cf_fs) >= MAXNAMELEN - 1) { in cpr_build_statefile_path()
|
/titanic_51/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 53 (void) prom_strcpy(file_path, cf.cf_path); in cpr_read_cprinfo()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | cpr.h | 93 * The first part (cf_type, cf_path, cf_fs, cf_devfs, cf_dev_prom) 98 * cf_path (path within file system) ".CPR" 108 * cf_path ignored 117 * cf_path ignored 131 char cf_path[MAXNAMELEN]; /* fs-relative path */ member
|
/titanic_51/usr/src/cmd/power/ |
H A D | conf.c | 253 MCCPY_FIELD(new_cc, disk_cc, cf_path); in update_cprconfig()
|
H A D | handlers.c | 947 STRCPYLIM(new_cc.cf_path, src, "statefile path"); in check_mount()
|