Searched refs:dst (Results 76 - 93 of 93) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfasttrap_isa.c1122 user_addr_t dst; local
1133 dst = dst32;
1146 new_pc = dst;
1663 user_addr_t dst; local
1672 ret = fasttrap_fuword64((user_addr_t)regs64->isf.rsp, &dst);
1685 new_pc = dst;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_stf.c376 * check if IPv4 dst matches the IPv4 address derived from the
378 * success on: dst = 10.1.1.1, ia6->ia_addr = 2002:0a01:0101:...
449 const struct sockaddr *dst,
466 dst6 = (const struct sockaddr_in6 *)dst;
495 * Pickup the right outer dst addr from the list of candidates.
700 * perform sanity check against outer src/dst.
713 * perform sanity check against inner src/dst.
445 stf_pre_output( struct ifnet *ifp, __unused protocol_family_t protocol_family, struct mbuf **m0, const struct sockaddr *dst, __unused void *route, __unused char *desk_linkaddr, __unused char *frame_type) argument
H A Dbpf.c276 /* XXX 4(FORMAC)+6(dst)+6(src)+3(LLC)+5(SNAP) */
1488 u_char *dst; local
1490 dst = dst_arg;
1495 bcopy(mbuf_data(m), dst, count); local
1497 dst += count;
H A Dif_loop.c253 __unused const struct sockaddr *dst,
249 lo_pre_output( __unused ifnet_t ifp, protocol_family_t protocol_family, mbuf_t *m, __unused const struct sockaddr *dst, void *route, char *frame_type, __unused char *dst_addr) argument
H A Dif_bond.c2524 user_addr_t dst; local
2537 dst = proc_is64bit(current_proc())
2540 if (dst == USER_ADDR_NULL) {
2576 error = copyout(&ibs, dst, sizeof(ibs));
2580 dst += sizeof(ibs);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_mroute.c970 log(LOG_DEBUG, "ip6_mforward: src %s, dst %s, ifindex %d\n",
1574 log(LOG_DEBUG, "** IPv6 register_send **\n src %s dst %s\n",
1746 static struct sockaddr_in6 dst = { sizeof(dst), AF_INET6 , local
1846 "src %s, dst %s, mif %d\n",
1857 dlil_output(lo_ifp, PF_INET6, m, 0, (struct sockaddr *)&dst, 0);
1866 dst.sin6_family, NULL);
H A Din6_prefix.c157 in6_prefixwithifp(struct ifnet *ifp, int plen, struct in6_addr *dst) argument
169 if (plen <= in6_matchlen(dst, IFPR_IN6(ifpr)))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOHibernatePrivate.h287 hibernate_restore_phys_page(uint64_t src, uint64_t dst, uint32_t len, uint32_t procFlags);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmakefile32 DSTROOT=$(SRCROOT)/BUILD/dst
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_credential.c1296 static int kauth_cred_cache_lookup(int from, int to, void *src, void *dst);
1679 * dst Pointer to buffer to receive
1686 kauth_cred_cache_lookup(int from, int to, void *src, void *dst) argument
1830 *(uid_t *)dst = ki.ki_uid;
1833 *(gid_t *)dst = ki.ki_gid;
1836 *(guid_t *)dst = ki.ki_guid;
1839 *(ntsid_t *)dst = ki.ki_ntsid;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c1569 vm_offset_t dst,
1575 assert((((dst << 12) & PAGE_MASK) + dst_offset + len) <= PAGE_SIZE);
1579 fdst = ((addr64_t)dst << 12) + dst_offset;
1566 pmap_copy_part_page( vm_offset_t src, vm_offset_t src_offset, vm_offset_t dst, vm_offset_t dst_offset, vm_size_t len) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1149 * dst destination address, only used by ip_output
1245 * the caller passed a pointer into the stack; dst might also be
1252 if (fwa->dst == (struct sockaddr_in *)&fwa->ro->ro_dst) /* dst points into ro */
1253 fwa->dst = (struct sockaddr_in *)&(pkt->ro.ro_dst) ;
1256 pkt->dn_dst = fwa->dst;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c76 extern unsigned kdp_vm_read(caddr_t src, caddr_t dst, unsigned len);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c342 void *dst
345 bcopy((char *)src, (char *)dst, sizeof (struct ether_addr));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c60 extern unsigned kdp_vm_read(caddr_t src, caddr_t dst, unsigned len);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c811 * Copy src to dst using safe memory accesses. The src is assumed to be unsafe
812 * memory specified by the DIF program. The dst is assumed to be safe memory
817 dtrace_bcopy(const void *src, void *dst, size_t len) argument
820 uint8_t *s1 = dst;
839 * Copy src to dst using safe memory accesses, up to either the specified
841 * be unsafe memory specified by the DIF program. The dst is assumed to be
846 dtrace_strcpy(const void *src, void *dst, size_t len) argument
849 uint8_t *s1 = dst, c;
859 * Copy src to dst, deriving the size and type from the specified (BYREF)
861 * program. The dst i
865 dtrace_vcopy(void *src, void *dst, dtrace_diftype_t *type) argument
910 dtrace_bzero(void *dst, size_t len) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c344 static __inline__ Boolean DataAppendData(DataRef dst, DataRef src) argument
346 return DataAppendBytes(dst, DataGetPtr(src), DataGetLength(src));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c3496 pmap_copy_page(ppnum_t src, ppnum_t dst) argument
3499 (addr64_t)i386_ptob(dst),

Completed in 110 milliseconds

1234