1*78a75454SPatrick Mooney# 2*78a75454SPatrick Mooney# This file and its contents are supplied under the terms of the 3*78a75454SPatrick Mooney# Common Development and Distribution License ("CDDL"), version 1.0. 4*78a75454SPatrick Mooney# You may only use this file in accordance with the terms of version 5*78a75454SPatrick Mooney# 1.0 of the CDDL. 6*78a75454SPatrick Mooney# 7*78a75454SPatrick Mooney# A full copy of the text of the CDDL should have accompanied this 8*78a75454SPatrick Mooney# source. A copy of the CDDL is also available via the Internet at 9*78a75454SPatrick Mooney# http://www.illumos.org/license/CDDL. 10*78a75454SPatrick Mooney# 11*78a75454SPatrick Mooney 12*78a75454SPatrick Mooney# 13*78a75454SPatrick Mooney# Copyright 2025 Oxide Computer Company 14*78a75454SPatrick Mooney# 15*78a75454SPatrick Mooney 16*78a75454SPatrick Mooneyavl_add.3avl 17*78a75454SPatrick Mooney avl_remove.3avl 18*78a75454SPatrick Mooneyavl_first.3avl 19*78a75454SPatrick Mooney AVL_NEXT.3avl 20*78a75454SPatrick Mooney AVL_PREV.3avl 21*78a75454SPatrick Mooney avl_last.3avl 22*78a75454SPatrick Mooneyavl_insert.3avl 23*78a75454SPatrick Mooney avl_insert_here.3avl 24*78a75454SPatrick Mooneyavl_update.3avl 25*78a75454SPatrick Mooney avl_update_gt.3avl 26*78a75454SPatrick Mooney avl_update_lt.3avl 27