Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c153 static void chgreel(struct file_info *, int);
925 (void) chgreel(&Out, OUTPUT); in child_copy()
934 (void) chgreel(&Out, OUTPUT); in child_copy()
989 (void) chgreel(&In, INPUT); in parent_copy()
1002 (void) chgreel(&In, INPUT); in parent_copy()
1061 (void) chgreel(&In, INPUT); in copy()
1070 (void) chgreel(&In, INPUT); in copy()
1091 (void) chgreel(&Out, OUTPUT); in copy()
1100 (void) chgreel(&Out, OUTPUT); in copy()
1518 chgreel(struct file_info *f_p, int dir) in chgreel() function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c148 static int chgreel(int dir);
934 (void) chgreel(INPUT); in bfill()
963 (void) chgreel(INPUT); in bfill()
1021 rv = chgreel(OUTPUT); in bflush()
1041 chgreel(int dir) in chgreel() function