Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c557 void SLPSetProperty(const char *pcName, const char *pcValue) { in SLPSetProperty() argument
562 if (!pcName || !pcValue) { in SLPSetProperty()
578 if (!(pe->val = strdup(pcValue))) { in SLPSetProperty()
H A Dslp.h331 const char *pcValue /* property value */