Home
last modified time | relevance | path

Searched refs:canwrite (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.bin/cut/
H A Dcut.c280 int canwrite, clen, warned; in b_n_cut() local
308 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()
/freebsd-14.2/sys/dev/hyperv/hvsock/
H A Dhv_sock.c790 uint32_t canwrite, to_write; in hvs_trans_sosend() local
826 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() local
1126 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()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1471 int canwrite; in zfs_domount() local
1477 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()
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1316 int canwrite; in zfs_mount() local
1380 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()