Home
last modified time | relevance | path

Searched refs:pcName (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()
573 if (!(pe->key = strdup(pcName))) { in SLPSetProperty()
599 const char *SLPGetProperty(const char *pcName) { in SLPGetProperty() argument
604 if (!pcName) { in SLPGetProperty()
608 pe->key = pcName; in SLPGetProperty()
H A Dslp.h323 const char *pcName /* property name */
332 const char *pcName, /* property name */
H A Dllib-lslp72 void SLPSetProperty(const char *pcName, const char *pcValue);
74 const char *SLPGetProperty(const char *pcName);