Searched refs:gethead (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Dtape.c111 static int gethead(struct s_spcl *);
237 if (gethead(&spcl) == FAIL) {
274 if (gethead(&spcl) == FAIL) {
432 if (gethead(&tmpbuf) == FAIL) {
495 (void) gethead(&spcl);
1048 if (gethead(&spcl) == GOOD && size > 0) {
1382 gethead(struct s_spcl *buf) function
1464 panic("gethead: unknown inode type %d\n", buf->c_type);
1567 while (gethead(header) == FAIL ||
1628 while (gethead(heade
[all...]

Completed in 128 milliseconds