Searched refs:slp_props (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 547 static void *slp_props = NULL; variable 561 if (!slp_props) setDefaults(); in SLPSetProperty() 588 pe2 = slp_tsearch((void *) pe, &slp_props, compare_props); in SLPSetProperty() 602 if (!slp_props) setDefaults(); in SLPGetProperty() 611 ans = slp_tfind(pe, &slp_props, compare_props); in SLPGetProperty() 623 if (slp_props) { in setDefaults() 631 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 636 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 641 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 646 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() [all …]
|