| /src/external/bsd/tmux/dist/ |
| example_tmux.conf | 30 unbind C-b 35 unbind -n MouseDrag1Pane 36 unbind -Tcopy-mode MouseDrag1Pane
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPRequest.h | 31 static const int UNBIND=2; 63 void unbind() const;
|
| LDAPMessageQueue.cpp | 78 req->unbind(); 114 req->unbind();
|
| LDAPRequest.cpp | 142 void LDAPRequest::unbind() const{ function in class:LDAPRequest 143 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::unbind()" << endl); 144 m_connection->unbind();
|
| LDAPConnection.h | 100 * Performs the UNBIND-operation on the destination server 104 void 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);
|
| LDAPAsynConnection.h | 252 * Performs the UNBIND-operation on the destination server 256 void unbind();
|
| LDAPConnection.cpp | 97 void LDAPConnection::unbind(){ function in class:LDAPConnection 98 LDAPAsynConnection::unbind();
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_sgdma.c | 64 .unbind = nv04_sgdma_unbind, 85 .unbind = nv04_sgdma_unbind,
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/examples/ |
| startTls.cpp | 37 l.unbind(); 57 l1.unbind(); 72 l2.unbind();
|
| main.cpp | 70 lc->unbind(); 131 lc->unbind();
|
| readSchema.cpp | 65 lc->unbind();
|
| /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
|
| vmwgfx_va.c | 95 .unbind = NULL
|
| vmwgfx_resource.c | 138 res->func->unbind != NULL) { 143 res->func->unbind(res, false, &val_buf); 680 if (unlikely(func->unbind != NULL && 682 ret = func->unbind(res, res->res_dirty, &val_buf); 804 if (!WARN_ON_ONCE(!res->func->unbind)) 805 (void) res->func->unbind(res, res->res_dirty, &val_buf);
|
| vmwgfx_context.c | 89 .unbind = NULL 103 .unbind = vmw_gb_context_unbind 117 .unbind = vmw_dx_context_unbind
|
| /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/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_agp_backend.c | 115 .unbind = ttm_agp_unbind,
|
| /src/sys/external/bsd/drm2/ttm/ |
| ttm_agp_backend.c | 169 .unbind = &ttm_agp_unbind,
|
| /src/external/bsd/openldap/sbin/slapd/ |
| Makefile | 25 value.c ava.c bind.c unbind.c abandon.c filterentry.c \
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| back-asyncmeta.h | 628 int unbind, 739 int unbind,
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_ttm.c | 195 .unbind = &qxl_ttm_backend_unbind,
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| Makefile.in | 30 value.c verbs.c ava.c bind.c unbind.c abandon.c filterentry.c \ 48 value.o verbs.o ava.o bind.o unbind.o abandon.o filterentry.o \
|
| /src/external/bsd/tmux/usr.bin/tmux/ |
| Makefile | 83 cmd-unbind-key.c \
|