Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 25 of 142) sorted by last modified time

123456

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c758 ulwp_t *replace = NULL; in _thrp_exit() local
810 if ((replace = udp->ulwp_replace_free) == NULL) in _thrp_exit()
811 replace = lmalloc(REPLACEMENT_SIZE); in _thrp_exit()
831 if (replace != NULL) { in _thrp_exit()
833 (void) memcpy(replace, self, REPLACEMENT_SIZE); in _thrp_exit()
834 replace->ul_self = replace; in _thrp_exit()
839 hash_in_unlocked(replace, ix, udp); in _thrp_exit()
844 set_curthread(self = replace); in _thrp_exit()
1002 int replace; in _thrp_join() local
1058 replace = ulwp->ul_replace; in _thrp_join()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c758 conn_get_ixa_impl(conn_t *connp, boolean_t replace, int kmflag) in conn_get_ixa_impl() argument
789 if (replace) { in conn_get_ixa_impl()
817 conn_get_ixa(conn_t *connp, boolean_t replace) in conn_get_ixa() argument
819 return (conn_get_ixa_impl(connp, replace, KM_NOSLEEP)); in conn_get_ixa()
827 conn_get_ixa_tryhard(conn_t *connp, boolean_t replace) in conn_get_ixa_tryhard() argument
829 return (conn_get_ixa_impl(connp, replace, KM_SLEEP)); in conn_get_ixa_tryhard()
/illumos-gate/usr/src/uts/
H A DREADME271 - replace with module name
274 - replace with MODULE_OBJS
276 - replace directory part with the appropriate
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c305 dbm_store(DBM *db, datum key, datum dat, int replace) in dbm_store() argument
323 if (!replace) in dbm_store()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src568 # If you want pound signs rather than dollars, replace `B' with `A'
7234 # built to replace them, and a qvt119+ which was a 101+ with available wide
11175 # Pn= = Enter reverse insert/replace mode
11182 # Pn= = Exit reverse insert/replace mode
16262 # The following status modes are assumed for normal operation (replace the
16350 # DAENABLE yes DALINES 30 DAMODE replace
16352 # FLAGGING input INSERTREPLACE replace LFCR no
16395 # DAMODE replace DAVISIBILITY yes ECHO no
16396 # EDITMARGINS 1 32 FLAGGING input INSERTREPLACE replace
21753 # * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
[all …]
H A Dtermcap.src543 # If you want pound signs rather than dollars, replace `B' with `A'
6419 # built to replace them, and a qvt119+ which was a 101+ with available wide
9851 # Pn= = Enter reverse insert/replace mode
9858 # Pn= = Exit reverse insert/replace mode
14397 # The following status modes are assumed for normal operation (replace the
14477 # DAENABLE yes DALINES 30 DAMODE replace
14479 # FLAGGING input INSERTREPLACE replace LFCR no
14519 # DAMODE replace DAVISIBILITY yes ECHO no
14520 # EDITMARGINS 1 32 FLAGGING input INSERTREPLACE replace
19535 # * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
[all …]
/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/include/
H A Dlibtest.shlib2775 # Wait for every device replace operation to complete
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope716 # at 3 hours. It was amended in 1996 to replace September with October.
/illumos-gate/usr/src/cmd/sh/
H A Dfault.c415 replace(&trapcom[sig], a1); in systrap()
424 replace(&trapcom[sig], a1); in systrap()
H A Dname.c197 replace(unsigned char **a, unsigned char *v) in replace() function
239 replace(&n->namval, v); in assign()
445 replace(p, &numbuf[j]); in assnum()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c605 replace(fname, tname);
751 replace(fname, tname);
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1429 parent.lhs.location.replace(parent.lhs.location.pathname + "#" + num);
1430 parent.rhs.location.replace(parent.rhs.location.pathname + "#" + num);
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run433 tests = ['zpool_replace_001_neg', 'zpool_replace_002_neg', 'replace-o_ashift',
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m1850 path=opt/zfs-tests/tests/functional/cli_root/zpool_replace/replace-o_ashift \
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE21 10-10-20 ln: fix 'cannot replace existing file' logic
57 09-08-10 uniq.c: replace -c 1..9999 sfsprintf() with inline conversion
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S562 ! 2. replace t_intr_start with %tick (if %o3 is set) or 0.
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s38 / replace them with the notice and other provisions required by
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c49 static int error = 0, replace, nbthreads = 1; variable
423 replace = 1; in options_callback()
639 modop = replace ? LDAP_MOD_REPLACE : LDAP_MOD_ADD;
865 modop = replace ? LDAP_MOD_REPLACE : LDAP_MOD_ADD;
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c562 replace: np->nvp_devid = new_devid; in e_devid_cache_register_cmn()
578 goto replace; in e_devid_cache_register_cmn()
/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/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/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/libxcurses2/src/libc/xcurses/
H A Dcaps284 char_padding rmp rP str Like ip but when in replace mode
319 key_replace krpl &3 str Sent by replace key
348 key_sreplace kRPL %h str Sent by shift-replace key
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test175 explain, fail, ignore, key, offset, pragma, replace, temp,

123456