Searched refs:ci_bufptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c281 cp->ci_bufptr = NULL;
325 if (cp->ci_bufptr != NULL && cp->ci_bufsiz > 0)
326 fmd_hdl_free(hdl, cp->ci_bufptr, cp->ci_bufsiz);
459 assert(cp->ci_bufptr == NULL);
462 cp->ci_bufptr = fmd_hdl_alloc(hdl, size, FMD_SLEEP);
471 assert(cp->ci_bufptr != NULL);
474 bcopy(cp->ci_bufptr, buf, size);
482 assert(cp->ci_bufptr != NULL);
485 bcopy(buf, cp->ci_bufptr, size);
H A Dfmd_api.h70 void *ci_bufptr; /* case data serialization buffer */ member in struct:fmd_case

Completed in 123 milliseconds