Searched defs:page_buf (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | diag.c | 403 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 D | lhot.c | 403 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 D | mon.c | 526 uchar_t *page_buf; local 592 if ((page_buf = (uchar_t *)calloc(1, 600 (void) g_destroy_data(page_buf); 604 if (err = l_get_envsen_page(fd, page_buf, MAX_REC_DIAG_LENGTH, 608 (void) g_destroy_data(page_buf); 612 page_len = (page_buf[2] << 8 | page_buf[3]) + HEADER_LEN; 618 (void) g_destroy_data(page_buf); 658 elem = (struct device_element *)(page_buf + offset); 723 (uchar_t *)page_buf, page_le 1190 uchar_t *page_buf; local [all...] |
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 2784 uint8_t *page_buf = NULL; local 2792 page_buf = rscn_req_payload + 4; 2798 for (; page_buf <= last_page_buf; page_buf += 4) { 2799 page_format = 0x03 & page_buf[0]; 2800 page_portid = fct_netbuf_to_value(page_buf + 1, 3);
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 967 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
|
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/ |
H A D | ac.h | 294 * (page_buf + (line_offset*line_size)) 298 void *page_buf; member in struct:__anon10138 305 void *page_buf; member in struct:__anon10139 315 caddr32_t page_buf; /* void * */ member in struct:__anon10140 322 caddr32_t page_buf; /* void * */ member in struct:__anon10141
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 3629 uint8_t page_buf[1024]; /* Max length */ local 3702 bzero(page_buf, sizeof (page_buf)); 3710 page_buf[0] = peripheral_device_type; 3711 page_buf[1] = INQUIRY_SUP_VPD_PAGE; 3712 page_buf[2] = 0; 3713 page_buf[3] = 4; /* page length */ 3714 page_buf[4] = INQUIRY_SUP_VPD_PAGE; 3715 page_buf[5] = INQUIRY_USN_PAGE; 3716 page_buf[ [all...] |
Completed in 78 milliseconds