Searched refs:systemd_logind_release_fd (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | systemd-logind.h | 33 void systemd_logind_release_fd(int major, int minor, int fd); 40 #define systemd_logind_release_fd(major, minor, fd) close(fd) macro
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | config.c | 145 systemd_logind_release_fd(attribs->major, attribs->minor, attribs->fd); in config_odev_free_attributes()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_platform.c | 38 systemd_logind_release_fd(attribs->major, attribs->minor, -1); in get_drm_info()
|
| H A D | systemd-logind.c | 165 systemd_logind_release_fd(int _major, int _minor, int fd) in systemd_logind_release_fd() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 791 systemd_logind_release_fd(pInp->major, pInp->minor, pInp->fd); in xf86DeleteInput() 925 systemd_logind_release_fd(pInfo->major, pInfo->minor, fd); in xf86NewInputDevice()
|
| H A D | xf86platformBus.c | 473 systemd_logind_release_fd(dev->attribs->major, dev->attribs->minor, dev->attribs->fd); in doPlatformProbe()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 1017 systemd_logind_release_fd(int major, int minor, int fd) in systemd_logind_release_fd() function
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 43109 When systemd isn't being used, systemd_logind_release_fd is defined 49316 So that the fd in use test in systemd_logind_release_fd works properly. 49318 Note we cannot change the test inside systemd_logind_release_fd as it must
|