Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dtrace-event-info.c64 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() local
94 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c251 u8 *hdr_pos = (u8 *)hdr; in vnt_mac_hdr_pos() local
257 return (u16)(hdr_pos - head); in vnt_mac_hdr_pos()