Searched refs:ci_bufptr (Results 1 – 2 of 2) sorted by relevance
269 cp->ci_bufptr = NULL; in fmd_case_open()313 if (cp->ci_bufptr != NULL && cp->ci_bufsiz > 0) in fmd_case_close()314 fmd_hdl_free(hdl, cp->ci_bufptr, cp->ci_bufsiz); in fmd_case_close()453 assert(cp->ci_bufptr == NULL); in fmd_buf_create()456 cp->ci_bufptr = fmd_hdl_alloc(hdl, size, FMD_SLEEP); in fmd_buf_create()466 assert(cp->ci_bufptr != NULL); in fmd_buf_read()469 memcpy(buf, cp->ci_bufptr, size); in fmd_buf_read()478 assert(cp->ci_bufptr != NULL); in fmd_buf_write()481 memcpy(cp->ci_bufptr, buf, size); in fmd_buf_write()
71 void *ci_bufptr; /* case data serialization buffer */ member