Searched refs:ehead (Results 1 – 9 of 9) sorted by relevance
/external/iptables/include/linux/netfilter/ |
D | x_tables.h | 171 #define xt_entry_foreach(pos, ehead, esize) \ argument 172 for ((pos) = (typeof(pos))(ehead); \ 173 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | x_tables.h | 174 #define xt_entry_foreach(pos, ehead, esize) \ argument 175 for ((pos) = (typeof(pos))(ehead); \ 176 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
/external/iproute2/include/uapi/linux/netfilter/ |
D | x_tables.h | 172 #define xt_entry_foreach(pos, ehead, esize) \ argument 173 for ((pos) = (typeof(pos))(ehead); \ 174 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
/external/syslinux/utils/ |
D | isohybrid.in | 230 $ehead = $h-1; 239 $ehead, $esect, $ecyl, $offset, $psize);
|
D | mkdiskimage.in | 196 $ehead = $h-1; 209 $ehead, $esect, $ecyl, $s, $psize);
|
D | isohybrid.c | 609 uint8_t ehead = 0, esect = 0, ecyle = 0; in initialise_mbr() local 669 ehead = head - 1; in initialise_mbr() 683 mbr[5] = ehead; in initialise_mbr()
|
/external/syslinux/bios/utils/ |
D | mkdiskimage | 196 $ehead = $h-1; 209 $ehead, $esect, $ecyl, $s, $psize);
|
D | isohybrid.pl | 230 $ehead = $h-1; 239 $ehead, $esect, $ecyl, $offset, $psize);
|
/external/syslinux/dos/ |
D | syslinux.c | 523 uint8_t ehead; /* End head */ member
|