Searched defs:src (Results 376 - 400 of 569) sorted by relevance

<<11121314151617181920>>

/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/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.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.
182 uint8_t *src, *dst, *maxdst; local
332 src = (uint8_t *)(uintptr_t)sgl[i].ds_va;
339 src, maxlen);
346 src += maxlen;
353 src, len);
362 src = (uint8_t *)(uintptr_t)sgl[i].ds_va;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.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.
138 uint_t src; local
140 while ((err = http_get_lasterr(handle, &src)) != 0) {
141 msg = http_errorstr(src, err);
143 "%s: errsrc %u, err %lu (0x%lx)", func, src, err, err);
/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/netinet/
H A Dip_mroute.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.
97 #define VIFF_SRCRT 0x2 /* tunnel uses IP src routing */
108 uint_t mfcc_pkt_cnt; /* pkt count for src-grp */
144 * Argument structure used by mrouted to get src-grp pkt counts
147 struct in_addr src; member in struct:sioc_sg_req
213 uint_t mfc_pkt_cnt; /* pkt count for src-grp */
214 uint_t mfc_byte_cnt; /* byte count for src-grp */
215 uint_t mfc_wrong_if; /* wrong if for src-grp */
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.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.
2045 cyc_cpu_t *src = idp->cyi_cpu; local
2054 ASSERT(src != NULL && idp->cyi_omni_list == NULL);
2058 cyclic = &src->cyp_cyclics[ndx];
2103 if (cyclic_remove_here(src, ndx, &when, CY_NOWAIT))
2112 CYC_PTRACE("remove-retry", idp, src);
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...]
H A Dpool.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.
639 pool_transfer(int type, id_t src, id_t dst, uint64_t qty) argument
H A Dfio.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.
342 uf_entry_t *src, *dst, *newlist, *oldlist, *newend, *oldend; local
375 for (src = oldlist; src < oldend; src++)
376 mutex_enter(&src->uf_lock);
381 for (src = oldlist, dst = newlist; src < oldend; src
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.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.
1888 void *src = xvdi_ring_get_request(vdp->xs_ring); local
1890 if (src == NULL)
1895 (void) memcpy(req, src, sizeof (*req));
1898 blkif_get_x86_32_req(req, src);
1901 blkif_get_x86_64_req(req, src);
1950 blkif_get_x86_32_req(blkif_request_t *dst, blkif_x86_32_request_t *src) argument
1953 dst->operation = src->operation;
1954 dst->nr_segments = src
1965 blkif_get_x86_64_req(blkif_request_t *dst, blkif_x86_64_request_t *src) argument
[all...]
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/io/nxge/
H A Dnxge_send.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.
1281 ipaddr_t src, dst; local
1383 src = oiph->ip_src.s_addr;
1386 (src >> 16) + (src & 0xFFFF);
1393 "==> nxge_do_softlso: dst 0x%x src 0x%x sum 0x%x ~new 0x%x "
1398 dst, src,
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.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.
1664 uint8_t src; local
1701 src = st->st_param & SBP2_ST_SRC;
1702 if (src == SBP2_ST_SRC_UNSOLICITED) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_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.
192 ipaddr_t src, dst; local
226 src = ipha->ipha_src;
232 (src >> 16) + (src & 0xFFFF);
964 /* compute IP src/dst addresses hash and skip IPv{4,6} header */
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.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.
1602 caddr_t src; local
1736 src = (caddr_t)(msg->msg_buf + f_frag_offset);
1747 rc = iosram_write(SBBC_MAILBOX_KEY, sram_dst, src,
1759 src = (caddr_t)(src + bytes_written);
1768 rc = iosram_write(SBBC_MAILBOX_KEY, sram_dst, src,
1772 rc = iosram_write(SBBC_MAILBOX_KEY, sram_dst, src,
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.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.
307 hwblkpagecopy(const void *src, void *dst) argument
312 hw_pa_bcopy32(uint64_t src, uint64_t dst) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.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.
1045 int src, targ; local
1051 src = sbp->sb_num;
1054 f, src, targ);
1929 PR_MEM("%s: cant dup src brd memlist\n", f);
1945 PR_MEM("%s: brd %d: reserving src brd memlist:\n",
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.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.
225 static void memscrub_scan(uint_t blks, ms_paddr_t src);
307 struct memlist *src; local
324 for (src = phys_install; src; src = src->ml_next) {
326 (pfn_t)(src->ml_address >> PAGESHIFT),
327 (pgcnt_t)(src
1042 memscrub_scan(uint_t blks, ms_paddr_t src) argument
1358 struct memlist *src, *list, *old_list; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.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.
502 in6_addr_t *src, in_port_t sport, in6_addr_t *dst, in_port_t dport,
540 connp->conn_c2s_saddr = *src;
556 connp->conn_s2c_daddr = *src;
600 fnat_cksum_v4((uint16_t *)&src->s6_addr32[3],
605 fnat_cksum_v4((uint16_t *)&src->s6_addr32[3],
617 (uint16_t *)&src->s6_addr32[3],
623 (uint16_t *)&src->s6_addr32[3],
628 fnat_cksum_v6((uint16_t *)src, (uint16_
501 ilb_conn_add(ilb_stack_t *ilbs, ilb_rule_t *rule, ilb_server_t *server, in6_addr_t *src, in_port_t sport, in6_addr_t *dst, in_port_t dport, ilb_nat_info_t *info, uint32_t *ip_sum, uint32_t *tp_sum, ilb_sticky_t *s) argument
748 ilb_find_conn(ilb_stack_t *ilbs, void *iph, void *tph, int l4, in6_addr_t *src, in_port_t sport, in6_addr_t *dst, in_port_t dport, ilb_rule_info_t *rule_cache, uint32_t *ip_sum, uint32_t *tp_sum, int32_t pkt_len, boolean_t c2s) argument
829 ilb_check_conn(ilb_stack_t *ilbs, int l3, void *iph, int l4, void *tph, in6_addr_t *src, in6_addr_t *dst, in_port_t sport, in_port_t dport, uint32_t pkt_len, in6_addr_t *lb_dst) argument
1157 ilb_sticky_lookup(ilb_sticky_hash_t *hash, ilb_rule_t *rule, in6_addr_t *src) argument
1174 ilb_sticky_add(ilb_sticky_hash_t *hash, ilb_rule_t *rule, ilb_server_t *server, in6_addr_t *src) argument
1227 ilb_sticky_find_add(ilb_stack_t *ilbs, ilb_rule_t *rule, in6_addr_t *src, ilb_server_t *server, ilb_sticky_t **res, uint16_t *src_ent_idx) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.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.
317 uint32_t src, dst; local
359 src = ipha->ipha_src;
363 "igmp_input: src 0x%x, dst 0x%x on %s\n",
364 (int)ntohl(src), (int)ntohl(dst),
402 if (ipif->ipif_lcl_addr == src) {
408 "member src 0x%x\n",
409 (int)ntohl(src));
436 if ((src
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.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.
2823 rpc_msg_dup(struct rpc_msg *src) argument
2830 dst->rm_xid = src->rm_xid;
2831 dst->rm_direction = src->rm_direction;
2833 dst->rm_call.cb_rpcvers = src->rm_call.cb_rpcvers;
2834 dst->rm_call.cb_prog = src->rm_call.cb_prog;
2835 dst->rm_call.cb_vers = src->rm_call.cb_vers;
2836 dst->rm_call.cb_proc = src->rm_call.cb_proc;
2839 oa_src = src
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.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.
842 smb_rpc_off(char *dst, char *src, uint32_t *offset, uint32_t *outoffset) argument
847 bytes = smb_wcequiv_strlen(src) + 2;
848 nwchars = strlen(src) + 1;
852 (void) smb_mbstowcs(((smb_wchar_t *)(dst + *offset)), src, nwchars);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.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.
2352 x86pte_copy(htable_t *src, htable_t *dest, uint_t entry, uint_t count) argument
2362 ASSERT(!(src->ht_flags & HTABLE_VLP));
2363 ASSERT(!(src->ht_flags & HTABLE_SHARED_PFN));
2372 PT_INDEX_PTR(hat_kpm_pfn2va(src->ht_pfn), entry);
2377 * Finish defining the src pagetable mapping
2380 pte = MAKEPTE(src->ht_pfn, 0) | mmu.pt_global | mmu.pt_nx;
2405 x86pte_copy(htable_t *src, htable_t *dest, uint_t entry, uint_t count) argument
2411 src_va = (caddr_t)x86pte_access_pagetable(src, entr
[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...]

Completed in 214 milliseconds

<<11121314151617181920>>