Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDar_io.c1002 char scbuf[MAXBLK]; in get_phys() local
1013 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0) in get_phys()
1042 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) { in get_phys()
1051 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0) in get_phys()