Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/controller/
HDusb_controller.c935 bus->alloc_failed = 1; in usb_bus_mem_alloc_all_cb()
951 bus->alloc_failed = 0; in usb_bus_mem_alloc_all()
973 bus->alloc_failed = 1; /* failure */ in usb_bus_mem_alloc_all()
980 if (bus->alloc_failed) { in usb_bus_mem_alloc_all()
983 return (bus->alloc_failed); in usb_bus_mem_alloc_all()
/freebsd-13-stable/sys/dev/usb/
HDusb_bus.h116 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/freebsd-13-stable/sys/geom/shsec/
HDg_shsec.c82 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,