Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/xen/evtchn/
H A Devtchn_dev.c461 struct ioctl_evtchn_unbind *unbind; in evtchn_ioctl() local
464 unbind = (struct ioctl_evtchn_unbind *)arg; in evtchn_ioctl()
467 evtchn = find_evtchn(u, unbind->port); in evtchn_ioctl()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c93 .unbind = ttm_agp_unbind,
H A Dttm_bo_driver.h64 int (*unbind) (struct ttm_tt *ttm); member
H A Dttm_tt.c249 ret = ttm->func->unbind(ttm); in ttm_tt_unbind()
/freebsd/sys/dev/agp/
H A Dagp.c797 agp_unbind_user(device_t dev, agp_unbind *unbind) in agp_unbind_user() argument
799 struct agp_memory *mem = agp_find_memory(dev, unbind->key); in agp_unbind_user()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp231 llvm::make_scope_exit([&] { CommonBinder.unbind(CGF); }); in emitSuspendExpression()
463 llvm::make_scope_exit([&] { AwaiterBinder.unbind(*this); }); in generateAwaitSuspendWrapper()
H A DCodeGenFunction.h1414 void unbind(CodeGenFunction &CGF) {
1476 Data.unbind(CGF);
1481 if (Data.isValid()) Data.unbind(CGF);
H A DCGObjC.cpp3175 opaques[i].unbind(CGF); in visitPseudoObjectExpr()
H A DCGExpr.cpp6215 opaques[i].unbind(CGF); in emitPseudoObjectExpr()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1028 $(document).unbind('mousemove.'+NAMESPACE);
1322 $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
1540 else { $(targets[0]).unbind('.'+this._id+'-create'); }
1744 targets.show.add(targets.hide).unbind(namespace);
H A Djquery.js441 jQuery( document ).trigger( "ready" ).unbind( "ready" );
3820 unbind: function( types, fn ) { method
/freebsd/tools/sched/
H A Dschedgraph.py546 self.unbind("<Destroy>")
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td6532 unbind runtime APIs.
6543 unbind runtime APIs.
/freebsd/share/dict/
H A Dweb2211943 unbind
/freebsd/contrib/ntp/
H A DCommitLog[all...]