Searched refs:slp_props (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 546 static void *slp_props = NULL; variable 560 if (!slp_props) setDefaults(); in SLPSetProperty() 587 pe2 = slp_tsearch((void *) pe, &slp_props, compare_props); in SLPSetProperty() 601 if (!slp_props) setDefaults(); in SLPGetProperty() 610 ans = slp_tfind(pe, &slp_props, compare_props); in SLPGetProperty() 622 if (slp_props) { in setDefaults() 630 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 635 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 640 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() 645 (void) slp_tsearch((void *) pe, &slp_props, compare_props); in setDefaults() [all …]
|