Searched refs:BT_TYPE_BUSY (Results 1 – 1 of 1) sorted by relevance
177 #define BT_TYPE_BUSY 4 /* Used space. */ macro255 return (bt->bt_type == BT_TYPE_BUSY); in bt_isbusy()490 MPASS(bt->bt_type == BT_TYPE_BUSY); in bt_insbusy()1020 btnew->bt_type = BT_TYPE_BUSY; in vmem_clip()1031 bt->bt_type = BT_TYPE_BUSY; in vmem_clip()1493 MPASS(bt->bt_type == BT_TYPE_BUSY); in vmem_xfree()1584 case BT_TYPE_BUSY: in bt_type_string()1671 (bt->bt_type == BT_TYPE_BUSY) ? "allocated" : "free"); in vmem_whatis()1739 if (bt->bt_type == BT_TYPE_BUSY) { in DB_SHOW_COMMAND()