Searched refs:isopen (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dfreopen.c62 int dflags, flags, isopen, oflags, sverrno, wantfd; local
123 isopen = 0;
138 isopen = 0;
145 isopen = fp->_close != NULL;
146 if ((wantfd = fp->_file) < 0 && isopen) {
148 isopen = 0;
155 if (f < 0 && isopen && wantfd > STDERR_FILENO &&
158 isopen = 0;
193 if (isopen)
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c379 ** isopen -- if set, the database is already open, and we
389 aliaswait(map, ext, isopen)
392 bool isopen;
403 return isopen;
413 while (isopen &&
442 isopen = map->map_class->map_open(map, O_RDONLY);
452 return isopen;
459 return isopen;
481 return isopen;
/freebsd-11-stable/sbin/hastd/
H A Dhastd.c173 bool isopen; local
195 isopen = true;
198 isopen = false;
208 if (!isopen) {
216 if (!isopen) {
229 if (!isopen) {
243 if (!isopen) {
258 if (isopen) {
266 if (!isopen) {
280 if (!isopen) {
[all...]
/freebsd-11-stable/usr.bin/fstat/
H A Dfstat.c331 static int isopen; local
357 if (!isopen)
358 setprotoent(++isopen);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h106 extern void vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state,
/freebsd-11-stable/sys/dev/si/
H A Dsi.c1119 int x, card, port, n, i, isopen; local
1231 isopen = tty_opened(tp);
1237 if (isopen)
1254 if (!isopen) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c4104 vdev_set_state(vdev_t *vd, boolean_t isopen, vdev_state_t state, vdev_aux_t aux) argument
4223 if (!isopen && vd->vdev_parent)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c905 zpool_name_valid(libzfs_handle_t *hdl, boolean_t isopen, const char *pool) argument
919 if (ret == 0 && !isopen &&

Completed in 390 milliseconds