Searched refs:attach (Results 1 - 25 of 191) sorted by relevance

12345678

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHITabletPointer.cpp46 bool IOHITabletPointer::attach( IOService * provider ) function in class:IOHITabletPointer
48 if (!IOHIDevice::attach(provider)) {
/macosx-10.10.1/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspectorFrontend.h33 - (void)attach;
H A DWebInspectorFrontend.mm44 - (void)attach
H A DWebInspector.h47 - (void)attach:(id)sender;
/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_dlil.h54 void link_update_status (const char *if_name, boolean_t attach);
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dmmdecode33 base64 -attach stdout -mode decode
34 transform -attach stdout -command join
H A Dmmencode54 transform -attach stdout -command {parcel 72}
55 base64 -attach stdout -mode encode
H A Dmd100 zip -attach stdout -mode compress
109 hex -attach [set digest [memchan]] -mode encode
110 $md -attach $f -mode write -read-dest $digest -read-type channel
148 zip -attach $check_src -mode compress
172 hex -attach [set digest [memchan]] -mode encode
173 $md -attach $f -mode write -read-dest $digest -read-type channel
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodloader.h51 CSSM_SPI_ModuleAttachFunction *attach; member in struct:Security::PluginFunctions
73 virtual CSSM_SPI_ModuleAttachFunction attach = 0; member in class:Security::Plugin
H A Dmodload_plugin.h50 CSSM_SPI_ModuleAttachFunction attach; member in class:Security::LoadablePlugin
H A Dmodload_static.h53 CSSM_SPI_ModuleAttachFunction attach; member in class:Security::StaticPlugin
H A Dmodload_plugin.cpp53 findFunction(mFunctions.attach, "CSSM_SPI_ModuleAttach");
94 CSSM_RETURN LoadablePlugin::attach(const CSSM_GUID *ModuleGuid, function in class:Security::LoadablePlugin
107 return mFunctions.attach(ModuleGuid, Version, SubserviceID, SubServiceType,
H A Dmodload_static.cpp55 CSSM_RETURN StaticPlugin::attach(const CSSM_GUID *ModuleGuid, function in class:Security::StaticPlugin
68 return entries.attach(ModuleGuid, Version, SubserviceID, SubServiceType,
H A Dcssmcontext.h58 HandleContext(CSPAttachment &attach, argument
61 : Context(type, algorithmId), attachment(attach), extent(0) { }
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_anchor.tcl16 attach northwest
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebInspectorClientGtk.cpp63 bool WebInspectorClientGtk::attach(WebInspectorProxy* inspector) function in class:WebKit::WebInspectorClientGtk
65 if (!m_client.attach)
67 return m_client.attach(toAPI(inspector), m_client.base.clientInfo);
H A DWebInspectorClientGtk.h52 bool attach(WebInspectorProxy*);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHITabletPointer.h49 virtual bool attach(IOService *provider);
/macosx-10.10.1/screen-22/screen/
H A Dattacher.c87 * returns 1 if we could attach one, or 0 if none.
231 xflag ? "attach" :
250 * Do this before the attach to prevent races!
319 strncpy(m.m.attach.envterm, attach_term, sizeof(m.m.attach.envterm) - 1);
320 m.m.attach.envterm[sizeof(m.m.attach.envterm) - 1] = 0;
321 debug1("attach: sending %d bytes... ", (int)sizeof(m));
323 strncpy(m.m.attach.auser, LoginName, sizeof(m.m.attach
[all...]
H A Dsocket.c284 * fail, when we only want to attach, but mode 700 and not xflag.
902 debug2("RecMsg: apid=%d,was %d\n", m.m.attach.apid, display ? D_userpid : 0);
906 if (CheckPid(m.m.attach.apid))
908 Msg(0, "Attach attempt with bad pid(%d)!", m.m.attach.apid);
914 Kill(m.m.attach.apid, SIG_BYE);
918 Kill(m.m.attach.apid, SIGCONT);
929 Kill(m.m.attach.apid, SIG_BYE);
935 if (strcmp(m.m.attach.auser, LoginName))
936 if (*FindUserPtr(m.m.attach.auser) == 0)
940 Kill(m.m.attach
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebInspector.idl46 HRESULT attach();
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDGlobals.cpp81 raidController->attach(IOService::getResourceService());
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DWrap.pm84 First, attach the transmutex multiplier to the cross-wired
92 * First, attach the transmutex
102 First, attach the transmutex multiplier to the cross-wired quantum
108 * First, attach the transmutex
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectScriptDebugServer.cpp55 attach(&m_globalObject);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/gtk/
H A DWKInspectorClientGtk.h53 WKInspectorClientGtkInspectorCallback attach; member in struct:WKInspectorClientGtkV0

Completed in 311 milliseconds

12345678