Searched refs:src (Results 451 - 475 of 1056) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.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.
351 CK_BYTE_PTR src; local
360 src = pOperationState;
363 bcopy(src, &expected_len, sizeof (int));
372 src += sizeof (int);
375 bcopy(src, &src_ses_state, sizeof (CK_STATE));
378 src += sizeof (CK_STATE);
384 bcopy(src, &tmp_op, sizeof (crypto_active_op_t));
389 src
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c577 char *src; local
595 src = dst = ret = (string ? string : last);
596 if (src[0] == 0)
599 while (ch = *src) {
601 if (*++src == 0)
605 if (ch == '\\' && src[1] == ':')
606 src++;
607 *dst++ = *src++;
609 last = src;
/illumos-gate/usr/src/cmd/format/
H A Dmisc.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.
804 canonicalize_name(dst, src)
806 char *src;
813 s = strchr(src, 'c');
854 dump(hdr, src, nbytes, format)
856 caddr_t src;
878 err_print("%02x ", src[i] & 0xff);
887 isprint(src[i]) ? src[
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.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.
356 * and the address pointed by src is a IPv4-mapped IPv6 address, it
361 _inet_ntop_native(int af, const void *src, char *dst, size_t size) argument
367 if (IN6_IS_ADDR_V4MAPPED((struct in6_addr *)src)) {
368 IN6_V4MAPPED_TO_INADDR((struct in6_addr *)src, &src4);
371 result = inet_ntop(AF_INET6, src, dst, size);
374 result = inet_ntop(af, src, dst, size);
/illumos-gate/usr/src/common/list/
H A Dlist.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.
198 * Insert src list after dst list. Empty src list thereafter.
201 list_move_tail(list_t *dst, list_t *src) argument
204 list_node_t *srcnode = &src->list_head;
206 ASSERT(dst->list_size == src->list_size);
207 ASSERT(dst->list_offset == src->list_offset);
209 if (list_empty(src))
217 /* empty src lis
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c44 const uint8_t *src = s_start; local
45 uint32_t bufsiz = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) |
46 src[3];
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_memlist.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.
27 * XXX This stuff should be in usr/src/common, to be shared by boot
289 * Subsume memlist src into memlist dest
292 memlist_subsume(struct memlist **src, struct memlist **dest) argument
296 head = *src;
303 *src = 0;
307 * Merge memlist src into memlist dest; don't destroy src
310 memlist_merge(struct memlist **src, struc argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPlatformCommon.c35 mDNSexport void mDNSPlatformSourceAddrForDest(mDNSAddr *const src, const mDNSAddr *const dst) argument
41 src->type = mDNSAddrType_None;
77 src->type = dst->type;
78 if (dst->type == mDNSAddrType_IPv4) src->ip.v4.NotAnInteger = addr.a4.sin_addr.s_addr;
79 else src->ip.v6 = *(mDNSv6Addr*)&addr.a6.sin6_addr;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.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.
1501 * src - The IBT RC QP attributes.
1511 ibt_qp_rc_attr_t *src)
1513 dest->sq_psn = src->rc_sq_psn;
1514 dest->rq_psn = src->rc_rq_psn;
1515 dest->dest_qp_num = src->rc_dst_qpn;
1516 dest->rnr_retry = src->rc_rnr_retry_cnt;
1517 dest->retry_cnt = src->rc_retry_cnt;
1518 dest->max_dest_rd_atomic = src
1510 uverbs_query_copy_rc(struct ib_uverbs_query_qp_resp *dest, ibt_qp_rc_attr_t *src) argument
1555 uverbs_query_copy_uc(struct ib_uverbs_query_qp_resp *dest, ibt_qp_uc_attr_t *src) argument
1590 uverbs_query_copy_rd(struct ib_uverbs_query_qp_resp *dest, ibt_qp_rd_attr_t *src) argument
1610 uverbs_query_copy_ud(struct ib_uverbs_query_qp_resp *dest, ibt_qp_ud_attr_t *src) argument
1637 uverbs_query_copy_info(struct ib_uverbs_query_qp_resp *dest, ibt_qp_info_t *src) argument
1713 uverbs_query_copy_attr(struct ib_uverbs_query_qp_resp *dest, ibt_qp_query_attr_t *src) argument
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
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.
88 * if src & dst aligned on word boundary but not long word boundary,
90 * if src & dst aligned on long word boundary
92 * if src & dst not aligned and length <= 14
94 * move enough bytes to get src to word boundary
108 * if( src is on long word boundary ) {
110 * finish_long: src/dst aligned on 8 bytes
113 * } else { src/dst aligned; count > 512
115 * src alignment
[all...]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.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.
75 static void fpuregset_32ton(const fpregset32_t *src, fpregset_t *dest,
1719 fpuregset_nto32(const fpregset_t *src, fpregset32_t *dest, struct fq32 *dfq) argument
1725 dest->fpu_fr.fpu_regs[i] = src->fpu_fr.fpu_regs[i];
1727 dest->fpu_fsr = (uint32_t)src->fpu_fsr;
1728 dest->fpu_qcnt = src->fpu_qcnt;
1730 dest->fpu_en = src->fpu_en;
1732 if ((src->fpu_qcnt) && (dfq != NULL)) {
1733 struct _fq *sfq = src
1750 fpuregset_32ton(const fpregset32_t *src, fpregset_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
1776 ucontext_32ton(const ucontext32_t *src, ucontext_t *dest, const struct fq32 *sfq, struct _fq *dfq) argument
1821 rwindow_nto32(struct rwindow *src, struct rwindow32 *dest) argument
1832 rwindow_32ton(struct rwindow32 *src, struct rwindow *dest) argument
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore_linux.h165 #define LTIME_TO_TIMESPEC(dst, src) \
166 (dst).tv_sec = (src).tv_sec; \
167 (dst).tv_nsec = (src).tv_usec * 1000;
/illumos-gate/usr/src/lib/libc/i386_hwcap1/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.
45 leal -1(%esi,%ecx),%edx / %edx = src + size - 1
46 jbe .memcpy_post / jump if dst <= src
48 jbe .CopyLeft / jump if dst <= src + size - 1
230 / because of overlap between src and dst. This is not particularly optimized.
237 movl %edx,%esi / src = src + size - 1
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlen.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.
63 andcc %o0, 3, %o4 ! is src word aligned
67 cmp %o4, 2 ! is src half-word aligned
74 cmp %o4, 3 ! src is byte aligned
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.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.
63 andcc %o0, 3, %o4 ! is src word aligned
67 cmp %o4, 2 ! is src half-word aligned
74 cmp %o4, 3 ! src is byte aligned
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpmove.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.
54 move_job(papi_service_t svc, char *src, int32_t id, char *dest) argument
60 status = papiJobMove(svc, src, id, dest);
65 fprintf(stderr, gettext("%s-%d to %s: %s\n"), src, id, dest, mesg);
/illumos-gate/usr/src/cmd/sendmail/aux/
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.
58 INCPATH= -I../src -I../db -I../include
74 convtime.o: ../src/convtime.c
75 $(COMPILE.c) ../src/convtime.c
/illumos-gate/usr/src/cmd/bnu/
H A Dstoa.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.
204 xfer(dest, src, len, max)
205 char *dest, *src;
218 memcpy(dest, src, (int)len);
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.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.
304 _do_unescape(char *src) argument
309 if (src == NULL) {
310 dst = _strdup_null(src);
312 strip_spaces(&src);
313 tmp = _unescape(src, "=;:,\\");
314 dst = (tmp == NULL) ? _strdup_null(src) : tmp;
/illumos-gate/usr/src/cmd/file/
H A Delf_read.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.
134 Elf_Data src, dst; local
147 src.d_buf = (Elf_Void *)hdr;
148 src.d_type = type;
149 src.d_version = version;
154 src.d_size = elf_fsize(type, 1, version);
156 if (elf_xlatetom(&dst, &src, format) == NULL)
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c194 char src[2], dst[3]; local
224 src[0] = (char)s->equiv[0];
225 src[1] = '\0';
226 if (MB_CUR_MAX == 1 && strxfrm(dst, src, sizeof (dst)) == 1) {
229 *src = i;
230 if (strxfrm(dst, src, sizeof (dst)) == 1 && pri &&
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsparc_assm.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.
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_get_rp_rd.S14 ! You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 ! file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dbrk.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.
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_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.
176 commp_add_str(char **dest, const char *src, int len) argument
183 (void) strncpy(*dest, src, len);

Completed in 194 milliseconds

<<11121314151617181920>>