Home
last modified time | relevance | path

Searched refs:head_offset (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dbios.c103 int cylinder_offset, head_offset, sector_offset; in biosdisk() local
110 head_offset = head % geometry->heads; in biosdisk()
117 cylinder_offset, head_offset, sector_offset, in biosdisk()
/external/iptables/libiptc/
Dlibiptc.c128 unsigned int head_offset; /* offset in rule blob */ member
376 handle->chain_index[pos]->head_offset, in __iptcc_bsearch_chain_index()
378 res = offset - handle->chain_index[pos]->head_offset; in __iptcc_bsearch_chain_index()
420 res = offset - handle->chain_index[pos+1]->head_offset; in __iptcc_bsearch_chain_index()
710 if (offset >= c->head_offset && offset <= c->foot_offset) { in iptcc_find_chain_by_offset()
903 c->head_offset = offset; in __iptcc_p_add_chain()
1130 t->verdict = r->jump->head_offset + IPTCB_CHAIN_START_SIZE; in iptcc_compile_rule()
1154 head = (void *)repl->entries + c->head_offset; in iptcc_compile_chain()
1162 repl->hook_entry[c->hooknum-1] = c->head_offset; in iptcc_compile_chain()
1197 c->head_offset = *offset; in iptcc_compile_chain_offsets()