Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_pty.c970 int canwrite; in filt_ptcwrite() local
980 canwrite = (ISSET(tp->t_state, TS_ISOPEN) && in filt_ptcwrite()
986 if (canwrite) { in filt_ptcwrite()
1001 return canwrite; in filt_ptcwrite()
H A Dtty.c1622 int canwrite; in filt_ttywrite() local
1628 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp); in filt_ttywrite()
1631 return (canwrite); in filt_ttywrite()
/netbsd-src/tests/dev/audio/
H A Daudiotest.c2325 bool canwrite; in test_rdwr_two() local
2332 bool canwrite; in test_rdwr_two() member
2374 canwrite = exptable[mode0 * 3 + mode1].canwrite; in test_rdwr_two()
2398 if (canwrite) { in test_rdwr_two()
4825 bool canwrite; in test_AUDIO_SETINFO_mode() local
4874 canwrite = (openmode != O_RDONLY); in test_AUDIO_SETINFO_mode()
4876 canwrite = ((inimode & AUMODE_PLAY) != 0); in test_AUDIO_SETINFO_mode()
4879 if (canwrite) { in test_AUDIO_SETINFO_mode()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c1935 int canwrite; in zfs_mount() local
2066 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()