search for: ihandle

Displaying 4 results from an estimated 4 matches for "ihandle".

Did you mean: handle
2018 Sep 14
0
[ANNOUNCE] xf86-video-ati 18.1.0
...leEvent Defer vblank event handling while waiting for a pending flip Remove drmmode_crtc_private_rec::present_vblank_* related code Add m4 directory Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRS EXA: Handle NULL BO pointer in radeon_set_pixmap_bo Handle ihandle == -1 in radeon_set_shared_pixmap_backing EXA: Handle ihandle == -1 in RADEONEXASharePixmapBacking glamor: Handle ihandle == -1 in radeon_glamor_set_shared_pixmap_backing Always delete entry from list in drm_queue_handler Don't use xorg_list_for_each_entry_safe for signa...
2018 Sep 14
0
[ANNOUNCE] xf86-video-amdgpu 18.1.0
...drmHandleEvent Defer vblank event handling while waiting for a pending flip Remove drmmode_crtc_private_rec::present_vblank_* related code Use correct FB handle in amdgpu_do_pageflip Add m4 directory Use AC_CONFIG_MACRO_DIR instead of AC_CONFIG_MACRO_DIRS Handle ihandle == -1 in amdgpu_set_shared_pixmap_backing glamor: Handle ihandle == -1 in amdgpu_glamor_set_shared_pixmap_backing Always delete entry from list in drm_queue_handler Don't use xorg_list_for_each_entry_safe for signalled flips Do not push the CM_GAMMA_LUT property values i...
2003 Oct 11
2
Samba 3.0 stable: make --with-afs fails on SuSE 8.2
...pterror.h afs.h bumon.h gtxtextcb.h pthread_glock.h afs_Admin.h butc.h gtxtextobj.h pthread_nosigs.h afs_args.h butm.h gtxwindows.h ptint.h afs_atomlist.h butx.h icl.h ptserver.h afs_bosAdmin.h cellconfig.h ihandle.h remote.h afs_cfgAdmin.h cmd.h kaport.h rxgen_consts.h afs_clientAdmin.h cnvldb.h kauth.h stds.h afs_kasAdmin.h com_err.h kautils.h tcdata.h afs_lhash.h debug.h keys.h usd.h afs_ptsAdmin.h dir.h ktime.h...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...t fd; + int32_t errtag; +} xfs_error_injection_t; + + +/* + * The user-level Handle Request interface structure. + */ +typedef struct xfs_fsop_handlereq { + uint32_t fd; /* fd for FD_TO_HANDLE */ + void __user *path; /* user pathname */ + uint32_t oflags; /* open flags */ + void __user *ihandle;/* user supplied handle */ + uint32_t ihandlen; /* user supplied length */ + void __user *ohandle;/* user buffer for handle */ + uint32_t __user *ohandlen;/* user buffer length */ +} xfs_fsop_handlereq_t; + +/* + * Compound structures for passing args through Handle Request interfaces + * xfs...