Searched refs:target (Results 251 - 275 of 2227) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dtime.c41 dns_time64_totext(isc_int64_t t, isc_buffer_t *target) { argument
95 isc_buffer_availableregion(target, &region);
102 isc_buffer_add(target, l);
129 dns_time32_totext(isc_uint32_t value, isc_buffer_t *target) { argument
130 return (dns_time64_totext(dns_time64_from32(value), target));
134 dns_time64_fromtext(const char *source, isc_int64_t *target) { argument
189 *target = value;
194 dns_time32_fromtext(const char *source, isc_uint32_t *target) { argument
200 *target = (isc_uint32_t)value64;
H A Drcode.c185 str_totext(const char *source, isc_buffer_t *target) { argument
189 isc_buffer_availableregion(target, &region);
196 isc_buffer_add(target, l);
255 dns_mnemonic_totext(unsigned int value, isc_buffer_t *target, argument
262 return (str_totext(table[i].name, target));
267 return (str_totext(buf, target));
279 dns_rcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { argument
280 return (dns_mnemonic_totext(rcode, target, rcodes));
292 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { argument
293 return (dns_mnemonic_totext(rcode, target, tsigrcode
305 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target) argument
318 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target) argument
346 dns_secproto_totext(dns_secproto_t secproto, isc_buffer_t *target) argument
468 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dformat.c64 If the BFD has been set to a specific target before the
65 call, only the named target and format combination is
66 checked. If the target has not been set, or has been set to
67 <<default>>, then all the known target backends is
68 interrogated to determine a match. If the default target
69 matches, it is used. If not, exactly one target must recognize
120 const bfd_target * const *target; local
136 /* Since the target type was defaulted, check them
159 /* If the target type was explicitly specified, just check that target
[all...]
H A Dtargets.c1 /* Generic target-file-type support for the BFD library.
42 of a target back end. All the back end provides to the root
49 target are unknown. BFD uses various mechanisms to determine
54 target string supplied to <<bfd_openr>> and the new BFD pointer.
56 o If a null target string was provided to <<bfd_find_target>>,
58 that as the target string.
60 o If the target string is still <<NULL>>, or the target string is
61 <<default>>, then use the first item in the target vector
62 as the target typ
1281 const bfd_target * const *target; local
1321 const bfd_target *target; local
1359 const bfd_target *target; local
1417 const bfd_target * const *target; local
1459 const bfd_target * const *target; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Disdn_20.c44 RETTOK(txt_fromtext(&token.value.as_textregion, target));
54 RETTOK(txt_fromtext(&token.value.as_textregion, target));
68 RETERR(txt_totext(&region, target));
71 RETERR(str_totext(" ", target));
72 return (txt_totext(&region, target));
84 RETERR(txt_fromwire(source, target));
87 return (txt_fromwire(source, target));
97 return (mem_tobuffer(target, rdata->data, rdata->length));
128 RETERR(uint8_tobuffer(isdn->isdn_len, target));
129 RETERR(mem_tobuffer(target, isd
[all...]
H A Dgpos_27.c46 RETTOK(txt_fromtext(&token.value.as_textregion, target));
64 RETERR(txt_totext(&region, target));
66 RETERR(str_totext(" ", target));
84 RETERR(txt_fromwire(source, target));
96 return (mem_tobuffer(target, rdata->data, rdata->length));
127 RETERR(uint8_tobuffer(gpos->long_len, target));
128 RETERR(mem_tobuffer(target, gpos->longitude, gpos->long_len));
129 RETERR(uint8_tobuffer(gpos->lat_len, target));
130 RETERR(mem_tobuffer(target, gpos->latitude, gpos->lat_len));
131 RETERR(uint8_tobuffer(gpos->alt_len, target));
[all...]
H A Dhinfo_13.c46 RETTOK(txt_fromtext(&token.value.as_textregion, target));
61 RETERR(txt_totext(&region, target));
62 RETERR(str_totext(" ", target));
63 return (txt_totext(&region, target));
76 RETERR(txt_fromwire(source, target));
77 return (txt_fromwire(source, target));
88 return (mem_tobuffer(target, rdata->data, rdata->length));
119 RETERR(uint8_tobuffer(hinfo->cpu_len, target));
120 RETERR(mem_tobuffer(target, hinfo->cpu, hinfo->cpu_len));
121 RETERR(uint8_tobuffer(hinfo->os_len, target));
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.h222 OSObject * target,
229 static IOReturn _open(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
233 static IOReturn _close(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
237 static IOReturn _getElementCount(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
241 static IOReturn _getElements(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
246 static IOReturn _deviceIsValid(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
250 static IOReturn _setQueueAsyncPort(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
254 static IOReturn _createQueue(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
258 static IOReturn _disposeQueue(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
262 static IOReturn _addElementToQueue(IOHIDLibUserClient * target, voi
[all...]
H A DIOHIDLibUserClient.cpp438 OSObject * target; member in struct:HIDCommandGateArgs
446 OSObject * target,
457 args.target = target;
461 status = fGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, target, &IOHIDLibUserClient::externalMethodGated), (void *)&args);
473 OSObject * target = cArgs->target; local
483 if (!target)
484 target = this;
487 return super::externalMethod(selector, arguments, dispatch, target, referenc
442 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) argument
490 _setQueueAsyncPort(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
505 _open(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
547 _close(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments __unused) argument
847 _getElementCount(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
868 _getElements(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
966 _deviceIsValid(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
991 _createQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1018 _disposeQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1039 _addElementToQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1060 _removeElementFromQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1081 _queueHasElement(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1102 _startQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1118 _stopQueue(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1134 _updateElementValues(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1155 _postElementValues(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1175 _getReport(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
1279 _setReport(IOHIDLibUserClient * target, void * reference __unused, IOExternalMethodArguments * arguments) argument
[all...]
H A DIOHIDEventServiceUserClient.cpp166 OSObject * target; member in struct:HIDCommandGateArgs
174 OSObject * target,
181 if (!target)
182 target = this;
185 return super::externalMethod(selector, arguments, dispatch, target, reference);
249 IOHIDEventServiceUserClient * target,
253 return target->open((IOOptionBits)arguments->scalarInput[0]);
286 IOHIDEventServiceUserClient * target,
290 return target->close();
309 IOHIDEventServiceUserClient * target,
170 externalMethod( uint32_t selector, IOExternalMethodArguments * arguments, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) argument
248 _open( IOHIDEventServiceUserClient * target, void * reference, IOExternalMethodArguments * arguments) argument
285 _close( IOHIDEventServiceUserClient * target, void * reference, IOExternalMethodArguments * arguments) argument
308 _copyEvent( IOHIDEventServiceUserClient * target, void * reference, IOExternalMethodArguments * arguments) argument
361 _setElementValue( IOHIDEventServiceUserClient * target, void * reference, IOExternalMethodArguments * arguments) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dname.h162 * 'target' is the buffer to be converted. The region to be converted
165 typedef isc_result_t (*dns_name_totextfilter_t)(isc_buffer_t *target,
245 * \li Specification of a target buffer in dns_name_fromwire(),
584 unsigned int n, dns_name_t *target);
586 * Make 'target' refer to the 'n' labels including and following 'first'
595 * \li 'target' refers to the same memory as 'source', so 'source'
596 * must not be changed while 'target' is still in use.
599 * \li 'source' and 'target' are valid names.
608 dns_name_clone(const dns_name_t *source, dns_name_t *target);
610 * Make 'target' refe
[all...]
/macosx-10.10/IONetworkingFamily-101/
H A DIOBasicOutputQueue.h40 The flow of packets from the queue to its target can be controlled
41 by calling methods such as start(), stop(), or service(). The target
44 target must also return a status for every packet delivered by the
46 target can use to manage the queue when it is running on the
55 static IOReturn dispatchNetworkDataNotification(void * target,
89 @abstract Transfers all packets in the mbuf queue to the target.
123 @param target The object that will handle packets removed from the
131 virtual bool init(OSObject * target,
139 @param target An IONetworkController object that will handle packets
145 static IOBasicOutputQueue * withTarget(IONetworkController * target,
[all...]
H A DIONetworkData.h140 @param target The target of the notification.
154 typedef IOReturn (*Action)(void * target,
168 void * _tapTarget; // target for access notification.
230 @param target The notification target.
241 void * target = 0,
252 @param target The notification target.
264 void * target
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DDictionary.h56 PassRefPtr<EventListener> getEventListener(const char* propertyName, T* target) const;
58 PassRefPtr<EventListener> getEventListener(const String& propertyName, T* target) const;
89 PassRefPtr<EventListener> Dictionary::getEventListener(const char* propertyName, T* target) const
102 return JSEventListener::create(asObject(eventListener.jsValue()), asJSObject(target), true, currentWorld(m_dictionary.execState()));
106 PassRefPtr<EventListener> Dictionary::getEventListener(const String& propertyName, T* target) const
108 return getEventListener(propertyName.utf8().data(), target);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DChildListMutationScope.cpp50 ChildListMutationAccumulator::ChildListMutationAccumulator(ContainerNode& target, std::unique_ptr<MutationObserverInterestGroup> observers) argument
51 : m_target(target)
64 PassRefPtr<ChildListMutationAccumulator> ChildListMutationAccumulator::getOrCreate(ContainerNode& target) argument
66 AccumulatorMap::AddResult result = accumulatorMap().add(&target, nullptr);
71 accumulator = adoptRef(new ChildListMutationAccumulator(target, MutationObserverInterestGroup::createForChildListMutation(target)));
/macosx-10.10/libauto-186/tests/
H A Dresurrect-global-global.m35 TestObject *target;
48 target = self;
55 target = self;
H A Dresurrect-global-weak.m35 TestObject *__weak target;
48 target = self;
55 target = self;
H A Dresurrect-local-global.m35 TestObject *target;
48 target = self;
55 target = self;
H A Dresurrect-local-weak.m35 TestObject *__weak target;
48 target = self;
55 target = self;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc42 // Normalize the arch, since the target triple may not actually match the target.
55 // target.
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Ddeprecated.rb13 target = eval 'self', block.binding
14 target.extend DeprecatedMethods
15 metaclass = class << target; self; end
17 target.taguri = coder.tag
18 target.to_yaml_style = coder.style
21 target.psych_to_yaml unless opts[:nodump]
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/template/darkfish/js/
H A Ddarkfish.js32 var target = e.target;
33 var codeSections = $(target).
37 $(target).
110 console.debug( "Highlighting target '%s'.", anchor );
114 if ( !$(this).parent().parent().hasClass('target-section') ) {
115 console.debug( "Wrapping the target-section" );
116 $('div.method-detail').unwrap( 'div.target-section' );
117 $(this).parent().wrap( '<div class="target-section"></div>' );
136 console.debug( "Highlighting click target fo
[all...]
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_xml-stylesheet.rb38 target, contents = parse_pi(XMLStyleSheet.new(attrs).to_s)
39 assert_xml_stylesheet(target, attrs, XMLStyleSheet.new(contents))
90 target, = parse_pi(stylesheet.to_s)
91 assert_xml_stylesheet(target, have_href_xsss[i], stylesheet)
98 target = $1
104 [target, contents]
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A Dnpapi.mm82 NPError NPN_GetURLNotify(NPP instance, const char* URL, const char* target, void* notifyData)
84 return [pluginViewForInstance(instance) getURLNotify:URL target:target notifyData:notifyData];
87 NPError NPN_GetURL(NPP instance, const char* URL, const char* target)
89 return [pluginViewForInstance(instance) getURL:URL target:target];
92 NPError NPN_PostURLNotify(NPP instance, const char* URL, const char* target, uint32_t len, const char* buf, NPBool file, void* notifyData)
94 return [pluginViewForInstance(instance) postURLNotify:URL target:target len:len buf:buf file:file notifyData:notifyData];
97 NPError NPN_PostURL(NPP instance, const char* URL, const char* target, uint32_
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DOpenGLShims.cpp69 void* target = getProcAddress(functionName); local
70 if (target)
71 return target;
75 target = getProcAddress(fullFunctionName.utf8().data());
76 if (target)
77 return target;
81 target = getProcAddress(fullFunctionName.utf8().data());
86 target = getProcAddress(fullFunctionName.utf8().data());
87 if (target)
88 return target;
[all...]

Completed in 197 milliseconds

<<11121314151617181920>>