Home
last modified time | relevance | path

Searched refs:ehead (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/netfilter/
Dx_tables.h173 #define xt_entry_foreach(pos, ehead, esize) \ argument
174 for ((pos) = (typeof(pos))(ehead); \
175 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/external/iproute2/include/linux/netfilter/
Dx_tables.h171 #define xt_entry_foreach(pos, ehead, esize) \ argument
172 for ((pos) = (typeof(pos))(ehead); \
173 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/external/iptables/include/linux/netfilter/
Dx_tables.h171 #define xt_entry_foreach(pos, ehead, esize) \ argument
172 for ((pos) = (typeof(pos))(ehead); \
173 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
/external/syslinux/utils/
Disohybrid.in230 $ehead = $h-1;
239 $ehead, $esect, $ecyl, $offset, $psize);
Dmkdiskimage.in196 $ehead = $h-1;
209 $ehead, $esect, $ecyl, $s, $psize);
Disohybrid.c609 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/
Dmkdiskimage196 $ehead = $h-1;
209 $ehead, $esect, $ecyl, $s, $psize);
Disohybrid.pl230 $ehead = $h-1;
239 $ehead, $esect, $ecyl, $offset, $psize);
/external/syslinux/dos/
Dsyslinux.c523 uint8_t ehead; /* End head */ member