Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c570 rst_seekdir(RST_DIR *sdirp, offset_t loc, offset_t base) in rst_seekdir() argument
573 if (loc == rst_telldir(sdirp)) in rst_seekdir()
579 (void) llseek(sdirp->dd_fd, base + (loc & ~(DIRBLKSIZ - 1)), 0); in rst_seekdir()
580 sdirp->dd_loc = loc & (DIRBLKSIZ - 1); in rst_seekdir()
581 if (sdirp->dd_loc != 0) in rst_seekdir()
582 sdirp->dd_size = read(sdirp->dd_fd, sdirp->dd_buf, DIRBLKSIZ); in rst_seekdir()