Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c155 static void chgreel(struct file_info *, int);
927 (void) chgreel(&Out, OUTPUT); in child_copy()
936 (void) chgreel(&Out, OUTPUT); in child_copy()
991 (void) chgreel(&In, INPUT); in parent_copy()
1004 (void) chgreel(&In, INPUT); in parent_copy()
1063 (void) chgreel(&In, INPUT); in copy()
1072 (void) chgreel(&In, INPUT); in copy()
1093 (void) chgreel(&Out, OUTPUT); in copy()
1102 (void) chgreel(&Out, OUTPUT); in copy()
1520 chgreel(struct file_info *f_p, int dir) in chgreel() function
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c139 static int chgreel(int dir);
925 (void) chgreel(INPUT); in bfill()
954 (void) chgreel(INPUT); in bfill()
1012 rv = chgreel(OUTPUT); in bflush()
1032 chgreel(int dir) in chgreel() function