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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c181 int canwrite = TRUE; /* and writes if TRUE */ variable
442 canread = canwrite = TRUE;
619 canwrite = (whatami & WRITE) ? TRUE : FALSE;
626 * only read and sent to the printer if canwrite is TRUE. Checking it here means
639 if (canwrite == TRUE)
748 if (canwrite == TRUE)
1194 if (t > 0 && canwrite == TRUE)
1240 if (canwrite == TRUE) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1546 int canwrite; local
1614 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) {

Completed in 65 milliseconds