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"
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...]
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c53 (void) prom_strcpy(file_path, cf.cf_path);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c228 ptr = cf->cf_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)) {
326 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) {
1027 if (strlen(cf->cf_path) + strlen(cf->cf_fs) >= MAXNAMELEN - 1) {
/illumos-gate/usr/src/cmd/power/
H A Dconf.c253 MCCPY_FIELD(new_cc, disk_cc, cf_path);
H A Dhandlers.c947 STRCPYLIM(new_cc.cf_path, src, "statefile path");
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h93 * 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 in struct:cprconfig

Completed in 98 milliseconds