Searched refs:src (Results 651 - 675 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
101 long src, long tgt, long size);
103 long src, long tgt, java.util.List components);
100 pool_resource_transfer(long conf, long src, long tgt, long size) argument
102 pool_resource_xtransfer(long conf, long src, long tgt, java.util.List components) argument
/illumos-gate/usr/src/cmd/scadm/
H A DMakefile.com8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78 -I$(SRCDIR)/../../uts/sun4u -I$(SRCDIR)/../../../src/uts/sun4u
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
67 add_escape(char *src, char *dest, int limit) argument
72 sp = src;
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
324 #define ethaddr_copy(src, dst) bcopy((src), (dst), ETHERADDRL)
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
75 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
147 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
217 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
282 sub %o0, %o1, %g2 ! g2 gets the difference of src and dst
352 sub %o0, %o1, %o0 ! o0 gets the difference of src and dst
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h172 #define DRM_COPYFROM_WITH_RETURN(dest, src, size) \
173 if (ddi_copyin((src), (dest), (size), 0)) { \
178 #define DRM_COPYTO_WITH_RETURN(dest, src, size) \
179 if (ddi_copyout((src), (dest), (size), 0)) { \
184 #define DRM_COPY_FROM_USER(dest, src, size) \
185 ddi_copyin((src), (dest), (size), 0) /* flag for src */
187 #define DRM_COPY_TO_USER(dest, src, size) \
188 ddi_copyout((src), (dest), (size), 0) /* flags for dest */
297 /* Capabilities taken from src/sy
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h290 ssize_t (*arch_copyin)(const void *src, vm_offset_t dest,
293 ssize_t (*arch_copyout)(const vm_offset_t src, void *dest,
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c45 const uint8_t *src = s_start; local
46 uint32_t bufsiz = htonl(*(uint32_t *)src);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c515 * the supplied src address is not the loopback
554 * the supplied src address is not the loopback
802 * supplied src address is not
873 * supplied src address is not
1551 * Given two sets of metrics (src and dst), use the dst values if they are
1552 * set. If a dst value is not set but the src value is set, then we use
1553 * the src value.
1559 rts_merge_metrics(iulp_t *dst, const iulp_t *src) argument
1561 if (!src->iulp_set)
1565 dst->iulp_ssthresh = src
[all...]
H A Dsadb.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
371 sadb_makelarvalassoc(uint32_t spi, uint32_t *src, uint32_t *dst, int addrfam, argument
394 IPSA_COPY_ADDR(newbie->ipsa_srcaddr, src, addrfam);
1078 /* src/dst and proxy sockaddrs. */
1107 * Constant stuff. This includes base, SA, address (src, dst),
1934 * For the case of src == unspecified AF_INET6, and dst == AF_INET, convert
1940 struct sockaddr_in *src, *isrc; local
1993 src = (struct sockaddr_in *)
1995 if (src
2922 struct sockaddr_in *src, *dst, *isrc, *idst; local
4805 sadb_checkacquire(iacqf_t *bucket, ipsec_action_t *ap, ipsec_policy_t *pp, uint32_t *src, uint32_t *dst, uint32_t *isrc, uint32_t *idst, uint64_t unique_id, ts_label_t *tsl) argument
4867 uint32_t *src, *dst, *isrc, *idst; local
5879 sadb_address_t *src = local
6474 in6_addr_t src, dst; local
6507 struct sockaddr_in *src, *dst; local
6714 struct sockaddr_in6 *src, *dst; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c302 const char *src; local
310 src = vmem;
323 if (src) {
324 bcopy(src, dst, cplen);
325 src += cplen;
/illumos-gate/usr/src/cmd/od/
H A Dod.c296 add_out(output_t *src) argument
301 if ((out = calloc(1, sizeof (*src))) == NULL) {
306 while ((m % src->width) != 0) {
314 (void) memcpy(out, src, sizeof (*src));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
668 String src = s.toLowerCase(); // html tags are case-neutral
673 for (i = src.indexOf("<b>");
675 i = src.indexOf("<b>", i + 1))
679 for (i = src.indexOf("</b>");
681 i = src.indexOf("</b>", i + 1))
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
90 add_base(const char *src, const char *dst) argument
95 /* base must match on both src and dst */
96 if (strcmp(src, bp->b_src_spec))
102 fprintf(stderr, "BASE: FOUND base=%d, src=%s, dst=%s\n",
103 bp->b_ident, src, dst);
115 bp->b_src_spec = strdup(src);
133 fprintf(stderr, "BASE: ADDED base=%d, src=%s, dst=%s\n",
134 bp->b_ident, src, ds
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c61 copy_list(char ***dst, char **src) argument
70 if (src == NULL)
73 for (i = 0; src[i] != NULL; i++);
79 for (i = 0; src[i] != NULL; i++) {
80 newlist[i] = strdup(src[i]);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_cpu.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
642 volatile uint_t *src, *dst; local
672 for (src = (uint_t *)sbdp_shutdown_asm, dst = (uint_t *)bbsram_addr;
673 src < (uint_t *)sbdp_shutdown_asm_end; src++, dst++)
674 *dst = *src;
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c60 static void bcopy(const void *src, void *dst, size_t len);
287 bcopy(const void *src, void *dst, size_t len) argument
289 const char *s = src;
297 memcpy(void *dst, const void *src, size_t len) argument
300 bcopy(src, dst, len);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1568 core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst) argument
1570 dst->p_type = src->p_type;
1571 dst->p_flags = src->p_flags;
1572 dst->p_offset = (Elf64_Off)src->p_offset;
1573 dst->p_vaddr = (Elf64_Addr)src->p_vaddr;
1574 dst->p_paddr = (Elf64_Addr)src->p_paddr;
1575 dst->p_filesz = (Elf64_Xword)src->p_filesz;
1576 dst->p_memsz = (Elf64_Xword)src
1581 core_shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
83 " transfer [quantity] from resource src to tgt\n" \
84 " transfer a resource quantity from src to tgt\n" \
85 " transfer [quantity] to resource tgt from src\n" \
86 " transfer a resource quantity to tgt from src\n" \
230 %type <sval> name src tgt
422 transfer_qty: PCC_TRANSFER PCV_VAL_UINT PCK_FROM PCE_PSET src PCK_TO tgt
432 | PCC_TRANSFER PCV_VAL_UINT PCK_TO PCE_PSET tgt PCK_FROM src
486 src label
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
166 const char *src, *dst; local
174 src = ne->ne_name + strlen(ne->ne_name) - 1;
176 for (count = 0; src >= ne->ne_name && dst >= path;
177 src--, dst--, count++)
178 if (*src != *dst)
1323 nvlist_t *raw, *src, *dst; local
1385 src = fnvpair_value_nvlist(elem);
1387 name = fnvlist_lookup_string(src, ZPOOL_CONFIG_POOL_NAM
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Daio.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3256 aiocb_LFton(aiocb64_32_t *src, aiocb_t *dest) argument
3258 dest->aio_fildes = src->aio_fildes;
3259 dest->aio_buf = (void *)(uintptr_t)src->aio_buf;
3260 dest->aio_nbytes = (size_t)src->aio_nbytes;
3261 dest->aio_offset = (off_t)src->aio_offset;
3262 dest->aio_reqprio = src->aio_reqprio;
3263 dest->aio_sigevent.sigev_notify = src->aio_sigevent.sigev_notify;
3264 dest->aio_sigevent.sigev_signo = src
3762 aiocb_32ton(aiocb32_t *src, aiocb_t *dest) argument
[all...]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c532 nlm_copy_netobj(struct netobj *dst, struct netobj *src) argument
534 dst->n_len = src->n_len;
535 dst->n_bytes = kmem_alloc(src->n_len, KM_SLEEP);
536 bcopy(src->n_bytes, dst->n_bytes, src->n_len);
1165 nlm_copy_netbuf(struct netbuf *dst, struct netbuf *src) argument
1167 ASSERT(src->len <= src->maxlen);
1169 dst->maxlen = src->maxlen;
1170 dst->len = src
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
179 const pool_elem_t *src, const char *src_attr,
1740 pool_xml_res_transfer(pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
1751 pool_xml_res_xtransfer(pool_resource_t *src, pool_resource_t *tgt, argument
2087 * src - the root of the search, if NULL that means whole document
2094 pool_xml_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2100 pool_xml_elem_t *pxe = (pool_xml_elem_t *)src;
2121 element_class_tags[src->pe_class], src_attr) != PO_TRUE) {
2139 if (pool_build_xpath_buf(prov, src, PEC_SYSTE
2259 pool_build_xpath_buf(pool_xml_connection_t *prov, const pool_elem_t *src, pool_elem_class_t class, pool_value_t *props[], char_buf_t *cb, int is_ref) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c698 const struct addrinfo *src; local
704 for (src = src0; src != NULL; src = src->ai_next) {
705 if (src->ai_family != pai->ai_family)
708 cur->ai_next = copy_ai(src);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
926 rsrc_t *src; local
931 src = (next != NULL) ? next->next : cache_head.next;
933 while (src != &cache_tail) {
936 for (link = src->dependencies, cnt = 0;
948 return (src);
951 src = src->next;

Completed in 205 milliseconds

<<21222324252627282930>>