Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcontract/common/
H A Dlibcontract.c238 char *status_buffer = NULL; in ct_status_read() local
251 info->status.ctst_buffer = status_buffer; in ct_status_read()
260 if (status_buffer) in ct_status_read()
261 free(status_buffer); in ct_status_read()
263 status_buffer = malloc(status_nbytes); in ct_status_read()
264 if (status_buffer == NULL) in ct_status_read()
271 free(status_buffer); in ct_status_read()
272 status_buffer = NULL; in ct_status_read()
286 if (status_buffer) in ct_status_read()
287 free(status_buffer); in ct_status_read()