Home
last modified time | relevance | path

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

/netbsd-src/sbin/restore/
H A Dtape.c155 static int gethead(struct s_spcl *);
315 if (gethead(&spcl) == FAIL) { in setup()
320 if (gethead(&spcl) == FAIL) { in setup()
356 if (gethead(&spcl) == FAIL) { in setup()
483 if (gethead(&tmpbuf) == FAIL) { in getvol()
543 (void) gethead(&spcl); in getvol()
1020 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) { in getbitmap()
1119 if (gethead(&spcl) == GOOD && size > 0) { in getfile()
1132 (void)gethead(&spcl); in getfile()
1436 gethead(struct s_spcl *buf) in gethead() function
[all …]