NAME | SYNOPSIS | API RESTRICTIONS | PARAMETERS | DESCRIPTION | ATTRIBUTES
$(OS_DIR)/lib/libnvpair.a #include <libnvpair.h> #include <sys/nvpair.h>void nvlist_remove(nvlist_t ** nvl, char * name, data_type_t type);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
nvlist_t .
Name of name-value pair to be removed
Data type of the nvpair to be removed
The nvlist_remove() function removes the first occurrence of nvpair which matches the name and the type .
The nvlist_remove_all() function removes all occurrences of nvpair which matches the name , regardless of type .
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | PARAMETERS | DESCRIPTION | ATTRIBUTES