Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/controller/
H A Dusb_controller.c934 bus->alloc_failed = 1; in usb_bus_mem_alloc_all_cb()
950 bus->alloc_failed = 0; in usb_bus_mem_alloc_all()
972 bus->alloc_failed = 1; /* failure */ in usb_bus_mem_alloc_all()
979 if (bus->alloc_failed) { in usb_bus_mem_alloc_all()
982 return (bus->alloc_failed); in usb_bus_mem_alloc_all()
/freebsd-12.1/sys/dev/usb/
H A Dusb_bus.h126 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dobstack.c181 h->alloc_failed = 0; in _obstack_begin()
227 h->alloc_failed = 0; in _obstack_begin_1()
H A DChangeLog6259 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstack.c181 h->alloc_failed = 0; in _obstack_begin()
227 h->alloc_failed = 0; in _obstack_begin_1()
H A DChangeLog6457 If CALL_CHUNKFUN returns NULL, set alloc_failed, else clear it.
/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.c204 h->alloc_failed = 0;
264 h->alloc_failed = 0;
H A Dobstack.h187 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/freebsd-12.1/contrib/binutils/include/
H A Dobstack.h184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/freebsd-12.1/contrib/gcclibs/include/
H A Dobstack.h184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
H A DChangeLog-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
/freebsd-12.1/contrib/gdb/include/
H A Dobstack.h194 unsigned alloc_failed:1; /* No longer used, as we now call the failed member
/freebsd-12.1/sys/geom/shsec/
H A Dg_shsec.c82 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,