Home
last modified time | relevance | path

Searched refs:nwam_value (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_impl.h98 struct nwam_value { struct
H A Dlibnwam.h149 struct nwam_value;
150 typedef struct nwam_value *nwam_value_t;
H A Dlibnwam_values.c85 if ((newvalue = calloc(1, sizeof (struct nwam_value))) == NULL) in nwam_value_create()