Searched refs:alloc_failed (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_bus.h124 uint8_t alloc_failed; /* Set if memory allocation failed. */ member in struct:usb_bus
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dobstack.c182 h->alloc_failed = 0;
228 h->alloc_failed = 0;
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dobstack.c182 h->alloc_failed = 0;
228 h->alloc_failed = 0;
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dusb_controller.c933 bus->alloc_failed = 1;
949 bus->alloc_failed = 0;
971 bus->alloc_failed = 1; /* failure */
978 if (bus->alloc_failed) {
981 return (bus->alloc_failed);
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dobstack.c205 h->alloc_failed = 0;
265 h->alloc_failed = 0;
H A Dobstack.h188 unsigned alloc_failed:1; /* No longer used, as we now call the failed
187 unsigned alloc_failed:1; /* No longer used, as we now call the failed member in struct:obstack
/freebsd-11.0-release/contrib/gcclibs/include/
H A Dobstack.h185 unsigned alloc_failed:1; /* No longer used, as we now call the failed
184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member in struct:obstack
/freebsd-11.0-release/contrib/binutils/include/
H A Dobstack.h185 unsigned alloc_failed:1; /* No longer used, as we now call the failed
184 unsigned alloc_failed:1; /* No longer used, as we now call the failed member in struct:obstack
/freebsd-11.0-release/contrib/gdb/include/
H A Dobstack.h195 unsigned alloc_failed:1; /* No longer used, as we now call the failed
194 unsigned alloc_failed:1; /* No longer used, as we now call the failed member in struct:obstack
/freebsd-11.0-release/sys/geom/shsec/
H A Dg_shsec.c80 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,

Completed in 266 milliseconds