Searched defs:base_page (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash_bigkey.c | 95 int8_t *key_data, *val_data, base_page; local 104 for (base_page = 1; key_size + val_size;) { 107 __add_bigpage(hashp, pagep, NUM_ENT(pagep) - 1, base_page); 133 base_page = 0;
|
H A D | hash_page.c | 453 int8_t base_page; local 458 base_page = 1; 503 if (!base_page) 506 base_page = 0;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 15127 u16 base_page, next_page, not_kr2_device, lane; local 15153 MDIO_AN_REG_LP_AUTO_NEG, &base_page); 15159 if (base_page == 0) { 15171 not_kr2_device = (((base_page & 0x8000) == 0) || 15172 (((base_page & 0x8000) && 15178 ELINK_DEBUG_P2(cb, "BP=0x%x, NP=0x%x\n", base_page, 15187 ELINK_DEBUG_P2(cb, "BP=0x%x, NP=0x%x\n", base_page, next_page);
|
Completed in 131 milliseconds