Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 98) sorted by relevance

1234

/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_rename.c87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) in pr_link() argument
95 return (link(existing, new)); in pr_link()
106 adp->arg_object = (void *)existing; in pr_link()
109 adp->arg_size = strlen(existing) + 1; in pr_link()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh72 log_assert "zfs rename -r failed, when snapshot name is already existing."
101 log_pass "zfs rename -r failed, when snapshot name is already existing passed."
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.msg233 \tvalue is AND'd against the existing value. If -or is\n\
234 \tspecified, the new value is OR'd against the existing\n\
236 \treplaces the existing value.\n"
253 \tvalue is AND'd against the existing value. If -or is\n\
254 \tspecified, the new value is OR'd against the existing\n\
256 replaces the existing value.\n"
273 \tvalue is AND'd against the existing value. If -or is\n\
274 \tspecified, the new value is OR'd against the existing\n\
276 \treplaces the existing value.\n"
293 \tvalue is AND'd against the existing value. If -or is\n\
[all …]
H A Ddyn.msg107 leaving any existing elements with the same tag untouched.\n"
327 \tagainst the existing value. If neither -and or -or are\n\
328 \tspecified, the new value replaces the existing value.\n\
357 \tAND'd against the existing value. If -or is specified,\n\
358 \tthe new value is OR'd against the existing value. If\n\
360 \tthe existing value.\n\
381 \tAND'd against the existing value. If -or is specified,\n\
382 \tthe new value is OR'd against the existing value. If\n\
384 \tthe existing value.\n\
406 \tthe new value is OR'd against the existing value. If\n\
[all …]
H A Dsyminfo.msg42 @ MSG_DEBUG_CONVNULL "[%d: %s][%d]: No existing %s to modify. Converting \
154 \tAND'd against the existing value. If -or is specified,\n\
155 \tthe new value is OR'd against the existing value. If\n\
157 \tthe existing value.\n"
H A Dstr.msg180 The str:set command is used to display or alter the existing\n\
196 long as it will fit in the existing size of the string table.\n\
204 o\tIf new-string is longer than the existing string at\n\
210 o\tELF files may have other dependencies upon the existing\n\
220 \tthe existing value of DT_SUNW_STRPAD to reflect the space used.\n"
267 o\tELF files may have other dependencies upon the existing\n\
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles36 1. Make interface additions to an existing library
39 2. Update an interface in an existing library
40 - remove an existing interface
45 existing library
160 any pre-existing Public version.
177 with private symbols pre-existing illumos, or "ILLUMOSprivate" otherwise
235 4.0 Making interface additions to an existing library
365 existing mapfiles sometimes reflect this unfortunate state of affairs.
369 5.0 How to update an interface in an existing library
371 5.1 Removing an existing interface
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.c96 dt_list_delete(dt_list_t *dlp, void *existing) in dt_list_delete() argument
98 dt_list_t *p = existing; in dt_list_delete()
H A Ddt_aggregate.c58 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count() argument
63 existing[i] = existing[i] + new[i]; in dt_aggregate_count()
83 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min() argument
85 if (*new < *existing) in dt_aggregate_min()
86 *existing = *new; in dt_aggregate_min()
91 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max() argument
93 if (*new > *existing) in dt_aggregate_max()
94 *existing = *new; in dt_aggregate_max()
131 int64_t arg = *existing++; in dt_aggregate_lquantize()
136 existing[i] = existing[i] + new[i + 1]; in dt_aggregate_lquantize()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_list.c96 mdb_list_delete(mdb_list_t *mlp, void *existing) in mdb_list_delete() argument
98 mdb_list_t *p = existing; in mdb_list_delete()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvReg.java176 SrvLocMsg makeReply(boolean existing) { in makeReply() argument
180 hdr.fresh = existing; in makeReply()
H A DSSrvReg.java126 SrvLocMsg makeReply(boolean existing) { in makeReply() argument
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.ext36 /* but, they could have been used by existing applications */
44 /* this could have been used by existing applications */
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_list.c113 ipmi_list_delete(ipmi_list_t *lp, void *existing) in ipmi_list_delete() argument
115 ipmi_list_t *p = existing; in ipmi_list_delete()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_list.c120 fmd_list_delete(fmd_list_t *lp, void *existing) in fmd_list_delete() argument
122 fmd_list_t *p = existing; in fmd_list_delete()
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c99 ctf_list_delete(ctf_list_t *lp, void *existing) in ctf_list_delete() argument
101 ctf_list_t *p = existing; in ctf_list_delete()
/illumos-gate/
H A DREADME.md36 Most of the existing code is licensed under the
38 be under this license as well. Modifications of existing code may not alter
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c129 topo_list_delete(topo_list_t *lp, void *existing) in topo_list_delete() argument
131 topo_list_t *p = existing; in topo_list_delete()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK86 of doing so is largely a matter of examining the files for existing
101 and the existing relocation engines:
108 you require. If your new system has attributes not found in an existing
111 may require you to also modify the existing relocation engines, and
120 the engine, examine the code for the existing engines.
189 in usr/src/cmd/sgs/libld/Makefile.com to see the files for existing
207 The existing code is the documentation for this phase of things: The
210 differences in the ABI for your new target and those existing ones.
251 comments in _libld.h for existing optional fields. It suffices to
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmapfile-intf43 # existing in librcm.so.1.
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.msg59 \t[-u]\t\tupdate existing configuration file\n\
64 \tto crle() result in the replacement of any existing \
69 existing\n\
/illumos-gate/usr/src/
H A DMakefile.msg.targ31 # Over time, existing Makefiles should be rewritten to include this file
/illumos-gate/usr/src/tools/findunref/
H A DREADME.exception_lists34 Most files in this category should be matched by the existing filename globs, so
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v661 The overall plan is to enhance the existing Solaris dhcpagent so
226 just as happens with the existing stateless address
394 it need to be made carefully. (For example, the existing 'pkt'
407 existing design.
431 option. The existing code sets the current time value in
443 a pointer to an existing option and add an embedded option within
444 it. The packet length and existing option length are updated. If
445 that existing option isn't a top-level option, though, this means
457 if_sock_ip_fd in the existing design, but that existing socket is
474 to find the correct transaction ID, but the existing design
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-smrt.p5m30 # devices. To ensure that folks can still boot existing systems we have

1234