Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance
140 struct stat statbuf; in guess_input_format() local144 if (stat(fname, &statbuf) != 0) in guess_input_format()147 if (S_ISDIR(statbuf.st_mode)) in guess_input_format()150 if (!S_ISREG(statbuf.st_mode)) in guess_input_format()
401 uint8_t statbuf[HWRXOFF*2]; in gmac_check_rx_done() local461 memcpy(statbuf, bufp, offset); in gmac_check_rx_done()