Searched refs:page_buf (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Ddiag.c403 uchar_t *page_buf; local
520 if ((page_buf = (uchar_t *)malloc(MAX_REC_DIAG_LENGTH)) == NULL) {
526 (void) g_destroy_data(page_buf);
531 if (err = l_get_envsen_page(fd, page_buf, MAX_REC_DIAG_LENGTH,
534 (void) g_destroy_data(page_buf);
539 page_len = (page_buf[2] << 8 | page_buf[3]) + HEADER_LEN;
544 (void) g_destroy_data(page_buf);
566 (void) g_destroy_data(page_buf);
576 (void) g_destroy_data(page_buf);
[all...]
H A Dlhot.c403 uchar_t *page_buf; local
412 if ((page_buf = (uchar_t *)g_zalloc(MAX_REC_DIAG_LENGTH)) == NULL) {
417 (void) g_destroy_data(page_buf);
421 if ((err = l_get_envsen_page(fd, page_buf, MAX_REC_DIAG_LENGTH,
423 (void) g_destroy_data(page_buf);
428 page_len = (page_buf[2] << 8 | page_buf[3]) + HEADER_LEN;
432 (void) g_destroy_data(page_buf);
452 elem = (struct device_element *)(page_buf + offset);
462 (void) g_destroy_data(page_buf);
[all...]
H A Dmon.c525 uchar_t *page_buf; local
591 if ((page_buf = (uchar_t *)calloc(1,
599 (void) g_destroy_data(page_buf);
603 if (err = l_get_envsen_page(fd, page_buf, MAX_REC_DIAG_LENGTH,
607 (void) g_destroy_data(page_buf);
611 page_len = (page_buf[2] << 8 | page_buf[3]) + HEADER_LEN;
617 (void) g_destroy_data(page_buf);
657 elem = (struct device_element *)(page_buf + offset);
722 (uchar_t *)page_buf, page_le
1189 uchar_t *page_buf; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c967 void *page_buf,
980 test_write.page_buf = page_buf;
1002 void *page_buf,
1018 test_read.page_buf = page_buf;
1660 tread->handle, tread->page_buf,
1671 twrite->handle, twrite->page_buf,
965 mtest_write( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count) argument
1000 mtest_read( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count, struct mtest_error *errp) argument

Completed in 24 milliseconds