Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/cut/
H A Dcut.c282 int canwrite, clen, warned; in b_n_cut() local
310 canwrite = i < col + clen; in b_n_cut()
312 canwrite &= positions[1 + i]; in b_n_cut()
313 if (canwrite) in b_n_cut()
320 canwrite = 1; in b_n_cut()
324 canwrite = 0; in b_n_cut()
327 if (canwrite) in b_n_cut()
/freebsd-13.1/sys/dev/hyperv/hvsock/
H A Dhv_sock.c806 uint32_t canwrite, to_write; in hvs_trans_sosend() local
842 canwrite = hvsock_canwrite_check(pcb); in hvs_trans_sosend()
843 if (canwrite == 0) { in hvs_trans_sosend()
877 to_write = MIN(canwrite, uio->uio_resid); in hvs_trans_sosend()
882 canwrite, to_write); in hvs_trans_sosend()
1115 uint32_t canwrite; in hvsock_chan_cb() local
1148 canwrite = hvsock_canwrite_check(pcb); in hvsock_chan_cb()
1151 "%s: canwrite = %u\n", __func__, canwrite); in hvsock_chan_cb()
1153 if (canwrite > 0) { in hvsock_chan_cb()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1334 int canwrite; in zfs_mount() local
1394 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()