Searched refs:unalloc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
H A Dxf86i2c.h55 extern _X_EXPORT void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc, Bool devs_too);
81 extern _X_EXPORT void xf86DestroyI2CDevRec(I2CDevPtr pI2CDev, Bool unalloc);
H A Dxf86i2c.c605 * you should set <unalloc> to free it.
609 xf86DestroyI2CDevRec(I2CDevPtr d, Bool unalloc) argument
626 if (unalloc) free(d);
714 * you should set <unalloc> to free it. If you set <devs_too>, the function
716 * first, passing down the <unalloc> option.
720 xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too) argument
739 xf86DestroyI2CDevRec(d, unalloc);
742 if (unalloc) {
754 if (unalloc) free(b);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
H A Dxf86i2c.h57 extern _X_EXPORT void xf86DestroyI2CBusRec(I2CBusPtr pI2CBus, Bool unalloc,
84 extern _X_EXPORT void xf86DestroyI2CDevRec(I2CDevPtr pI2CDev, Bool unalloc);
H A Dxf86i2c.c611 * you should set <unalloc> to free it.
615 xf86DestroyI2CDevRec(I2CDevPtr d, Bool unalloc) argument
633 if (unalloc)
725 * you should set <unalloc> to free it. If you set <devs_too>, the function
727 * first, passing down the <unalloc> option.
731 xf86DestroyI2CBusRec(I2CBusPtr b, Bool unalloc, Bool devs_too) argument
750 xf86DestroyI2CDevRec(d, unalloc);
754 if (unalloc) {
766 if (unalloc)

Completed in 10 milliseconds