Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Dusb_controller.c932 bus->alloc_failed = 1; in usb_bus_mem_alloc_all_cb()
948 bus->alloc_failed = 0; in usb_bus_mem_alloc_all()
970 bus->alloc_failed = 1; /* failure */ in usb_bus_mem_alloc_all()
977 if (bus->alloc_failed) { in usb_bus_mem_alloc_all()
980 return (bus->alloc_failed); in usb_bus_mem_alloc_all()
/freebsd-14.2/sys/dev/usb/
H A Dusb_bus.h116 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/freebsd-14.2/sys/geom/shsec/
H A Dg_shsec.c82 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,