Home
last modified time | relevance | path

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

/freebsd/usr.bin/cut/
H A Dcut.c274 int canwrite, clen, warned; in b_n_cut()
302 canwrite = i < col + clen; in b_n_cut()
304 canwrite &= positions[1 + i]; in b_n_cut()
305 if (canwrite) in b_n_cut()
312 canwrite = 1; in b_n_cut()
316 canwrite = 0; in b_n_cut()
319 if (canwrite) in b_n_cut()
273 int canwrite, clen, warned; b_n_cut() local
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c788 uint32_t canwrite, to_write; in hvs_trans_sosend() local
824 canwrite = hvsock_canwrite_check(pcb); in hvs_trans_sosend()
825 if (canwrite == 0) { in hvs_trans_sosend()
859 to_write = MIN(canwrite, uio->uio_resid); in hvs_trans_sosend()
864 canwrite, to_write); in hvs_trans_sosend()
1091 uint32_t canwrite; in hvsock_chan_cb() local
1124 canwrite = hvsock_canwrite_check(pcb); in hvsock_chan_cb()
1127 "%s: canwrite = %u\n", __func__, canwrite); in hvsock_chan_cb()
1129 if (canwrite > 0) { in hvsock_chan_cb()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1411 int canwrite; in zfs_domount() local
1417 dataset_visible_zone = zone_dataset_visible(osname, &canwrite); in zfs_domount()
1424 (!dataset_visible_zone || !canwrite)) { in zfs_domount()
1436 if (!canwrite) in zfs_domount()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1319 int canwrite; in zfs_mount()
1383 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()
1317 int canwrite; zfs_mount() local