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

/freebsd-10-stable/sys/dev/usb/
H A Dusb_bus.h115 uint8_t alloc_failed; /* Set if memory allocation failed. */ member in struct:usb_bus
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c182 h->alloc_failed = 0;
228 h->alloc_failed = 0;
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c182 h->alloc_failed = 0;
228 h->alloc_failed = 0;
/freebsd-10-stable/sys/dev/usb/controller/
H A Dusb_controller.c935 bus->alloc_failed = 1;
951 bus->alloc_failed = 0;
973 bus->alloc_failed = 1; /* failure */
980 if (bus->alloc_failed) {
983 return (bus->alloc_failed);
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/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-10-stable/sys/geom/shsec/
H A Dg_shsec.c82 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,

Completed in 232 milliseconds