Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/
H A Dsorttable.h227 FILE *file_start, *file_stop; in get_mcount_loc() local
232 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()
233 if (!file_start) { in get_mcount_loc()
241 pclose(file_start); in get_mcount_loc()
245 while (fgets(start_buff, sizeof(start_buff), file_start) != NULL) { in get_mcount_loc()
257 pclose(file_start); in get_mcount_loc()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c147 uint64_t file_start; member
2084 data->file_start = data->file_end = 0; in zfs_read()
2090 if (file->offset >= data->file_start in zfs_read()
2092 memmove(buf, data->file_buf + file->offset - data->file_start, in zfs_read()
2124 data->file_start = blkid * blksz; in zfs_read()
2125 data->file_end = data->file_start + blksz; in zfs_read()
2130 - data->file_start, movesize); in zfs_read()
/openbmc/linux/drivers/acpi/acpica/
H A Daclocal.h833 char *file_start; /* Points to AML and indicates when the AML for this particular file starts. */ member