Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/clib/
H A DSLPUtils.c558 void SLPSetProperty(const char *pcName, const char *pcValue) { in SLPSetProperty() argument
563 if (!pcName || !pcValue) { in SLPSetProperty()
579 if (!(pe->val = strdup(pcValue))) { in SLPSetProperty()
H A Dslp.h333 const char *pcValue /* property value */
H A Dllib-lslp72 void SLPSetProperty(const char *pcName, const char *pcValue);