Home
last modified time | relevance | path

Searched refs:reslist (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore_ram.c396 ss_ram_allocresource(int need, int *stall, ss_resourcelist_t **reslist) in ss_ram_allocresource() argument
398 if (reslist == NULL) in ss_ram_allocresource()
401 *reslist = ((ss_resourcelist_t *)ss_alloc_write(need, stall, in ss_ram_allocresource()
403 if (*reslist == NULL) /* do sync write */ in ss_ram_allocresource()
416 ss_ram_getresource(ss_resourcelist_t **reslist, ss_resource_t **res) in ss_ram_getresource() argument
418 if ((res == NULL) || (reslist == NULL)) { in ss_ram_getresource()
422 if (*reslist == NULL) in ss_ram_getresource()
425 *res = (ss_resource_t *)(*reslist); in ss_ram_getresource()
426 *reslist = (ss_resourcelist_t *) in ss_ram_getresource()
427 ((ss_wr_cctl_t *)(*reslist))->wc_next; in ss_ram_getresource()
H A Dsafestore.h488 #define SSOP_ALLOCRESOURCE(ssp, count, stall, reslist) \ argument
489 ((ssp)->ssop_allocresource(count, stall, reslist))
522 #define SSOP_GETRESOURCE(ssp, reslist, res) \ argument
523 ((ssp)->ssop_getresource(reslist, res))
H A Dsd_bcache.c4980 ss_resourcelist_t *reslist; local
4998 if ((SSOP_ALLOCRESOURCE(sdbc_safestore, need, stall, &reslist))
5000 savereslist = reslist;
5004 err = SSOP_GETRESOURCE(sdbc_safestore, &reslist, &res);
/titanic_41/usr/src/lib/libldap5/
H A DMakefile.com40 rename.o request.o reslist.o result.o saslbind.o sasl.o \
/titanic_41/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c383 char **reslist = (char **)(uintptr_t)jreslist; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1type_1list() local
386 return ((jint)pool_resource_type_list((char const **)reslist, numres)); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1type_1list()