Searched refs:canwrite (Results 1 – 4 of 4) sorted by relevance
280 int canwrite, clen, warned; in b_n_cut() local308 canwrite = i < col + clen; in b_n_cut()310 canwrite &= positions[1 + i]; in b_n_cut()311 if (canwrite) in b_n_cut()318 canwrite = 1; in b_n_cut()322 canwrite = 0; in b_n_cut()325 if (canwrite) in b_n_cut()
790 uint32_t canwrite, to_write; in hvs_trans_sosend() local826 canwrite = hvsock_canwrite_check(pcb); in hvs_trans_sosend()827 if (canwrite == 0) { in hvs_trans_sosend()861 to_write = MIN(canwrite, uio->uio_resid); in hvs_trans_sosend()866 canwrite, to_write); in hvs_trans_sosend()1093 uint32_t canwrite; in hvsock_chan_cb() local1126 canwrite = hvsock_canwrite_check(pcb); in hvsock_chan_cb()1129 "%s: canwrite = %u\n", __func__, canwrite); in hvsock_chan_cb()1131 if (canwrite > 0) { in hvsock_chan_cb()
1471 int canwrite; in zfs_domount() local1477 dataset_visible_zone = zone_dataset_visible(osname, &canwrite); in zfs_domount()1484 (!dataset_visible_zone || !canwrite)) { in zfs_domount()1496 if (!canwrite) in zfs_domount()
1316 int canwrite; in zfs_mount() local1380 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()