Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c256 g_write(int devtype, int fdes, void *buf, size_t nbytes) in g_write() function
575 if (g_write(Out.f_dev, Out.f_des, &V_labl, sizeof (V_labl)) < in main()
933 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in child_copy()
1099 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in copy()
1590 if (g_write(f_p->f_dev, f_p->f_des, &V_labl, in chgreel()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c187 static int g_write(int, int, char *, unsigned);
1009 if ((rv = g_write(Device, Archive, Buffr.b_out_p, in bflush()
1107 if ((rv = g_write(Device, Archive, Buffr.b_out_p, in chgreel()
7960 g_write(int devtype, int fdes, char *buf, unsigned nbytes) in g_write() function