Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c5176 struct stat st_buf; in open_file() local
5186 if ((fstat(fd, &st_buf) != 0) || (!S_ISREG(st_buf.st_mode))) { in open_file()
5192 pkg_size = st_buf.st_size; in open_file()