Searched refs:src (Results 901 - 925 of 1056) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.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.
860 char *src = (char *)((mblk_t *)ce->fe_mp)->b_rptr; local
879 src += sge->rx_pkt_pad;
881 memcpy(skb->b_rptr, src, len);
1917 uint32_t src; local
1928 src = ((uint32_t)(addrp[0]) << 24) | ((uint32_t)(addrp[1]) << 16) |
1935 sum = (uint16_t)(src >> 16) +
1936 (uint16_t)(src) +
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.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.
3124 * grows array pointed to by <dstp>, with <src> data
3126 * <srclen> = # elements of <src>
3136 const pshot_device_t *src, size_t srclen)
3141 newdst = kmem_alloc((srclen + dstlen) * sizeof (*src),
3146 bcopy(*dstp, newdst, dstlen * sizeof (*src));
3149 i_ddi_strdup(src[i].name, KM_SLEEP);
3152 i_ddi_strdup(src[i].nodetype, KM_SLEEP);
3155 i_ddi_strdup(src[
3135 pshot_devices_grow(pshot_device_t **dstp, size_t dstlen, const pshot_device_t *src, size_t srclen) argument
[all...]
H A Dlofi.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.
231 static int gzip_decompress(void *src, size_t srclen, void *dst,
234 static int lzma_decompress(void *src, size_t srclen, void *dst,
1244 gzip_decompress(void *src, size_t srclen, void *dst, argument
1249 if (z_uncompress(dst, dstlen, src, srclen) != Z_OK)
1257 lzma_decompress(void *src, size_t srclen, void *dst, argument
1265 actual_src = (void *)((Byte *)src + LZMA_HEADER_SIZE);
1269 (const Byte *)src, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status,
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.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.
4625 ipaddr_t *src; local
4991 src = (ipaddr_t *)tcp->tcp_iphc;
4992 dst[0] = src[0];
4993 dst[1] = src[1];
4994 dst[2] = src[2];
4995 dst[3] = src[3];
4996 dst[4] = src[4];
4997 dst[5] = src[
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c5583 int src = -1, dst = -1; local
5594 src = safeopen((char *)source, O_RDONLY, 0, sff);
5595 if (src < 0)
5599 if (fstat(src, &st) < 0)
5611 while ((readlen = read(src, &buf, sizeof(buf))) > 0)
5631 if (close(src) < 0)
5633 src = -1;
5636 src = -1;
5650 if (src >= 0)
5651 (void) close(src);
[all...]
/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/lib/libpool/common/
H A Dpool_kernel.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.
92 const pool_elem_t *src; member in struct:query_obj
1263 * Now check to see if the src element is correct. If no src
1266 if (qo->src) {
1271 if (parent == (pool_knl_elem_t *)qo->src)
1314 pool_knl_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
1329 qo.src = src;
1852 pool_knl_res_transfer(pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
1861 pool_knl_res_xtransfer(pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/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.
109 alignaddr %o1, %g0, %g1 ! align src
142 andcc %o1, 7, %o3 ! is src aligned on a 8 byte bound
162 bz %ncc, .bigcpy ! src already double aligned
164 neg %o3 ! bytes till src double aligned
200 subcc %o0, %o1, %o4 ! %o4 = dest - src
260 * and (dest & ~63) - (src & ~63) can be 3 blocks even if
261 * src = dest + (64 * 3) + 63.
324 be,a %ncc, 1f ! branch taken if src i
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.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.
113 * 5-tuple {src, dst, protocol, local port, remote port}
118 * For UDP connections, a 5-tuple {src, dst, protocol, local port,
161 * Lookup routine to find a exact match for {src, dst, local port,
943 ipcl_iptun_classify_v4(ipaddr_t *src, ipaddr_t *dst, ip_stack_t *ipst) argument
949 connfp = &ipst->ips_ipcl_iptun_fanout[IPCL_IPTUN_HASH(*dst, *src)];
953 if (IPCL_IPTUN_MATCH(connp, *dst, *src))
978 ipcl_iptun_classify_v6(in6_addr_t *src, in6_addr_t *dst, ip_stack_t *ipst) argument
984 connfp = &ipst->ips_ipcl_iptun_fanout[IPCL_IPTUN_HASH_V6(dst, src)];
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c57 static int addstr(const char *src, size_t len,
1210 addstr(const char *src, size_t len, char **buf, size_t *buflen) { argument
1215 memcpy(*buf, src, len);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.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.
261 copy_file(const char *src, const char *dest) argument
277 if ((rfd = open(src, O_RDONLY)) < 0 ||
306 "error copying %s to %s", src, dest)) > 0 &&
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.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.
280 auclnt_produce_data(audio_stream_t *sp, caddr_t src, uint_t n) argument
305 bcopy(src, data, nb);
307 src += nb;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c312 u_int8_t *src, *dest; local
355 * Move the data: src is the address of the last data
358 src = (u_int8_t *)pagep + OFFSET(pagep) + 1;
374 memmove(dest, src, len);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dllib-lcurses9 * 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.
40 * usr/src/lib/libcurses/screen
483 int overlay(WINDOW *src, WINDOW *dst);
486 int overwrite(WINDOW *src, WINDOW *dst);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s179 LABEL(src): /* align */
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_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.
423 static char *dequote(char *src);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.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.
89 static const char *inet_ntop_native(int af, const void *src, char *dst,
2246 * and the address pointed by src is a IPv4-mapped IPv6 address, it
2251 inet_ntop_native(int af, const void *src, char *dst, size_t size) argument
2259 sin6 = (struct sockaddr_in6 *)src;
2268 sin = (struct sockaddr_in *)src;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.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.
353 ipaddr_t src, dst; local
360 src = ipha->ipha_src;
364 cksum += (src >> 16) + (src & 0xFFFF);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.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.
910 caddr_t src, dst; local
1074 src = (caddr_t)&nv->version;
1078 *dst++ = *src++;
1086 src = (caddr_t)&nv->interrupt_delay_timer;
1090 *dst++ = *src++;
1098 src = (caddr_t)nv->fw.isp8001.e_node_mac_addr;
1101 *dst++ = *src++;
1104 src
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.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.
461 void nds_bswap(void *src, void *dst, size_t len);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.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.
3342 char *src; local
3346 src = sl->sl_data_filename;
3348 src = sl->sl_meta_filename;
3350 if (SBD_IS_ZVOL(src) != 0) {
3353 src += 14; /* Past /dev/zvol/dsk/ */
3354 if (*src == '/')
3355 src++; /* or /dev/zvol/rdsk/ */
3356 p = (char *)kmem_alloc(strlen(src)
[all...]
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_asm.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.
189 dtrace_copy(uintptr_t src, uintptr_t dest, size_t size)
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh9 # 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.
258 print "src dir: '${src_dir}'\ndst dir: '$dst'"
384 print "src dir: '$WDIR'\ndst dir: '$dst'"
660 # $ sdiff_to_html old/usr/src/tools/scripts/webrev.sh \
661 # new/usr/src/tools/scripts/webrev.sh \
662 # webrev.sh usr/src/tools/scripts \
944 <script type="text/javascript" src="${RTOP}ancnav.js"></script>
967 <frame src="$TNAME.lhs.html" scrolling="auto" name="lhs"></frame>
968 <frame src
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s32 # Partly from: src/sys/boot/i386/mbr/mbr.s 1.7

Completed in 201 milliseconds

<<31323334353637383940>>