Searched defs:ib_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c2975 uchar_t *ib_buf, *from_ptr; local
2988 if ((ib_buf = (uchar_t *)calloc(1,
2999 if (err = l_get_envsen(path, ib_buf, MAX_REC_DIAG_LENGTH,
3001 (void) g_destroy_data(ib_buf);
3008 bcopy((void *)ib_buf, (void *)&l_state->ib_tbl.p0,
3012 from_ptr = ib_buf + HEADER_LEN + l_state->ib_tbl.p0.page_len;
3038 (void) g_destroy_data(ib_buf);

Completed in 65 milliseconds