Searched defs:fd_array (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c238 int *fd_array; local
265 &unlinkpath, &fd_array);
277 bcopy(fd_array, &(enable->backfiledesc), backcount * sizeof (int));
325 close_all(unlinkpath, backcount, fd_array);
384 * fd_array. The number of backing files is the return value of the
391 char **unlinkpath, int **fd_array)
416 (void) open_multi_backfile(*path, num_back_files, fd_array, 1);
434 num_back_files, fd_array, 0);
456 fd = (*fd_array)[i];
571 close_all(char *closepath, int count, int *fd_array) argument
390 open_backpath(int mountfd, u_offset_t max_bf_size, char **path, char **unlinkpath, int **fd_array) argument
617 open_multi_backfile(char *backpath, int count, int **fd_array, int file_exists_is_fatal) argument
[all...]

Completed in 60 milliseconds