Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmktables.sh62 replace=" { TOPO_SENSOR_TYPE_\1, \"\1\" },"
75 replace=" { TOPO_SENSOR_UNITS_\1, \"\1\" },"
88 replace=" { TOPO_LED_TYPE_\1, \"\1\" },"
101 replace=" { TOPO_LED_STATE_\1, \"\1\" },"
164 replace=" { TOPO_SENSOR_STATE_MEMORY_\1, \"\1\" },"
174 replace=" { TOPO_SENSOR_STATE_BAY_\1, \"\1\" },"
244 replace=" { TOPO_SENSOR_STATE_CABLE_\1, \"\1\" },"
284 replace=" { TOPO_SENSOR_STATE_OS_\1, \"\1\" },"
294 replace=" { TOPO_SENSOR_STATE_SLOT_\1, \"\1\" },"
304 replace=" { TOPO_SENSOR_STATE_ACPI_\1, \"\1\" },"
[all …]
H A Dmkerror.sh45 replace=' "\1",'
47 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
82 replace=' "\1",'
84 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
99 replace=' "\1",'
101 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
116 replace=' "\1",'
118 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
133 replace=' "\1",'
135 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
[all …]
/illumos-gate/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/p" || exit 1
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathrepl.c36 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()
/illumos-gate/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()
293 register char *newp=replace; in hist_subst()
[all …]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dmkerror.sh43 replace=' "ereport.fm.fmd.\1",'
45 echo "$input" | sed -n "s/$pattern/$replace/p" | tr '[A-Z]' '[a-z]' || exit 1
53 replace=' "\1",'
55 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
/illumos-gate/usr/src/common/smbios/
H A Dmktables.sh156 replace=' case \1: return ("\1");'
159 sed -n "s@$pattern@$replace@p" < $1 || exit 1
175 replace=' case \1: return (\2);'
178 sed -n "s@$pattern@$replace@p" < $1 | sed 's/ ([RO]))/)/' | \
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c194 int replace, start, matched; in mem_unum_burst_pattern() local
197 replace = start = matched = -1; in mem_unum_burst_pattern()
198 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched); in mem_unum_burst_pattern()
203 (void) strlcpy(dimmname+replace, bd->bd_subst, in mem_unum_burst_pattern()
205 replace += strlen(bd->bd_subst); in mem_unum_burst_pattern()
221 if (dimmlen > sizeof (dimmname) - replace) in mem_unum_burst_pattern()
224 (void) strlcpy(dimmname + replace, c, dimmlen + 1); in mem_unum_burst_pattern()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_010_neg.ksh54 log_mustnot zpool replace $TESTPOOL $ldev $sdev
60 log_mustnot zpool replace $TESTPOOL $ldev $sdev2
61 log_mustnot zpool replace -f $TESTPOOL $ldev $sdev2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dreplace_prop_ashift.ksh68 log_must zpool replace $TESTPOOL1 $disk1 $disk2
78 log_mustnot zpool replace $TESTPOOL1 $disk1 $disk2
80 log_must zpool replace -o ashift=$ashift $TESTPOOL1 \
H A Dreplace-o_ashift.ksh72 log_must zpool replace -o ashift=$cmdval $TESTPOOL1 \
82 log_mustnot zpool replace -o ashift=$cmdval $TESTPOOL1 \
96 log_mustnot zpool replace -o ashift=$badval $TESTPOOL1 $disk1 $disk2
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dmkerrtags.sh39 replace=' "\1",'
41 sed -n "s/$pattern/$replace/p" || exit 1
H A Dmksignal.sh35 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
37 sed -n "s/$pattern/$replace/p;/SIGRTMAX/q" | tr '@' '\n'
H A Dmkerrno.sh35 replace='inline int \1 = \2;@#pragma D binding "1.0" \1'
37 sed -n "s/$pattern/$replace/p" | tr '@' '\n'
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Dmkdof.sh42 replace=' case DOF_SECT_\1: return ("\1");'
44 sed -n "s/$pattern/$replace/p"
/illumos-gate/usr/src/cmd/fm/dicts/
H A DGMCA.po41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
57 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
73 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
89 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
105 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
121 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
137 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
153 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
169 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
185 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
[all …]
H A DPCIEX.po41 msgstr "Schedule a repair procedure to replace the affected device. Use fmadm faulty to identify t…
57 …ers and patches are installed. Otherwise schedule a repair procedure to replace the affected devi…
121 …vers and patches are installed. Otherwise schedule a repair procedure to replace the affected devi…
313 msgstr "Schedule a repair procedure to replace the affected device. Use fmadm faulty to identify th…
361 msgstr "Schedule a repair procedure to replace the affected device. Use fmadm faulty to identify t…
377 msgstr "Schedule a repair procedure to replace the affected device. Use fmadm faulty to identify t…
393 …ate the firmware to the latest version or schedule a repair procedure to replace the affected devi…
425 msgstr "Schedule a repair procedure to replace the affected\ndevice if necessary, or contact your i…
441 msgstr "Schedule a repair procedure to replace the affected\ndevice if necessary, or contact your i…
457 msgstr "Schedule a repair procedure to replace the affected\ndevice if necessary, or contact your i…
[all …]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dregex.h32 size_t replace ( char ** , char * , char * , int );
37 size_t replace();
/illumos-gate/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/"
/illumos-gate/usr/src/common/ucode/
H A Dmkerrno.sh49 replace=' { "\1", '
54 ( sed -n "s/$pattern/$replace/p" < $1 | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dmkerrno.sh43 replace=' { "\1",'
49 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dmkerrno.sh42 replace=' { "\1",'
48 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dmkerrno.sh41 replace=' { "\1",'
47 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/tools/onbld/Checks/
H A DShellLint.py37 line = line.replace('/dev/stdin', filename)
38 line = line.replace('warning: ', '')
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_replace_001_neg.ksh60 log_mustnot zpool replace $TESTPOOL.virt /$TESTDIR/disk-1.dat \
64 log_mustnot zpool replace -f $TESTPOOL.virt /$TESTDIR/disk-1.dat \

123456