Searched refs:local (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/makedefs/
H A DMakeInc.cmd21 export RELPATH = $(NEXT_ROOT)/usr/local/bin/relpath
23 SEG_HACK = $(NEXT_ROOT)/usr/local/bin/seg_hack
26 DECOMMENT = /usr/local/bin/decomment
29 CTFCONVERT = /usr/local/bin/ctfconvert
30 CTFMERGE = /usr/local/bin/ctfmerge
31 CTFSCRUB = /usr/local/bin/ctfdump -r
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_pcb.c192 register struct sockaddr_at *local = (struct sockaddr_at *) nam; local
193 u_char ddpsock = local->sat_port;
195 if ((!ifID_home) || (local->sat_family != AF_APPLETALK))
228 if (local->sat_addr.s_net || local->sat_addr.s_node) {
232 if (ifID->ifThisNode.s_net == local->sat_addr.s_net &&
233 ifID->ifThisNode.s_node == local->sat_addr.s_node) {
234 pcb->laddr = local->sat_addr;
240 /* for single-port and router modes if the local address is
243 if (ifID_home->ifThisNode.s_net == local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_proto.c126 SYSCTL_NODE(_net, PF_LOCAL, local, CTLFLAG_RW|CTLFLAG_LOCKED, NULL, "Local domain");
H A Duipc_socket.c1084 struct sockaddr *local = NULL, *remote = NULL; local
1094 sock_getaddr(so, &local, 0) != 0) {
1119 head, so, local, remote);
1159 sock_freeaddr(local);
1575 * try to maintain a local cache of mbuf
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp645 OSData * local; local
659 nw = (0 == (local = OSDynamicCast( OSData,
661 if( nw && (0 == (local = OSDynamicCast( OSData,
669 local = local2;
674 localBits = (UInt32 *) local->getBytesNoCopy();
675 localEnd = localBits + (local->getLength() / sizeof(UInt32));
691 map = OSData::withData( local, mapped->getCount() * sizeof(UInt32),
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s65 * Link the current free list & processor local list on an independent list.
92 ld r5,lclfree(r10) ; Get the local savearea list
126 lwz r5,lclfree+4(r10) ; Get the local savearea list
168 stw r6,lclfreecnt(r10) ; None local now
169 std r6,lclfree(r10) ; None local now
198 stw r6,lclfreecnt(r10) ; None local now
199 stw r6,lclfree+4(r10) ; None local now
449 * First we try the local list. If that is below a threshold, we try the global free list,
467 ld r3,lclfree(r10) ; Get the start of local savearea list
471 ; Get it from the per-processor local lis
[all...]
H A Dlowmem_vectors.s3085 ; local free savearea list (anchored at lclfree) gets too long, save_ret_phys
3087 ; The code in there must ALWAYS leave our savearea on the local list, otherwise
3089 ; savearea to the head of the local list. Then, if it needs to trim, it will
3357 ; local free savearea list (anchored at lclfree) gets too long, save_ret_phys
3359 ; The code in there must ALWAYS leave our savearea on the local list, otherwise
3361 ; savearea to the head of the local list. Then, if it needs to trim, it will
H A Dvmachmon_asm.s141 .long EXT(vmm_purge_local) ; Purge all local guest mappings */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_socketfilter.h343 @param to The local address of the socket will be bound to.
431 @param local The local address of the about to be accepted socket.
449 const struct sockaddr *local, const struct sockaddr *remote);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmessage.h115 * and local fields, into a single value suitable for msgh_bits.
135 #define MACH_MSGH_BITS(remote, local) \
136 ((remote) | ((local) << 8))
418 * another module may exceed the local modules notion of
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c122 int local = 0; local
132 local = 1;
135 local = in_localaddr(in);
137 return (local);
141 * Return 1 if an internet address is for a ``local'' host
143 * is true, this includes other subnets of the local net.
1256 * Return 1 if the address might be a local broadcast address.
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c556 /* removed link local addresses from interface */
1263 * join link-local all-nodes address
1315 * join node-local all-nodes address, on loopback.
1316 * XXX: since "node-local" is obsoleted by interface-local,
1550 * the first link-local address. prefixlen must be <= 64.
1628 * address. hostaddr points to the first link-local
1735 * link-local address.
1988 * Find an IPv6 interface link-local address specific to an interface.
2100 int local local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c1043 * If it does succeed the remote/local port fields
1969 ipc_object_t local = (ipc_object_t) kmsg->ikm_header->msgh_local_port; local
1974 if (IO_VALID(local))
1975 ipc_object_copyin_from_kernel(local, lname);
2096 * If it does succeed the remote/local port fields
3413 printf("local=null\n");

Completed in 103 milliseconds