Searched refs:dst (Results 151 - 175 of 229) sorted by relevance

12345678910

/barrelfish-2018-10-04/lib/lwip/src/core/snmp/
H A Dmib2.c1016 * @param dst points to destination
1020 void ocstrncpy(u8_t * dst, u8_t * src, u8_t n) argument
1024 *dst++ = *src++;
1031 * @param dst points to destination
1035 void objectidncpy(s32_t * dst, s32_t * src, u8_t n) argument
1039 *dst++ = *src++;
1521 struct ip_addr dst; local
1525 dst.addr = 0;
1529 dst.addr = ntohl(ni->ip_addr.addr & ni->netmask.addr);
1531 if (dst
1586 struct ip_addr dst; local
2791 struct eth_addr *dst = value; local
2798 struct ip_addr *dst = value; local
3143 struct ip_addr *dst = value; local
3157 struct ip_addr *dst = value; local
3292 struct ip_addr *dst = value; local
3336 struct ip_addr *dst = value; local
3379 struct ip_addr *dst = value; local
3479 struct eth_addr *dst = value; local
3486 struct ip_addr *dst = value; local
3930 struct ip_addr *dst = value; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_pmeth.c47 static int pkey_gost_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) argument
50 if (!pkey_gost_init(dst))
55 dst_data = EVP_PKEY_CTX_get_data(dst);
429 static int pkey_gost_mac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) argument
432 if (!pkey_gost_mac_init(dst))
437 dst_data = EVP_PKEY_CTX_get_data(dst);
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Datomic.h104 int atomic_cmpset_int(volatile u_int *dst, u_int expect, u_int src);
105 int atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src);
162 * if (*dst == expect) *dst = src (all 32 bit words)
168 atomic_cmpset_int(volatile u_int *dst, u_int expect, u_int src) argument
178 "+m" (*dst), /* 1 */
186 atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src) argument
196 "+m" (*dst), /* 1 */
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dlocal_sa.c880 struct ib_sa_path_rec *dst, ib_sa_comp_mask comp_mask)
884 memcmp(&src->sgid, &dst->sgid, sizeof src->sgid))
886 if (comp_mask & IB_SA_PATH_REC_DLID && src->dlid != dst->dlid)
888 if (comp_mask & IB_SA_PATH_REC_SLID && src->slid != dst->slid)
891 src->raw_traffic != dst->raw_traffic)
895 src->flow_label != dst->flow_label)
898 src->hop_limit != dst->hop_limit)
901 src->traffic_class != dst->traffic_class)
904 dst->reversible && !src->reversible)
907 if (comp_mask & IB_SA_PATH_REC_PKEY && src->pkey != dst
879 cmp_rec(struct ib_sa_path_rec *src, struct ib_sa_path_rec *dst, ib_sa_comp_mask comp_mask) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86masm.pl166 { my($dst,$sym)=@_;
167 &::lea($dst,&::DWP($sym));
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dbenchmark.c179 static errval_t measure_memcpy(void *dst, argument
206 //debug_printf("Benchmark: Run %u, size = %lu bytes, [%016lx] -> [%016lx]\n", idx, size, src, dst);
209 memcpy(dst, src, size);
225 static errval_t measure_forloop(void *dst, argument
252 //debug_printf("Benchmark: Run %u, size = %lu bytes, [%016lx] -> [%016lx]\n", idx, size, src, dst);
255 volatile uint64_t *bdst = dst;
306 //debug_printf("Benchmark: Run %u, size = %lu bytes, [%016lx] -> [%016lx]\n", idx, size, src, dst);
317 .dst = pdst,
351 void *dst,
370 measure_memcpy(dst, sr
350 xphi_bench_memcpy(struct dma_device *dev, void *dst, void *src, size_t size, lpaddr_t pdst, lpaddr_t psrc) argument
[all...]
H A Dbenchmark.h162 void *dst,
/barrelfish-2018-10-04/usr/tests/xomptest/
H A Dprocessing.c185 uint32_t *dst)
189 dst[i + j] = src[i + j];
184 do_process_single(uint32_t *src, uint32_t *dst) argument
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_query.c451 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) { argument
480 strncpy(dst, cp1, siz - 1);
481 dst[siz - 1] = '\0';
483 return (dst);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_lib.c343 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str) argument
347 dst->type = str->type;
348 if (!ASN1_STRING_set(dst,str->data,str->length))
350 dst->flags = str->flags;
/barrelfish-2018-10-04/lib/dma/
H A Ddma_service.c162 uint64_t dst,
166 DMASVC_DEBUG("memcopy request [0x%016lx]->[0x%016lx] of size 0x%lx\n", src, dst,
181 msg_st->err = event_handlers->memcpy(svc_handle, dst, src, length,
160 dma_memcpy_call_rx(struct dma_binding *_binding, uint64_t src, uint64_t dst, uint64_t length) argument
/barrelfish-2018-10-04/lib/lwip2/src/netif/
H A Dethernet.c259 * @param dst the destination MAC address to be copied into the ethernet header
265 const struct eth_addr* src, const struct eth_addr* dst,
272 s32_t vlan_prio_vid = LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type);
296 ETHADDR32_COPY(&ethhdr->dest, dst);
264 ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_pmeth.c99 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) argument
102 if (!pkey_dsa_init(dst))
105 dctx = dst->data;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_pmeth.c91 static int pkey_ec_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) argument
94 if (!pkey_ec_init(dst))
97 dctx = dst->data;
/barrelfish-2018-10-04/lib/arranet/
H A Dinet_chksum.c266 * @param dst destination ip address (used for checksum of pseudo header)
326 * @param dst destination ip address (used for checksum of pseudo header)
438 * #define LWIP_CHKSUM_COPY(dst, src, len) your_chksum_copy(dst, src, len)
447 lwip_chksum_copy(void *dst, const void *src, u16_t len) argument
449 MEMCPY(dst, src, len);
450 return LWIP_CHKSUM(dst, len);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c2429 ** bmem_address_t dst,
2433 #define MemPutRequest_Put(r,id,dst,sz) { \
2434 bmsg_address(dst,&(r)->bmem_dst_address); \
2443 ** bmem_address_t * dst,
2447 #define MemPutRequest_Get(r,id,dst,sz) { \
2448 (void) bmem_address((r)->bmem_dst_address,dst); \
2458 ** bmem_address_t dst,
2462 #define MemGetRequest_Put(r,id,src,dst,sz) { \
2464 bmsg_address(dst,&(r)->bmem_dst_address); \
2474 ** bmem_address_t * dst,
5261 char * dst; local
[all...]
/barrelfish-2018-10-04/lib/libc/net/
H A Dhesiod.c374 char *dst, **list; local
445 dst = list[j++];
455 memcpy(dst, p, (size_t)n);
457 dst += n;
463 *dst = 0;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmcg.c376 struct ib_sa_mcmember_data *dst, ib_sa_comp_mask comp_mask)
378 /* src is group record, dst is request record */
383 if (comp_mask & IB_SA_MCMEMBER_REC_QKEY && src->qkey != dst->qkey)
385 if (comp_mask & IB_SA_MCMEMBER_REC_MLID && src->mlid != dst->mlid)
389 src->mtusel_mtu, dst->mtusel_mtu))
392 src->tclass != dst->tclass)
394 if (comp_mask & IB_SA_MCMEMBER_REC_PKEY && src->pkey != dst->pkey)
398 src->ratesel_rate, dst->ratesel_rate))
403 src->lifetmsel_lifetm, dst->lifetmsel_lifetm))
407 (be32_to_cpu(dst
375 cmp_rec(struct ib_sa_mcmember_data *src, struct ib_sa_mcmember_data *dst, ib_sa_comp_mask comp_mask) argument
[all...]
/barrelfish-2018-10-04/tools/weever/
H A Delf64.c203 * \brief Relocates the ELF image from src to dst.
206 * the ELF image, formerly located at 'src', to the new location 'dst'.
210 * \param dst Address to relocate to.
220 void elf64_relocate(genvaddr_t dst, genvaddr_t src, argument
225 genvaddr_t base = dst - src, abase = dst - start;
/barrelfish-2018-10-04/usr/tests/dma_test/
H A Ddma_test.c120 .dst = phys[1],
/barrelfish-2018-10-04/include/sys/
H A Dcapsicum.h336 cap_rights_t *cap_rights_merge(cap_rights_t *dst, const cap_rights_t *src);
337 cap_rights_t *cap_rights_remove(cap_rights_t *dst, const cap_rights_t *src);
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Datomic-v4.h417 atomic_cmpset_long(volatile u_long *dst, u_long old, u_long newe) argument
420 return (atomic_cmpset_32((volatile uint32_t *)dst, old, newe));
/barrelfish-2018-10-04/usr/monitor/capops/
H A Dcapsend.c893 struct delayed_cleanup_st *dst = malloc(sizeof(*dst)); local
894 assert(dst);
895 dst->capref = capref;
896 dst->ev = MKCLOSURE(free_owner_rx_cap, dst);
897 dst->delay = 1000; // 1ms delay
898 defer_free_owner_rx_cap(dst);
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dopt.h137 #define MEMCPY(dst,src,len) memcpy(dst,src,len)
145 #define SMEMCPY(dst,src,len) memcpy(dst,src,len)
2560 * Signature: s32_t my_hook_vlan_set(struct netif* netif, struct pbuf* pbuf, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);\n
2565 * - dst: destination eth address
2574 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type)
/barrelfish-2018-10-04/lib/elf/
H A Delf32.c377 * \brief Relocates the ELF image from src to dst.
380 * the ELF image, formerly located at 'src', to the new location 'dst'.
384 * \param dst Address to relocate to.
393 void elf32_relocate(genvaddr_t dst, genvaddr_t src, argument
398 genvaddr_t base = dst - src, abase = dst - start;

Completed in 290 milliseconds

12345678910