Searched refs:address (Results 101 - 125 of 1437) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb26 # p ress.map { |r| r.address }
40 # Looks up the first IP address for +name+.
47 # Looks up all IP address for +name+.
61 # Looks up the hostname of +address+.
63 def self.getname(address)
64 DefaultResolver.getname(address)
68 # Looks up all hostnames for +address+.
70 def self.getnames(address)
71 DefaultResolver.getnames(address)
75 # Iterates over all hostnames for +address
[all...]
/macosx-10.10.1/MITKerberosShim-66/test/
H A Dtest-kClient.c13 UInt32 address; member in struct:KClientAddress
45 KClientAddress address = {0,0}; local
61 KClientGetLocalAddress(session, &address));
65 KClientGetRemoteAddress(session, &address));
85 KClientSetLocalAddress(session, &address));
89 KClientSetRemoteAddress(session, &address));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyldcache.cpp129 DYLDCache::Mapping DYLDCache::findMap(uint64_t address) const
133 if (map.contains(address))
139 uint64_t DYLDCache::mapAddress(uint64_t address) const
141 Mapping map = this->findMap(address);
142 return (address - map.address()) + map.offset();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyldcache.cpp129 DYLDCache::Mapping DYLDCache::findMap(uint64_t address) const
133 if (map.contains(address))
139 uint64_t DYLDCache::mapAddress(uint64_t address) const
141 Mapping map = this->findMap(address);
142 return (address - map.address()) + map.offset();
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dset-hostname.c178 CFStringRef address = NULL; local
193 address = CFArrayGetValueAtIndex(addresses, 0);
194 if (isA_CFString(address)) {
195 CFRetain(address);
197 address = NULL;
204 return address;
298 ptr_query_start(CFStringRef address) argument
309 if (_SC_cfstring_to_cstring(address, buf, sizeof(buf), kCFStringEncodingASCII) == NULL) {
310 my_log(LOG_ERR, "could not convert [primary] address string");
315 my_log(LOG_ERR, "could not convert [primary] address");
343 CFStringRef address = NULL; local
527 CFStringRef address; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp114 addr64_t address; local
125 address = _parent->getPhysicalSegment( offset + _start, &actualLength, options );
127 if( address && length)
130 return( address );
166 IOVirtualAddress address,
183 address,
163 makeMapping( IOMemoryDescriptor * owner, task_t intoTask, IOVirtualAddress address, IOOptionBits options, IOByteCount offset, IOByteCount length ) argument
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging.c45 void *address; local
46 if (vm_allocate(mach_task_self(), (vm_address_t *)&address, bytes,
52 return (void *)address;
181 if (!stack_logging_dontcompact && stack_logging_the_record_list->num_records && (type == stack_logging_type_dealloc) && arg1 && ((rec-1)->type == stack_logging_type_alloc) && (arg1 == STACK_LOGGING_DISGUISE((rec-1)->address))) {
190 rec->address = STACK_LOGGING_DISGUISE(arg1); // we disguise the address
193 rec->address = STACK_LOGGING_DISGUISE(result); // we disguise the address
196 rec->address = STACK_LOGGING_DISGUISE(arg1); // we disguise the address
210 default_reader(task_t task, vm_address_t address, vm_size_t size, void **ptr) argument
234 stack_logging_get_frames(task_t task, memory_reader_t reader, vm_address_t address, vm_address_t *stack_frames_buffer, unsigned max_stack_frames, unsigned *num_frames) argument
256 stack_logging_enumerate_records(task_t task, memory_reader_t reader, vm_address_t address, void enumerator(stack_logging_record_t, void *), void *context) argument
[all...]
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Ddisplay.c56 static off_t address; /* address/offset in stream */ variable
57 static off_t eaddress; /* end address */
73 for (fs = fshead, savebp = bp, saveaddress = address; fs;
74 fs = fs->nextfs, bp = savebp, address = saveaddress)
79 for (pr = fu->nextpr; pr; address += pr->bcnt,
81 if (eaddress && address >= eaddress &&
99 if (!address) {
102 eaddress = address;
133 (void)printf(pr->fmt, (quad_t)address);
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpciutils3.1.7.patch.c82 + * 64-bit ACPI address
102 + IOACPIAddress address; member in struct:AddressSpaceParam
167 + param.address.pci.offset = pos;
168 + param.address.pci.function = d->func;
169 + param.address.pci.device = d->dev;
170 + param.address.pci.bus = d->bus;
171 + param.address.pci.segment = d->domain;
172 + param.address.pci.reserved = 0;
217 + param.address.pci.offset = pos;
218 + param.address
[all...]
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATARegI386.h63 static IOATAIOReg##w * withAddress( UInt16 address ); \
65 virtual bool initWithAddress( UInt16 address ); \
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDBlockStorageDevice.h106 * @param address
120 UInt32 address,
129 * @param address
135 virtual IOReturn splitTrack(UInt32 address) = 0;
H A DIOBDMedia.h128 * @param address
140 UInt32 address,
175 * @param address
187 UInt32 address,
247 * @param address
260 UInt32 address,
269 * @param address
275 virtual IOReturn splitTrack(UInt32 address);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOAccelTypes.h59 vm_address_t address[4]; member in struct:__anon1723
61 mach_vm_address_t address[4];
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dinter_test.c56 res = inet_ntop(ifdata.af, &ifdata.address.type, buf,
58 if (ifdata.address.zone != 0)
59 fprintf(stdout, "address = %s (zone %u)\n",
61 ifdata.address.zone);
63 fprintf(stdout, "address = %s\n",
65 INSIST(ifdata.address.family == ifdata.af);
103 res = inet_ntop(ifdata.af, &ifdata.address.type, buf,
105 if (ifdata.address.zone != 0)
106 fprintf(stdout, "address = %s (zone %u)\n",
108 ifdata.address
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in22 query-source address 10.53.0.1;
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drecipient_list.h28 const char *address; /* complete address */ member in struct:RECIPIENT
41 (rcpt)->address = (addr); \
H A Dverify.c22 /* verify_append() updates the address verification database
88 /* verify_append - update address verification database */
108 if (req_stat == VRFY_STAT_OK && strcasecmp(recipient->address,
110 req_stat = verify_clnt_update(recipient->address, vrfy_stat,
/macosx-10.10.1/postfix-255/postfix/src/virtual/
H A Drecipient.c71 * handle is the full address.
74 state.msg_attr.delivered = state.msg_attr.rcpt.address;
75 state.msg_attr.user = mystrdup(state.msg_attr.rcpt.address);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexmacosx.c144 vm_address_t address; member in struct:region_t
162 /* The highest VM address of segments loaded by the input file.
197 /* Read N bytes from infd into memory starting at address DEST.
205 /* Write COUNT bytes from memory starting at address SRC to outfd
301 print_region (vm_address_t address, vm_size_t size, vm_prot_t prot, argument
304 printf ("%#10lx %#8lx ", (long) address, (long) size);
316 printf (" address size prot maxp\n");
319 print_region (r->address, r->size, r->protection, r->max_protection);
326 vm_address_t address = (vm_address_t) 0; local
332 printf (" address siz
356 vm_address_t address = (vm_address_t) 0; local
454 unexec_reader(task_t task, vm_address_t address, vm_size_t size, void **ptr) argument
[all...]
/macosx-10.10.1/emacs-93/
H A Dunexmacosx.c144 vm_address_t address; member in struct:region_t
162 /* The highest VM address of segments loaded by the input file.
197 /* Read N bytes from infd into memory starting at address DEST.
205 /* Write COUNT bytes from memory starting at address SRC to outfd
301 print_region (vm_address_t address, vm_size_t size, vm_prot_t prot, argument
304 printf ("%#10lx %#8lx ", (long) address, (long) size);
316 printf (" address size prot maxp\n");
319 print_region (r->address, r->size, r->protection, r->max_protection);
326 vm_address_t address = (vm_address_t) 0; local
332 printf (" address siz
356 vm_address_t address = (vm_address_t) 0; local
454 unexec_reader(task_t task, vm_address_t address, vm_size_t size, void **ptr) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/adb.subproj/
H A DIOADBLib.c68 uint64_t address = ADBaddress; local
72 &address, 1, NULL, NULL);
84 uint64_t address = ADBaddress; local
88 &address, 1, NULL, NULL);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dsortlist.h33 (*dns_addressorderfunc_t)(const isc_netaddr_t *address, const void *arg);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dlwaddr.c44 memcpy(&ina.s_addr, la->address, 4);
48 memcpy(&ina6.s6_addr, la->address, 16);
80 memcpy(la->address, &na->type.in, 4);
84 memcpy(la->address, &na->type.in6, 16);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dcontext_p.h48 lwres_addr_t address; /*%< address to send to */ member in struct:lwres_context
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-ext.h40 long address; member in struct:ExtAuxRegister

Completed in 310 milliseconds

1234567891011>>