Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_srtm.c66 unsigned int alloc_failed : 1; member
103 srtm->alloc_failed = 1; in srtm_check_lh()
287 if (srtm->alloc_failed) in ossl_quic_srtm_add()
384 if (srtm->alloc_failed) in ossl_quic_srtm_remove()
422 if (srtm->alloc_failed) in ossl_quic_srtm_cull()
449 if (srtm->alloc_failed) in ossl_quic_srtm_lookup()
/freebsd/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/sys/dev/usb/
H A Dusb_bus.h116 uint8_t alloc_failed; /* Set if memory allocation failed. */ member
/freebsd/sys/geom/shsec/
H A Dg_shsec.c81 SYSCTL_UINT(_kern_geom_shsec, OID_AUTO, alloc_failed, CTLFLAG_RD,