Searched defs:src (Results 501 - 525 of 569) sorted by relevance

<<212223

/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.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 int warn_mismatch(char *desc, char *src, int expect, int assigned);
451 warn_mismatch(char *desc, char *src, int expect, int assigned) argument
467 desc, assigned, src, expect);
473 desc, assigned, src, expect);
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.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.
936 backend_do_copy(const char *src, int srcfd, const char *dst, argument
952 "at offset %d: %s\n", src, r_off, strerror(errno));
1012 const char *src; local
1052 src = be->be_checkpoint;
1056 src = be->be_path;
1059 if (!backend_check_backup_needed(src, finalpath)) {
1100 infd = open(src, O_RDONLY);
1103 src, strerro
1490 backend_copy_repository(const char *src, const char *dst, int remove_src) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.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.
214 ip_drop_input("ipIfStatsInAddrErrors: mcast src", mp, ill);
1019 in6_addr_t *src, *dst, *gateway; local
1049 src = &ip6h->ip6_src;
1054 if (!IN6_IS_ADDR_LINKLOCAL(src) ||
1111 !IN6_ARE_ADDR_EQUAL(src, &prev_ire->ire_gateway_addr_v6)) {
1218 &ipv6_all_ones, 0, src,
1227 redir_ire = ire_ftable_lookup_v6(dst, 0, src, IRE_HOST,
1849 * upper protocol is expected to reset the src addres
[all...]
H A Dipsecah.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.
1044 struct sockaddr_in *src, *dst; local
1082 src = (struct sockaddr_in *)(srcext + 1);
1104 ASSERT(src->sin_family == dst->sin_family);
H A Dipsecesp.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.
999 uint32_t *src, *dst; local
1001 src = (uint32_t *)(start + divpoint);
1005 IS_P2ALIGNED(src, sizeof (uint32_t)));
1008 src--;
1010 *dst = *src;
1011 } while (src != (uint32_t *)start);
1016 uint8_t *src, *dst; local
1018 src
3577 struct sockaddr_in *src, *dst; local
[all...]
H A Dip_ndp.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.
1194 ndp_solicit(ncec_t *ncec, in6_addr_t src, ill_t *ill) argument
1209 ill->ill_phys_addr_length, &src, &dst, 0);
1646 in6_addr_t src; local
1657 src = ip6h->ip6_src;
1680 if (IN6_IS_ADDR_UNSPECIFIED(&src)) {
1741 if (!IN6_IS_ADDR_UNSPECIFIED(&src)) {
1785 &src, /* Soliciting nodes address */
1844 src
4183 nce_resolve_src(ncec_t *ncec, in6_addr_t *src) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3619 /* Parameters: src(I) - pointer to byte sequence to match */
3624 /* Search dst for a sequence of bytes matching those at src and extend for */
3627 char *memstr(src, dst, slen, dlen)
3628 char *src, *dst;
3634 if (bcmp(src, dst, slen) == 0) {
4065 /* Parameters: src(I) - pointer to the source address */
4070 /* to start copying from (src) and a pointer to where to store it (dst). */
4071 /* NB: src - pointer to user space pointer, dst - kernel space pointer */
4073 int copyinptr(src, dst, size)
4074 void *src, *ds
6119 i6addr_t *src, *dst, *and, *dmask; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.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.
4555 * src: User source buffer address.
4567 ql_get_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) argument
4572 if (ddi_copyin(src++, dst++, 1, mode) != 0) {
4586 * src: Kernal source buffer address.
4598 ql_send_buffer_data(caddr_t src, caddr_t dst, uint32_t size, int mode) argument
4603 if (ddi_copyout(src++, dst++, 1, mode) != 0) {
5228 uint8_t bp[4], *src; local
5306 for (src
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dgld.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.
5824 gld_bitrevcopy(caddr_t src, caddr_t target, size_t n) argument
5827 *target++ = bit_rev[(uchar_t)*src++];
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.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.
4736 caddr_t *src, *dst; local
4739 src = &engp->bufpos;
4742 src = (caddr_t *)&buf;
4754 (void) memcpy(*dst, *src, cpsz);
4763 (void) memcpy(*dst, *src, cpsz);
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.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.
3301 caddr_t src, dst; local
3436 src = (caddr_t)&srp->sr_fc_frame_hdr;
3438 bcopy(src, dst, sizeof (fc_frame_header_t));
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.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.
4126 create_homedir(const char *src, const char *dst) { argument
4139 if (stat(src, &stbuf) == 0) {
4141 trace_prt(1, "src exists\n");
4159 src_dir_len = strlen(src) - homedir_len;
4163 (strncmp(dst, src, dst_dir_len) != 0)) {
4176 (strcmp(pwd->pw_dir, src + src_dir_len) != 0)) {
4179 src+src_dir_len);
4183 if (mkdir(src,
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.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.
254 htable_t *src; local
344 src = htable_lookup(kas.a_hat, va, rp->hkr_level);
345 ASSERT(src != NULL);
346 x86pte_copy(src, ht, start, cnt);
347 htable_release(src);
954 x86pte_t *src; local
964 src = hat->hat_vlp_ptes;
969 if (pte == src[
[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/uts/common/fs/sockfs/
H A Dsocktpi.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.
1659 void *src; local
1695 src = sogetoff(mp, conn_ind->SRC_offset, srclen, 1);
1696 if (src == NULL) {
1750 src = NULL;
1753 /* Extract src address from options */
1755 so_getopt_srcaddr(opt, optlen, &src, &srclen);
1803 bcopy(src, nsti->sti_faddr_sa, srclen);
2192 void *src; local
2847 void *src; local
3661 void *src; local
3994 void *src; local
[all...]
/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/uts/common/crypto/io/
H A Ddca.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.
1463 caddr_t src, dst; local
1471 src = (caddr_t)s1 + len1 - 1;
1473 while ((src >= (caddr_t)s1) && (len2)) {
1474 *dst++ = *src--;
3356 dca_scatter(const char *src, crypto_data_t *out, int count, int reverse) argument
3372 dca_reverse((void*) src, out->cd_raw.iov_base + offset,
3375 bcopy(src, out->cd_raw.iov_base + offset, count);
3404 dca_reverse((void*) (src
3487 caddr_t src, dst; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.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.
1358 dumpvp_ksyms_write(const void *src, void *dst, size_t size) argument
1360 dumpvp_write(src, size);
1572 dump_pagecopy(void *src, void *dst) argument
1574 long *wsrc = (long *)src;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.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.
716 dt_node_type_propagate(const dt_node_t *src, dt_node_t *dst) argument
718 assert(src->dn_flags & DT_NF_COOKED);
719 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE;
720 dst->dn_ctfp = src->dn_ctfp;
721 dst->dn_type = src->dn_type;
2445 dtrace_typeinfo_t src, dst; local
2458 esrc = dt_decl_type(sdp, &src);
2467 dt_node_type_assign(&sn, src
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.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.
1967 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, argument
2059 if (src)
2060 *src = ZPROP_SRC_TEMPORARY;
2063 if (src)
2064 *src = ZPROP_SRC_TEMPORARY;
2334 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2351 if (src)
2352 *src
2333 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
2677 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, zprop_source_t *src, char *statbuf, size_t statlen) argument
[all...]
H A Dlibzfs_pool.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.
115 zprop_source_t *src)
133 if (src)
134 *src = source;
140 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) argument
172 if (src)
173 *src = source;
249 zprop_source_t src = ZPROP_SRC_NONE; local
265 intval = zpool_get_prop_int(zhp, prop, &src);
114 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.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.
252 acpica_strncpy(char *dest, const char *src, int len) argument
256 while ((*dest++ = *src++) && (--len > 0))
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c2076 static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) argument
2079 p->seqBufInStream.data = src;
2083 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, argument
2087 LzmaEnc_SetInputBuf(p, src, srcLen);
2235 SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, argument
2243 LzmaEnc_SetInputBuf(p, src, srcLen);
2260 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, argument
2274 res = LzmaEnc_MemEncode(p, dest, destLen, src, srcLen,
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.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.
261 sa_family_t ipsa_innerfam; /* Inner AF can be != src/dst AF. */
632 * | MUST-BE-ZERO |<iprot>|<proto>| <src port> | <dest port> |
687 struct sockaddr_in *src; member in struct:ipsa_query_s
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.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.
1357 caddr_t src; local
1363 src = (caddr_t)&qlt81nvr->ext_blk;
1367 if (*src == 0) {
1387 *dst++ = *src++;

Completed in 851 milliseconds

<<212223