Searched refs:first_page (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_page.c | 1079 int32_t bit, first_page, free_bit, free_page, i, in_use_bits, j; local 1098 first_page = hashp->hdr.last_freed >> (hashp->hdr.bshift + BYTE_SHIFT); 1099 for (i = first_page; i <= free_page; i++) { 1107 if (i == first_page) {
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 1076 u8 first_page[SF_PAGE_SIZE]; in t4_load_fw() local 1121 (void) memcpy(first_page, fw_data, SF_PAGE_SIZE); in t4_load_fw() 1123 ((struct fw_hdr *)first_page)->fw_ver = htonl(0xffffffff); in t4_load_fw() 1124 ret = t4_write_flash(adap, FLASH_FW_START, SF_PAGE_SIZE, first_page); in t4_load_fw()
|