Searched refs:propType (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.h77 int psSetStmfProp(int propType, char *propVal);
78 int psGetStmfProp(int propType, char *propVal);
H A Dlibstmf.h384 int stmfGetLuProp(luResource hdl, uint32_t propType, char *prop,
402 int stmfGetViewProp(viewResource resource, stmfViewPropType propType,
425 int stmfSetGlobalLuProp(uint16_t dType, uint32_t propType, const char *propVal);
426 int stmfSetLuProp(luResource hdl, uint32_t propType, const char *propVal);
432 int stmfSetStmfProp(uint8_t propType, char *propVal);
433 int stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen);
H A Dstore.c2273 psSetStmfProp(int propType, char *propVal) argument
2275 return (iPsGetSetStmfProp(propType, propVal, SET));
2279 psGetStmfProp(int propType, char *propVal) argument
2281 return (iPsGetSetStmfProp(propType, propVal, GET));
2285 iPsGetSetStmfProp(int propType, char *propVal, int getSet) argument
2329 switch (propType) {
2348 switch (propType) {
H A Dstmf.c5907 * propType - view entry property Type.
5912 stmfGetViewProp(viewResource resource, stmfViewPropType propType, argument
5926 switch (propType) {
6850 stmfSetStmfProp(uint8_t propType, char *propVal) argument
6853 switch (propType) {
6861 ret = psSetStmfProp(propType, propVal);
6881 stmfGetStmfProp(uint8_t propType, char *propVal, size_t *propLen) argument
6890 switch (propType) {
6898 ret = psGetStmfProp(propType, prop);

Completed in 43 milliseconds