Searched refs:oom (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_legacy.c123 goto oom;
143 if (!req) { goto oom; }
147 goto oom;
153 if (!req) { goto oom; }
157 goto oom;
175 if (!req) { goto oom; }
184 if (!req) { goto oom; }
201 if (!req) { goto oom; }
233 if (!req) { goto oom; }
241 if (!req) { goto oom; }
[all...]
/freebsd-11-stable/contrib/libucl/uthash/
H A Dutstring.h41 #ifndef oom
42 #define oom abort macro
56 if ((s)->d == NULL) oom(); \
84 if (!s) oom(); \
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dutarray.h44 #ifndef oom
45 #define oom() exit(-1) macro
95 if ( ((a)->d=(char*)realloc((a)->d, (a)->n*(a)->icd.sz)) == NULL) oom(); \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c584 goto oom;
591 goto oom;
598 goto oom;
605 goto oom;
657 oom:
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c4539 char oom; /* True if an OOM is encountered */ member in struct:Decimal
4581 p->oom = 0;
4691 if( p==0 || p->oom ){
4829 p->oom = 1;
4855 if( pA->oom || pB==0 || pB->oom ){
4856 pA->oom = 1;
4873 if( pA->oom || pB->oom ){
4874 pA->oom
[all...]
H A Dsqlite3.c188737 u8 oom; /* Set to true if out of memory */ member in struct:JsonParse
[all...]

Completed in 497 milliseconds