Searched refs:src (Results 626 - 650 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.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.
375 ip6_asp32_t *src; local
392 src = (void *)new_table;
394 bcopy(src + i, dst + i, sizeof (*src));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c950 /* Parameters ppairs1, ppairs - src, dst ports we want to match. */
953 /* src, dst port, which belong to session (state entry). */
2093 /* src(I) - pointer to source address */
2101 static ipstate_t *fr_matchsrcdst(fin, is, src, dst, tcp, cmask)
2104 i6addr_t *src, *dst;
2156 (IP6_EQ(&is->is_src, src) || (flags & SI_W_SADDR))) {
2166 if ((IP6_EQ(&is->is_dst, src) || (flags & SI_W_DADDR)) &&
2370 i6addr_t dst, src; local
2438 bzero((char *)&src, sizeof(src));
2674 i6addr_t src, dst; local
4024 i6addr_t dst, src; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.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.
65 stmf_lun_map_t *stmf_duplicate_ve_map(stmf_lun_map_t *src);
66 int stmf_merge_ve_map(stmf_lun_map_t *src, stmf_lun_map_t *dst,
715 stmf_duplicate_ve_map(stmf_lun_map_t *src) argument
722 if (src == NULL)
725 if (src->lm_nentries) {
729 dst->lm_plus[i] = src->lm_plus[i];
746 stmf_merge_ve_map(stmf_lun_map_t *src, stmf_lun_map_t *dst, argument
754 *pp_ret_map = stmf_duplicate_ve_map(src);
[all...]
/illumos-gate/usr/src/msg/
H A DMakefile8 # 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.
40 uxlibc.src
44 # directory usr/src/msg). Each entry here should be accompanied by an
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.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.
172 static void dacf_opset_copy(dacf_opset_t *dst, dacf_opset_t *src);
869 dacf_opset_copy(dacf_opset_t *dst, dacf_opset_t *src) argument
872 ASSERT(src && dst);
876 dst->opset_name = kmem_alloc(strlen(src->opset_name) + 1, KM_SLEEP);
877 (void) strcpy(dst->opset_name, src->opset_name);
882 if ((src->opset_ops[nelems].op_id == DACF_OPID_END) ||
883 (src->opset_ops[nelems].op_func == NULL)) {
895 dst->opset_ops[i].op_id = src
[all...]
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc8 * 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.
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_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.
148 #define list_splice(src, dst) { \
149 list_create(dst, (src)->list_size, (src)->list_offset); \
150 list_move_tail(dst, src); \
/illumos-gate/usr/src/uts/sun4v/sys/
H A DMakefile8 # 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.
96 ROOTDIR= $(ROOT)/usr/share/src
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.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.
404 prom_memlist_t *src,
414 for (i = 0; i < nelems; src++, i++) {
415 dst->ml_address = src->addr;
416 dst->ml_size = src->size;
403 copy_memlist( prom_memlist_t *src, size_t nelems, struct memlist **dstp) argument
/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c228 timerfd_copyout(itimerspec_t *src, uintptr_t addr) argument
231 if (copyout(src, (void *)addr, sizeof (itimerspec_t)) != 0)
236 if (ITIMERSPEC_OVERFLOW(src))
239 ITIMERSPEC_TO_ITIMERSPEC32(&src32, src);
/illumos-gate/usr/src/uts/intel/mpt_sas/
H A DMakefile8 # 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.
32 UTSBASE = ../../../../src/uts
/illumos-gate/usr/src/uts/sparc/mpt_sas/
H A DMakefile8 # 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.
30 # Path to the base of the uts directory tree (usually /usr/src/uts).
32 UTSBASE = ../../../../src/uts
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c141 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst,
149 (void)src; // Will need to use this parameter once we implement mDNSPlatformUDPSocket/mDNSPlatformUDPClose
317 mDNSexport mDNSBool mDNSPlatformPeekUDP(mDNS *const m, UDPSocket *src) argument
320 (void)src; // unused
1410 mDNSexport void mDNSPlatformStrCopy(void *dst, const void *src) argument
1412 strcpy((char *)dst, (char *)src);
1417 mDNSexport mDNSu32 mDNSPlatformStrLen (const void *src) argument
1419 return strlen((char*)src);
1424 mDNSexport void mDNSPlatformMemCopy(void *dst, const void *src, mDNSu32 len) argument
1426 memcpy(dst, src, le
140 mDNSPlatformSendUDP(const mDNS *const m, const void *const msg, const mDNSu8 *const end, mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstPort, mDNSBool useBackgroundTrafficClass) argument
1431 mDNSPlatformMemSame(const void *dst, const void *src, mDNSu32 len) argument
1438 mDNSPlatformMemCmp(const void *dst, const void *src, mDNSu32 len) argument
1640 mDNSPlatformSetuDNSSocktOpt(UDPSocket *src, const mDNSAddr *dst, DNSQuestion *q) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.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.
194 * Copy at most min(cpsize, dstsize-1) bytes from src into dst,
195 * truncating src if necessary. The result is always null-terminated.
199 * src - Source string
211 elfedit_strnbcpy(char *dst, const char *src, size_t cpsize, size_t dstsize) argument
216 (void) strncpy(dst, src, cpsize + 1);
2763 char *src, *dst; local
2787 src = origin_root + strlen(origin_root);
2788 while ((src > origin_roo
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.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.
1055 lgrp_handle_t src, dest; local
1067 src = from;
1073 if (src < 0 || src >= MAX_NODES || dest < 0 || dest >= MAX_NODES)
1081 if (lgrp_plat_lat_stats.latencies[src][src] == 0) {
1088 ASSERT(lgrp_plat_lat_stats.latencies[src][src]);
2639 int src; local
2720 int src, dst; local
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.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.
73 static void string_dump(char *hdr, uchar_t *src, int nbytes, int format,
126 string_dump(char *hdr, uchar_t *src, int nbytes, int format, char msg_string[]) argument
147 "%02x ", src[i] & 0xff);
158 "%c", isprint(src[i]) ? src[i] : '.');
163 src += n;
1560 dump_hex_data(char *hdr, uchar_t *src, int nbytes, int format) argument
1580 (void) fprintf(stdout, "%02x ", src[
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.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.
385 ddt_stat_add(ddt_stat_t *dst, const ddt_stat_t *src, uint64_t neg) argument
387 const uint64_t *s = (const uint64_t *)src;
415 ddt_histogram_add(ddt_histogram_t *dst, const ddt_histogram_t *src) argument
418 ddt_stat_add(&dst->ddh_stat[h], &src->ddh_stat[h], 0);
568 ddt_compress(void *src, uchar_t *dst, size_t s_len, size_t d_len) argument
577 c_len = ci->ci_compress(src, dst, s_len, d_len - 1, ci->ci_level);
581 bcopy(src, dst, s_len);
593 ddt_decompress(uchar_t *src, voi argument
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.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.
875 copy_bigint_attr(biginteger_t *src, biginteger_t *dst) argument
878 if ((src->big_value != NULL) &&
879 (src->big_value_len > 0)) {
882 * to src's.
884 dst->big_value = src->big_value;
885 dst->big_value_len = src->big_value_len;
888 * After the copy, nullify the src's big_value pointer.
891 src
900 get_string_from_template(CK_ATTRIBUTE_PTR dest, CK_ATTRIBUTE_PTR src) argument
925 get_cert_attr_from_template(cert_attr_t **dest, CK_ATTRIBUTE_PTR src) argument
964 get_cert_attr_from_object(cert_attr_t *src, CK_ATTRIBUTE_PTR template) argument
4544 cert_attr_t src; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c594 template_copy(TEMPLATE *dest, TEMPLATE *src) { argument
597 if (! dest || ! src) {
600 node = src->attribute_list;
986 template_merge(TEMPLATE *dest, TEMPLATE **src) argument
991 if (! dest || ! src) {
994 node = (*src)->attribute_list;
1007 (void) template_free(*src);
1008 *src = NULL;
/illumos-gate/usr/src/lib/libproc/i386/
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.
168 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) argument
170 (void) memcpy(dst, src->uc_mcontext.gregs, sizeof (gregset_t));
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.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.
102 movl %edx,%esi / src = src + size - 1
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.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.
272 __pos4obj_md5toa(unsigned char *dest, unsigned char *src) argument
278 p = (uint32_t *)src;
/illumos-gate/usr/src/cmd/vi/port/
H A Dovdoprnt.s12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.

Completed in 178 milliseconds

<<21222324252627282930>>