Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dusb_controller.c933 bus->alloc_failed = 1; in usb_bus_mem_alloc_all_cb()
949 bus->alloc_failed = 0; in usb_bus_mem_alloc_all()
971 bus->alloc_failed = 1; /* failure */ in usb_bus_mem_alloc_all()
978 if (bus->alloc_failed) { in usb_bus_mem_alloc_all()
981 return (bus->alloc_failed); in usb_bus_mem_alloc_all()
/freebsd-13.1/sys/dev/usb/
H A Dusb_bus.h117 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/freebsd-13.1/sys/geom/shsec/
H A Dg_shsec.c84 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,