Home
last modified time | relevance | path

Searched refs:handle_p (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A DCACHE_SPEC.txt140 _sd_alloc_buf (cd, fba_pos, fba_len, flag, handle_p)
145 _sd_buf_handle_t **handle_p;
160 handle_p = (*handle_p = handle to be used for this call)
161 If *handle_p == NULL, a new handle will be
179 and also is freed if *handle_p was NULL.
H A Dsd_bcache.h1091 int flag, _sd_buf_handle_t **handle_p);
H A Dsd_bcache.c2524 _sd_buf_handle_t **handle_p) argument
2552 ASSERT(*handle_p != NULL);
2553 handle = *handle_p;
2607 handle = *handle_p;
2642 if (sts = _sd_check_buffer_alloc(cd, fba_pos, fba_len, handle_p)) {