Home
last modified time | relevance | path

Searched refs:remove_avail (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/kboot/libkboot/
H A Dseg.c82 remove_avail(uint64_t start, uint64_t end, uint64_t type) in remove_avail() function
326 remove_avail(start, end, unknown); in populate_avail_from_iomem()
328 remove_avail(start, end, kv->type); in populate_avail_from_iomem()
/freebsd/stand/kboot/include/
H A Dseg.h20 void remove_avail(uint64_t start, uint64_t end, uint64_t type);