Searched defs:refcnt (Results 1 - 25 of 225) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h42 int refcnt; member in struct:__anon7116
51 int refcnt; /* contexts bound */ member in struct:__anon7117
61 int refcnt; member in struct:__anon7118
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxfont.h45 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h47 int refcnt; member in struct:__anon7783
56 int refcnt; /* contexts bound */ member in struct:__anon7784
67 int refcnt; member in struct:__anon7785
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h42 int refcnt; member in struct:__anon8781
51 int refcnt; /* contexts bound */ member in struct:__anon8782
62 int refcnt; member in struct:__anon8783
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h42 int refcnt; member in struct:__anon9095
51 int refcnt; /* contexts bound */ member in struct:__anon9096
62 int refcnt; member in struct:__anon9097
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h42 int refcnt; member in struct:__anon9414
51 int refcnt; /* contexts bound */ member in struct:__anon9415
62 int refcnt; member in struct:__anon9416
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
H A Dglxdrawable.h42 int refcnt; member in struct:__anon4944
51 int refcnt; /* contexts bound */ member in struct:__anon4945
62 int refcnt; member in struct:__anon4946
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxfont.h44 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxfont.h45 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxfont.h45 int refcnt; member in struct:_dmxFontPriv
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcppkt.h14 #include <ipxe/refcnt.h>
22 struct refcnt refcnt; member in struct:dhcp_packet
39 ref_get ( &dhcppkt->refcnt );
50 ref_put ( &dhcppkt->refcnt );
H A Drefcnt.h26 struct refcnt { struct
40 * may omit the free() method if the @c refcnt object is the
43 void ( * free ) ( struct refcnt *refcnt );
49 * @v refcnt Reference counter
53 ref_init ( struct refcnt *refcnt, argument
54 void ( * free ) ( struct refcnt *refcnt ) ) {
55 refcnt
[all...]

Completed in 59 milliseconds

123456789