OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unbind
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRequest.cpp
142
void LDAPRequest::
unbind
() const{
function in class:LDAPRequest
143
DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::
unbind
()" << endl);
144
m_connection->
unbind
();
LDAPConnection.cpp
97
void LDAPConnection::
unbind
(){
function in class:LDAPConnection
98
LDAPAsynConnection::
unbind
();
LDAPAsynConnection.cpp
47
unbind
();
57
unbind
();
74
unbind
();
270
void LDAPAsynConnection::
unbind
(){
function in class:LDAPAsynConnection
271
DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::
unbind
()" << endl);
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h
71
* @
unbind
:
Unbind
a hardware resource from persistent
97
int (*
unbind
) (struct vmw_resource *res,
member in struct:vmw_res_func
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_tt.h
68
* struct ttm_backend_func member
unbind
72
*
Unbind
previously bound backend pages. This function should be
75
int (*
unbind
) (struct ttm_tt *ttm);
member in struct:ttm_backend_func
204
*
Unbind
, unpopulate and destroy common struct ttm_tt.
213
*
Unbind
a struct ttm_tt.
293
* bind and
unbind
memory backing a ttm_tt.
/src/sys/arch/xen/xen/
xenevt.c
606
struct ioctl_evtchn_unbind *
unbind
= addr;
local
608
if (
unbind
->port >= NR_EVENT_CHANNELS)
611
if (devevent[
unbind
->port] != d) {
615
devevent[
unbind
->port] = NULL;
617
hypervisor_mask_event(
unbind
->port);
618
xen_atomic_clear_bit(&d->ci->ci_evtmask[0],
unbind
->port);
620
op.u.close.port =
unbind
->port;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
1275
void
unbind
(CodeGenFunction &CGF) {
function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMappingData
1276
assert(OpaqueValue && "no data to
unbind
!");
1337
Data.
unbind
(CGF);
1342
if (Data.isValid()) Data.
unbind
(CGF);
Completed in 40 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026