Searched defs:unbind (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c714 int unbind = 0; local
721 unbind = 1;
735 if (unbind)
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c72 int unbind = 0; local
82 unbind = 1;
100 if (unbind)
/illumos-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...]
/illumos-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);
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c71 int unbind = 0; local
73 unbind = 1;
84 if (unbind)

Completed in 52 milliseconds