Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 150) sorted by relevance

123456

/titanic_51/usr/src/lib/fm/topo/libtopo/common/
H A Dmktables.sh62 replace=" { TOPO_SENSOR_TYPE_\1, \"\1\" },"
64 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
75 replace=" { TOPO_SENSOR_UNITS_\1, \"\1\" },"
77 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
88 replace=" { TOPO_LED_TYPE_\1, \"\1\" },"
90 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
101 replace=" { TOPO_LED_STATE_\1, \"\1\" },"
103 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
114 replace=" { TOPO_SENSOR_STATE_PHYSICAL_\1, \"\1\" },"
116 cat $libtopo_h | sed -n "s/$pattern/$replace/
[all...]
H A Dmkerror.sh51 replace=' "\1",'
53 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
88 replace=' "\1",'
90 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
105 replace=' "\1",'
107 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
122 replace=' "\1",'
124 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
139 replace=' "\1",'
141 echo "$input" | sed -n "s/$pattern/$replace/
[all...]
/titanic_51/usr/src/lib/libipmi/common/
H A Dmktables.sh62 replace=" { \1, \"\2\" },"
64 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
75 replace=" { IPMI_ET_\1, \"\1\" },"
77 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
88 replace=" { IPMI_ST_\1, \"\1\" },"
90 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
101 replace=" { IPMI_RT_\1, \"\1\" },"
103 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
114 replace=" { IPMI_UNITS_\1, \"\1\" },"
116 cat $libipmi_h | sed -n "s/$pattern/$replace/
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathrepl.c27 * in place replace of first occurrence of /match/ with /replace/ in path
36 pathrepl(char* path, const char* match, const char* replace) in pathrepl() argument
38 return pathrepl_20100601(path, PATH_MAX, match, replace); in pathrepl()
46 pathrepl_20100601(register char* path, size_t size, const char* match, register const char* replace) in pathrepl_20100601() argument
54 if (!replace) in pathrepl_20100601()
55 replace = ""; in pathrepl_20100601()
56 if (streq(match, replace)) in pathrepl_20100601()
73 r = replace; in pathrepl_20100601()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dhist.c52 char *replace = 0; /* replace old=new */ in b_hist() local
109 flag = hist_expand(arg,&replace); in b_hist()
111 sfputr(sfstdout, replace, '\n'); in b_hist()
114 if(replace) in b_hist()
115 free(replace); in b_hist()
125 if(!replace && strchr(arg+1,'=')) in b_hist()
127 replace = arg; in b_hist()
258 if(replace) in b_hist()
259 hist_subst(error_info.id,fdo,replace); in b_hist()
286 static void hist_subst(const char *command,int fd,char *replace) in hist_subst() argument
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c52 char *replace = 0; /* replace old=new */ in b_hist() local
110 flag = hist_expand(arg,&replace); in b_hist()
112 sfputr(sfstdout, replace, '\n'); in b_hist()
115 if(replace) in b_hist()
116 free(replace); in b_hist()
126 if(!replace && strchr(arg+1,'=')) in b_hist()
128 replace = arg; in b_hist()
263 if(replace) in b_hist()
264 hist_subst(error_info.id,fdo,replace); in b_hist()
291 hist_subst(const char * command,int fd,char * replace) hist_subst() argument
[all...]
/titanic_51/usr/src/lib/libast/common/path/
H A Dpathrepl.c34 pathrepl(register char* path, const char* match, register const char* replace) in pathrepl() argument
41 if (!replace) replace = ""; in pathrepl()
42 if (streq(match, replace)) in pathrepl()
57 r = replace; in pathrepl()
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dmkerror.sh48 replace=' "ereport.fm.fmd.\1",'
50 echo "$input" | sed -n "s/$pattern/$replace/p" | tr '[A-Z]' '[a-z]' || exit 1
58 replace=' "\1",'
60 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
/titanic_51/usr/src/common/smbios/
H A Dmktables.sh138 replace=' case \1: return ("\1");'
141 sed -n "s@$pattern@$replace@p" < $1 || exit 1
151 # (2) replace any " with \" so it is escaped for the final output string
152 # (3) replace return (...); with return ("..."); to finish the code
157 replace=' case \1: return (\2);'
160 sed -n "s@$pattern@$replace@p" < $1 | sed 's/ ([RO]))/)/' | \
/titanic_51/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c188 int replace, start, matched; in mem_unum_burst_pattern() local
191 replace = start = matched = -1; in mem_unum_burst_pattern()
192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched); in mem_unum_burst_pattern()
197 (void) strlcpy(dimmname+replace, bd->bd_subst, in mem_unum_burst_pattern()
199 replace += strlen(bd->bd_subst); in mem_unum_burst_pattern()
215 if (dimmlen > sizeof (dimmname) - replace) in mem_unum_burst_pattern()
218 (void) strlcpy(dimmname + replace, c, dimmlen + 1); in mem_unum_burst_pattern()
/titanic_51/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_010_neg.ksh53 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev
59 log_mustnot $ZPOOL replace $TESTPOOL $ldev $sdev2
60 log_mustnot $ZPOOL replace -f $TESTPOOL $ldev $sdev2
/titanic_51/usr/src/cmd/fm/dicts/
H A DSUN4V.po41 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
57 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
73 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
89 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
105 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
121 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
137 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
153 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
169 msgstr "Schedule a repair procedure to replace the affected CPU, the identity of which can be determined using fmdump -v -u <EVENT_ID>."
185 msgstr "Schedule a repair procedure to replace th
[all...]
H A DGMCA.po41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
57 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
73 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
89 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
105 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
121 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
137 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
153 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
169 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify the module."
185 msgstr "Schedule a repair procedure to replace th
[all...]
H A DPCIEX.po41 msgstr "Schedule a repair procedure to replace the affected device. Use fmadm faulty to identify the device or contact Sun for support.\n"
57 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
73 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
89 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
105 msgstr "If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule a repair procedure to replace the affected device. Use fmadm faulty to identify the device and bus or contact Sun for support.\n"
121 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support."
137 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
153 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
169 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair procedure to replace the affected device(s). Use fmadm faulty to identify the devices or contact Sun for support.\n"
185 msgstr "Ensure that the latest drivers and patches are installed. If a plug-in card is involved check for badly-seated cards or bent pins. Otherwise schedule a repair procedure to replace th
[all...]
/titanic_51/usr/src/cmd/mdb/common/modules/dtrace/
H A Dmkdof.sh45 replace=' case DOF_SECT_\1: return ("\1");'
47 sed -n "s/$pattern/$replace/p"
/titanic_51/usr/src/lib/libdtrace/common/
H A Dmkerrtags.sh42 replace=' "\1",'
44 sed -n "s/$pattern/$replace/p" || exit 1
H A Dmkerrno.sh38 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
40 sed -n "s/$pattern/$replace/p" | tr '@' '\n'
H A Dmksignal.sh38 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
40 sed -n "s/$pattern/$replace/p;/SIGRTMAX/q" | tr '@' '\n'
/titanic_51/usr/src/cmd/lp/lib/filters/
H A Dregex.h32 size_t replace ( char ** , char * , char * , int );
37 size_t replace();
/titanic_51/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dmkelemtype.sh42 replace=' { \1, "\2" },'
48 cat $file | sed -n "s/$pattern/$replace/p" | sed "s/$pattern2/$replace2/"
/titanic_51/usr/src/lib/scsi/libscsi/common/
H A Dmkerrno.sh46 replace=' { "\1",'
52 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/titanic_51/usr/src/lib/scsi/libses/common/
H A Dmkerrno.sh45 replace=' { "\1",'
51 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/titanic_51/usr/src/lib/scsi/libsmp/common/
H A Dmkerrno.sh43 replace=' { "\1",'
49 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/titanic_51/usr/src/common/ucode/
H A Dmkerrno.sh49 replace=' { "\1", '
54 ( sed -n "s/$pattern/$replace/p" < $1 | sed -n "s/$open/$openrepl/p" |
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_replace_001_neg.ksh38 # zpool replace returns an error when run as a user
41 # 1. Attempt to replace a device in a pool
58 log_assert "zpool replace returns an error when run as a user"
60 log_mustnot $ZPOOL replace $TESTPOOL.virt /$TESTDIR/disk-1.dat \
64 log_mustnot $ZPOOL replace -f $TESTPOOL.virt /$TESTDIR/disk-1.dat \
68 log_pass "zpool replace returns an error when run as a user"

123456