Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c254 g_write(int devtype, int fdes, void *buf, size_t nbytes) in g_write() function
573 if (g_write(Out.f_dev, Out.f_des, &V_labl, sizeof (V_labl)) < in main()
931 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in child_copy()
1097 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in copy()
1588 if (g_write(f_p->f_dev, f_p->f_des, &V_labl, in chgreel()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c196 static int g_write(int, int, char *, unsigned);
1018 if ((rv = g_write(Device, Archive, Buffr.b_out_p, in bflush()
1116 if ((rv = g_write(Device, Archive, Buffr.b_out_p, in chgreel()
7979 g_write(int devtype, int fdes, char *buf, unsigned nbytes) in g_write() function