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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c166 * g_init(), g_read(), g_write() originally came from libgenIO,
249 * g_write: Write nbytes of data to fdes (of type devtype) from
256 g_write(int devtype, int fdes, void *buf, size_t nbytes) function
575 if (g_write(Out.f_dev, Out.f_des, &V_labl, sizeof (V_labl)) <
933 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) <
1099 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) <
1590 if (g_write(f_p->f_dev, f_p->f_des, &V_labl,
/illumos-gate/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,
1107 if ((rv = g_write(Device, Archive, Buffr.b_out_p,
7949 * This originally came from libgenIO/g_write.c
7953 * g_write: Write nbytes of data to fdes (of type devtype) from
7960 g_write(int devtype, int fdes, char *buf, unsigned nbytes) function

Completed in 63 milliseconds