Searched refs:fd_array (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 238 int *fd_array; in create_snap() local 265 &unlinkpath, &fd_array); in create_snap() 277 bcopy(fd_array, &(enable->backfiledesc), backcount * sizeof (int)); in create_snap() 325 close_all(unlinkpath, backcount, fd_array); in create_snap() 391 char **unlinkpath, int **fd_array) in open_backpath() argument 416 (void) open_multi_backfile(*path, num_back_files, fd_array, 1); in open_backpath() 434 num_back_files, fd_array, 0); in open_backpath() 456 fd = (*fd_array)[i]; in open_backpath() 571 close_all(char *closepath, int count, int *fd_array) in close_all() argument 578 if (close(fd_array[i - 1]) != 0) { in close_all() [all …]
|