Home
last modified time | relevance | path

Searched refs:pcName (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()
572 if (!(pe->key = strdup(pcName))) { in SLPSetProperty()
598 const char *SLPGetProperty(const char *pcName) { in SLPGetProperty() argument
603 if (!pcName) { in SLPGetProperty()
607 pe->key = pcName; in SLPGetProperty()
H A Dslp.h321 const char *pcName /* property name */
330 const char *pcName, /* property name */