Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.c140 struct stat statbuf; in guess_input_format() local
144 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()
/rk3399_rockchip-uboot/drivers/net/
H A Dbcm-sf2-eth-gmac.c401 uint8_t statbuf[HWRXOFF*2]; in gmac_check_rx_done() local
461 memcpy(statbuf, bufp, offset); in gmac_check_rx_done()