Searched refs:src (Results 676 - 700 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.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.
1092 ipaddr_t *src; local
1323 src = (ipaddr_t *)connp->conn_ht_iphc;
1324 dst[0] = src[0];
1325 dst[1] = src[1];
1326 dst[2] = src[2];
1327 dst[3] = src[3];
1328 dst[4] = src[4];
1329 dst[5] = src[
3624 uint32_t *dst, *src; local
[all...]
/illumos-gate/usr/src/lib/libbrand/common/
H A Dlibbrand.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.
325 int dst, src; local
332 for (src = 0; src < strlen((char *)sbuf) && dst < dbuf_size; src++) {
333 if (sbuf[src] != '%') {
334 dbuf[dst++] = sbuf[src];
338 switch (sbuf[++src]) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c281 merge_addrlists (struct addrlist *dest, struct addrlist *src) argument
296 for (i = 0; i < src->naddrs; i++)
298 dprint(" %A", src->addrs[i].ai);
303 err = krb5int_grow_addrlist (dest, src->naddrs);
306 for (i = 0; i < src->naddrs; i++) {
307 dest->addrs[dest->naddrs + i] = src->addrs[i];
308 src->addrs[i].ai = 0;
309 src->addrs[i].freefn = 0;
312 src->naddrs = 0;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.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.
711 smb_slist_t *src,
714 ASSERT(dst->sl_list.list_offset == src->sl_list.list_offset);
715 ASSERT(dst->sl_list.list_size == src->sl_list.list_size);
717 list_remove(&src->sl_list, obj);
720 src->sl_count--;
721 if ((src->sl_count == 0) && (src->sl_waiting)) {
722 src
709 smb_slist_obj_move( smb_slist_t *dst, smb_slist_t *src, void *obj) argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.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.
72 pad_bigint_attr(biginteger_t *src, biginteger_t *dst) argument
77 if (src == NULL || dst == NULL)
80 if (src->big_value_len == 0) {
92 padding = (src->big_value[0] < 0x80) ? 0 : 1;
93 dst->big_value_len = src->big_value_len + padding;
101 (void) memcpy(&(dst->big_value[padding]), src->big_value,
102 src->big_value_len);
113 unpad_bigint_attr(biginteger_t src, biginteger_ argument
[all...]
H A DsoftDSA.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.
411 biginteger_t src; local
450 if ((rv = dup_bigint_attr(&src, value, value_len)) != CKR_OK)
454 copy_bigint_attr(&src, dst);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplfile.c862 const char *src = suffix; local
865 switch(*src) {
869 *dst++ = *src++;
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h514 LDAP_API(int) LDAP_CALL ldap_utf8copy( char* dst, const char* src );
517 /* get one UCS-4 character, and move *src to the next character */
518 LDAP_API(unsigned long) LDAP_CALL ldap_utf8getcc( const char** src );
520 LDAP_API(char*) LDAP_CALL ldap_utf8strtok_r( char* src, const char* brk, char** next);
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c749 * dst - the stack to receive the keys from 'src'
750 * src - the stack whose keys are to be moved.
757 sunw_append_keys(STACK_OF(EVP_PKEY) *dst, STACK_OF(EVP_PKEY) *src)
762 while (sk_EVP_PKEY_num(src) > 0) {
763 tmpk = sk_EVP_PKEY_delete(src, 0);
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.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.
512 extern void istrcpy(char *dest, int dstsize, char *src);
538 extern char *nstrcpy(char *dst, int dstsize, char *src);
539 extern char *nstrcat(char *dst, int dstsize, char *src);
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c200 rtrim_copy(char *src, int len) argument
205 len = strlen(src);
208 strncpy(dst, src, len);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.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.
379 char *src = ep+pp->_nlLen; local
405 if (strcmp(src, trg) != 0) {
407 theAttr, src, trg);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.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.
169 const int32_t *src; local
178 src = sp->s_cnv_ptr;
192 ip = src + ch;
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.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.
741 kinet_ntop6(src, dst, size)
742 uchar_t *src;
763 * Find the longest run of 0x00's in src[] for :: shorthanding.
768 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
/illumos-gate/usr/src/uts/common/io/
H A Dksyms.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.
82 const char *src = (const char *)srcptr; local
90 bcopy(src, (hptr->cur->buf + hptr->curbuf_off), sz);
99 src += sz;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.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.
147 ! i0 - src address, i1 - dest address, i2 - count
179 srl %i3, %l0, %i5 ! upper src bits into lower dst bits
192 cmp %l2, %l0 ! cmp # reqd to fill dst w old src left
244 srl %i3, %l0, %i4 ! upper src bits into lower dst bits
258 srl %i3, %l0, %i4 ! upper src byte into lower dst byte
267 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst
297 sub %i0, %i1, %i0 ! i0 gets the difference of src and dst
325 sub %i0, %i1, %i0 ! i0 gets the difference of src an
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s9 * 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.
126 andn %o0, 7, %o5 ! delay: base src addr
147 andn %o3, %o5, %o3 ! select hw's from src
154 ldx [%o0], %o3 ! tmp64 = *src++ (groups with the branch)
178 andn %o3, %o5, %o3 ! select hw's from src
212 lduh [%o0], %o3 ! tmp16 = *src++
221 lduh [%o0], %o3 ! tmp16 = *src++
249 btst 63, %i0 ! src 64-byte aligned?
269 andn %l0, %l4, %l0 ! select hw's from src
[all...]
/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.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.
628 char **src; local
645 if ((rc = nvlist_lookup_string_array(nvlp, adp->name, &src,
667 if ((dst[i] = strdup(src[i])) == NULL) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.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.
290 changelist_rename(prop_changelist_t *clp, const char *src, const char *dst) argument
300 if (!isa_child_of(cn->cn_handle->zfs_name, src))
309 (void) strcat(newname, cn->cn_handle->zfs_name + strlen(src));
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzread.c471 unsigned char *src = state->out + state->x.have; local
473 while (src > state->out)
474 *--dest = *--src;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib8 # 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.
168 eval sed -e 's:^$src_fs:PREFIX:g' < $BACKDIR/src1 > $BACKDIR/src
171 diff $BACKDIR/src $BACKDIR/dst
174 rm -f $BACKDIR/src $BACKDIR/dst $BACKDIR/src1 $BACKDIR/dst1
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.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.
1204 tg_node_t *node, *src; local
1218 src = &tg_node[tg_nnodes + tg_nanchored++];
1219 src->tgn_base = addr;
1220 src->tgn_limit = addr + size;
1221 src->tgn_type = type;
1260 edge->tge_src = src;
1262 edge->tge_nextout = src->tgn_outgoing;
1263 src
2029 tg_node_t *src = NULL; local
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.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.
1460 repcache_entity_t *src; local
1468 result = entity_find2(cp, srcid, &src, destid, &dest);
1472 result = rc_node_next_snaplevel(&src->re_node, &dest->re_node);
1474 entity_release(src);
1483 repcache_entity_t *src; local
1490 result = entity_find2(cp, srcid, &src, destid, &dest);
1500 result = rc_snapshot_take_new(&src->re_node, NULL,
1504 result = rc_snapshot_take_attach(&src
1519 repcache_entity_t *src; local
1549 repcache_entity_t *src; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.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.
736 copy_bigint_attr(biginteger_t *src, biginteger_t *dst) argument
739 if ((src->big_value != NULL) &&
740 (src->big_value_len > 0)) {
743 * to src's.
745 dst->big_value = src->big_value;
746 dst->big_value_len = src->big_value_len;
749 * After the copy, nullify the src's big_value pointer.
752 src
763 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) argument
[all...]
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.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.
275 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) argument
277 const greg_t *gregs = &src->uc_mcontext.gregs[0];
305 ucontext_32_to_prgregs(const ucontext32_t *src, prgregset_t dst) argument
311 const greg32_t *gregs = &src->uc_mcontext.gregs[0];

Completed in 180 milliseconds

<<21222324252627282930>>