Home
last modified time | relevance | path

Searched refs:busfault (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dbusfault.c38 struct busfault { struct
53 struct busfault * argument
56 struct busfault *busfault; in busfault_register_mmap() local
58 busfault = calloc(1, sizeof (struct busfault)); in busfault_register_mmap()
59 if (!busfault) in busfault_register_mmap()
62 busfault->addr = addr; in busfault_register_mmap()
63 busfault->size = size; in busfault_register_mmap()
64 busfault->notify = notify; in busfault_register_mmap()
65 busfault->context = context; in busfault_register_mmap()
66 busfault->valid = TRUE; in busfault_register_mmap()
[all …]
H A DMakefile.in130 busfault.c
138 am__objects_8 = busfault.lo
174 ./$(DEPDIR)/busfault.Plo ./$(DEPDIR)/client.Plo \
596 BUSFAULT_SRCS = busfault.c
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/busfault.Plo@am__quote@ # am--include-marker
873 -rm -f ./$(DEPDIR)/busfault.Plo
947 -rm -f ./$(DEPDIR)/busfault.Plo
H A DMakefile.am8 BUSFAULT_SRCS = busfault.c
H A Dmeson.build50 srcs_os += 'busfault.c'
/OK3568_Linux_fs/external/xserver/include/
H A Dbusfault.h34 struct busfault *
38 busfault_unregister(struct busfault *busfault);
H A DMakefile.am73 busfault.h dbus-core.h \
H A Ddo-not-use-config.h.in24 /* Include busfault OS API */
H A DMakefile.in624 busfault.h dbus-core.h \
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshmint.h72 struct busfault *busfault; member
H A Dshm.c445 if (shmdesc->busfault) in ShmDetachSegment()
446 busfault_unregister(shmdesc->busfault); in ShmDetachSegment()
1144 busfault_unregister(shmdesc->busfault); in ShmBusfaultNotify()
1145 shmdesc->busfault = NULL; in ShmBusfaultNotify()
1195 …shmdesc->busfault = busfault_register_mmap(shmdesc->addr, shmdesc->size, ShmBusfaultNotify, shmdes… in ProcShmAttachFd()
1196 if (!shmdesc->busfault) { in ProcShmAttachFd()
1311 …shmdesc->busfault = busfault_register_mmap(shmdesc->addr, shmdesc->size, ShmBusfaultNotify, shmdes… in ProcShmCreateSegment()
1312 if (!shmdesc->busfault) { in ProcShmCreateSegment()
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac1191 AC_DEFINE(BUSFAULT, 1, [Include busfault OS API])
H A DChangeLog46681 ==8805== by 0x5B13DA: busfault_init (busfault.c:145)
57351 busfault.h includes dix-config.h which is not. Leave the use of
57352 struct busfault in shmint.h and move the include of busfault.h to