Searched refs:ci_bufptr (Results 1 – 2 of 2) sorted by relevance
268 cp->ci_bufptr = NULL; in fmd_case_open()312 if (cp->ci_bufptr != NULL && cp->ci_bufsiz > 0) in fmd_case_close()313 fmd_hdl_free(hdl, cp->ci_bufptr, cp->ci_bufsiz); in fmd_case_close()452 assert(cp->ci_bufptr == NULL); in fmd_buf_create()455 cp->ci_bufptr = fmd_hdl_alloc(hdl, size, FMD_SLEEP); in fmd_buf_create()465 assert(cp->ci_bufptr != NULL); in fmd_buf_read()468 memcpy(buf, cp->ci_bufptr, size); in fmd_buf_read()477 assert(cp->ci_bufptr != NULL); in fmd_buf_write()480 memcpy(cp->ci_bufptr, buf, size); in fmd_buf_write()
70 void *ci_bufptr; /* case data serialization buffer */ member