Searched refs:ci_bufptr (Results 1 – 2 of 2) sorted by relevance
281 cp->ci_bufptr = NULL; in fmd_case_open()325 if (cp->ci_bufptr != NULL && cp->ci_bufsiz > 0) in fmd_case_close()326 fmd_hdl_free(hdl, cp->ci_bufptr, cp->ci_bufsiz); in fmd_case_close()459 assert(cp->ci_bufptr == NULL); in fmd_buf_create()462 cp->ci_bufptr = fmd_hdl_alloc(hdl, size, FMD_SLEEP); in fmd_buf_create()471 assert(cp->ci_bufptr != NULL); in fmd_buf_read()474 bcopy(cp->ci_bufptr, buf, size); in fmd_buf_read()482 assert(cp->ci_bufptr != NULL); in fmd_buf_write()485 bcopy(buf, cp->ci_bufptr, size); in fmd_buf_write()
70 void *ci_bufptr; /* case data serialization buffer */ member