Searched refs:unbind (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c285 agp_unbind_t unbind; local
300 unbind.agpu_pri = 0;
301 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
304 (intptr_t)&unbind, FKIOCTL, kcred, &rval);
476 agp_unbind_t unbind; local
487 unbind.agpu_pri = 0;
488 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
491 (intptr_t)&unbind, FKIOCTL, kcred, &rval);
536 agp_unbind_pages_t unbind; local
539 unbind
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c395 struct ioctl_evtchn_unbind unbind; local
397 if (copyin((void *)data, &unbind, sizeof (unbind))) {
402 if (unbind.port >= NR_EVENT_CHANNELS) {
409 if (port_user[unbind.port] != ep) {
415 evtchndrv_close_evtchn(unbind.port);
/opensolaris-onvv-gate/usr/src/lib/libldap4/
H A DMakefile.com42 extensions.o unbind.o extop.o \
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c660 int unbind = 0; local
667 unbind = 1;
681 if (unbind)
/opensolaris-onvv-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c72 int unbind = 0; local
82 unbind = 1;
100 if (unbind)
/opensolaris-onvv-gate/usr/src/lib/libldap5/
H A DMakefile.com44 tmplout.o ufn.o unbind.o unescape.o url.o ldaputf8.o vlistctrl.o \
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h161 void free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind );
205 * in unbind.c
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Drequest.c468 free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind )
477 if ( unbind ) {
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c531 cmn_err(CE_WARN, "%s: %s%d: failed to unbind handle: "
1654 goto unbind;
1671 goto unbind;
1681 goto unbind;
1689 goto unbind;
1704 unbind:
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dscfutil.c71 int unbind = 0; local
73 unbind = 1;
84 if (unbind)
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c572 LDAPControl **clientctrls, int force, int unbind )
581 if ( unbind ) {
H A Dldap-int.h734 int force, int unbind );
754 * in unbind.c

Completed in 198 milliseconds