Home
last modified time | relevance | path

Searched refs:alloc_failed (Results 1 – 13 of 13) sorted by relevance

/trueos/sys/dev/usb/controller/
HDusb_controller.c929 bus->alloc_failed = 1; in usb_bus_mem_alloc_all_cb()
945 bus->alloc_failed = 0; in usb_bus_mem_alloc_all()
967 bus->alloc_failed = 1; /* failure */ in usb_bus_mem_alloc_all()
974 if (bus->alloc_failed) { in usb_bus_mem_alloc_all()
977 return (bus->alloc_failed); in usb_bus_mem_alloc_all()
/trueos/sys/dev/usb/
HDusb_bus.h117 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/trueos/contrib/gcclibs/libiberty/
HDobstack.c181 h->alloc_failed = 0; in _obstack_begin()
227 h->alloc_failed = 0; in _obstack_begin_1()
HDChangeLog6259 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
/trueos/contrib/binutils/libiberty/
HDobstack.c181 h->alloc_failed = 0; in _obstack_begin()
227 h->alloc_failed = 0; in _obstack_begin_1()
HDChangeLog6457 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
/trueos/gnu/usr.bin/grep/
HDobstack.c204 h->alloc_failed = 0;
264 h->alloc_failed = 0;
HDobstack.h187 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/trueos/contrib/gcclibs/include/
HDobstack.h184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
HDChangeLog-91032017 * obstack.h (struct obstack): Add alloc_failed flag.
2019 (obstack_finish): If alloc_failed, return NULL.
2021 If alloc_failed, return 0.
2023 obstack_int_grow, obstack_blank): If alloc_failed, do nothing that
/trueos/contrib/binutils/include/
HDobstack.h184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/trueos/contrib/gdb/include/
HDobstack.h194 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/trueos/sys/geom/shsec/
HDg_shsec.c82 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,