Searched refs:VERR_NO_MEMORY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoErr.h34 #define VERR_NO_MEMORY (-8) macro
H A DHGSMIBase.c48 * @returns VERR_NO_MEMORY if a heap allocation fails.
60 return VERR_NO_MEMORY;
78 * @returns VERR_NO_MEMORY if a heap allocation fails.
90 return VERR_NO_MEMORY;
162 return VERR_NO_MEMORY;
216 return VERR_NO_MEMORY;
249 * @returns VERR_NO_MEMORY HGSMI heap allocation failed.
260 return VERR_NO_MEMORY;
H A DModesetting.c84 * @returns iprt status code, either VERR_NO_MEMORY or the status returned by
113 rc = VERR_NO_MEMORY;
294 * @returns VERR_NO_MEMORY HGSMI heap allocation failed.
319 rc = VERR_NO_MEMORY;
331 * @returns VERR_NO_MEMORY HGSMI heap allocation failed.
350 return VERR_NO_MEMORY;

Completed in 3 milliseconds