HomeSort by relevance Sort by last modified time
    Searched refs:head_offset (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
bios.c 105 int cylinder_offset, head_offset, sector_offset;
108 /* SECTOR_OFFSET is counted from one, while HEAD_OFFSET and
112 head_offset = head % geometry->heads;
119 cylinder_offset, head_offset, sector_offset,
103 int cylinder_offset, head_offset, sector_offset; local
  /external/iptables/libiptc/
libiptc.c 128 unsigned int head_offset; /* offset in rule blob */ member in struct:chain_head
375 debug("head_offset:[%d] foot_offset:[%d] ",
376 handle->chain_index[pos]->head_offset,
378 res = offset - handle->chain_index[pos]->head_offset;
420 res = offset - handle->chain_index[pos+1]->head_offset;
710 if (offset >= c->head_offset && offset <= c->foot_offset) {
903 c->head_offset = offset;
1130 t->verdict = r->jump->head_offset + IPTCB_CHAIN_START_SIZE;
1154 head = (void *)repl->entries + c->head_offset;
1162 repl->hook_entry[c->hooknum-1] = c->head_offset;
    [all...]

Completed in 144 milliseconds