HomeSort by: relevance | last modified time | path
    Searched defs:gethead (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/restore/
tape.c 156 static int gethead(struct s_spcl *);
316 if (gethead(&spcl) == FAIL) {
321 if (gethead(&spcl) == FAIL) {
357 if (gethead(&spcl) == FAIL) {
484 if (gethead(&tmpbuf) == FAIL) {
544 (void) gethead(&spcl);
1021 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) {
1120 if (gethead(&spcl) == GOOD && size > 0) {
1133 (void)gethead(&spcl);
1437 gethead(struct s_spcl *buf function
    [all...]

Completed in 15 milliseconds