Searched refs:zwrite (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_alloc.c | 164 int zwrite, /* zerofill blocks? */ in pc_balloc() argument 225 switch (ncn = pc_alloccluster(fsp, zwrite)) { in pc_balloc() 455 int zwrite) /* boolean for writing zeroes */ in pc_alloccluster() argument 474 if (zwrite) { in pc_alloccluster()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 105 static int zwrite(int, char *, int); 1677 zwrite(ofd, cp, count) < 0) in sink() 1683 zwrite(ofd, bp->buf, count) < 0) in sink() 1782 zwrite(int fd, char *buf, int nbytes) in zwrite() function 1818 zwrite(fd, "", 1) < 0)) in zclose()
|