#include <sys/nvpair.h>
Solaris DDI specific (Solaris DDI)
The nvlist_remove() function removes the first occurrence of nvpair that matches the name and the type.
The nvlist_remove_all() function removes all occurrences of nvpair that match the name, regardless of type.
None
The nvlist_remove() and nvlist_remove_all() functions can be called from user or interrupt context.