Searched refs:canwrite (Results 1 – 4 of 4) sorted by relevance
970 int canwrite; in filt_ptcwrite() local980 canwrite = (ISSET(tp->t_state, TS_ISOPEN) && in filt_ptcwrite()986 if (canwrite) { in filt_ptcwrite()1001 return canwrite; in filt_ptcwrite()
1622 int canwrite; in filt_ttywrite() local1628 canwrite = (tp->t_outq.c_cc <= tp->t_lowat) && CONNECTED(tp); in filt_ttywrite()1631 return (canwrite); in filt_ttywrite()
2325 bool canwrite; in test_rdwr_two() local2332 bool canwrite; in test_rdwr_two() member2374 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() local4874 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()
1935 int canwrite; in zfs_mount() local2066 (!zone_dataset_visible(osname, &canwrite) || !canwrite)) { in zfs_mount()