Searched refs:busfault (Results 1 – 12 of 12) sorted by relevance
38 struct busfault { struct53 struct busfault * argument56 struct busfault *busfault; in busfault_register_mmap() local58 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 …]
130 busfault.c138 am__objects_8 = busfault.lo174 ./$(DEPDIR)/busfault.Plo ./$(DEPDIR)/client.Plo \596 BUSFAULT_SRCS = busfault.c685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/busfault.Plo@am__quote@ # am--include-marker873 -rm -f ./$(DEPDIR)/busfault.Plo947 -rm -f ./$(DEPDIR)/busfault.Plo
8 BUSFAULT_SRCS = busfault.c
50 srcs_os += 'busfault.c'
34 struct busfault *38 busfault_unregister(struct busfault *busfault);
73 busfault.h dbus-core.h \
24 /* Include busfault OS API */
624 busfault.h dbus-core.h \
72 struct busfault *busfault; member
445 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()
1191 AC_DEFINE(BUSFAULT, 1, [Include busfault OS API])
46681 ==8805== by 0x5B13DA: busfault_init (busfault.c:145)57351 busfault.h includes dix-config.h which is not. Leave the use of57352 struct busfault in shmint.h and move the include of busfault.h to