Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd-src/sys/arm64/intel/
H A Dstratix10-soc-fpga-mgr.c72 int opened; member
87 if (sc->opened) { in fpga_open()
109 sc->opened = 1; in fpga_open()
132 sc->opened = 0; in fpga_submit()
158 if (sc->opened == 0) { in fpga_write()
199 if (sc->opened == 0) { in fpga_close()
215 sc->opened = 0; in fpga_close()
/freebsd-src/usr.sbin/bhyve/
H A Duart_backend.c56 bool opened;
153 if (sc->tty.opened) {
182 if (sc->tty.opened) { in uart_rxfifo_drain()
224 } else if (sc->tty.opened) { in uart_rxfifo_reset()
247 if (sc->tty.opened) { in uart_rxfifo_snapshot()
311 if (sc->tty.opened) { in uart_tty_backend()
317 sc->tty.opened = true; in uart_tty_backend()
342 sc->tty.opened = false; in uart_tty_open()
359 sc->tty.opened = true; in uart_softc_lock()
398 sc->tty.opened
51 bool opened; global() member
[all...]
/freebsd-src/stand/uboot/
H A Duboot_disk.c58 int opened; /* device is opened */ member
114 stor_info[stor_info_no].opened = 0; in stor_init()
139 if (stor_info[i].opened > 0) in stor_cleanup()
195 if (SI(dev).opened == 0) { in stor_opendev()
202 SI(dev).opened++; in stor_opendev()
/freebsd-src/sys/dev/beri/
H A Dberi_ring.c
/freebsd-src/sys/dev/beri/virtio/network/
H A Dif_vtbe.c
/freebsd-src/sys/dev/beri/virtio/
H A Dvirtio_block.c
/freebsd-src/lib/libc/gen/
H A Dsyslog.c62 static int opened; /* have done openlog() */ variable
290 if (!opened) in vsyslog1()
419 opened = 1; /* ident and facility has been set */ in openlog_unlocked()
/freebsd-src/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp18 may not be opened for writing; kernel modules (see kld(4))
22 be opened for writing (except by mount(2)) whether mounted or
/freebsd-src/sys/dev/xen/console/
H A Dxen_console.c98 bool opened; member
555 if (!cons->opened) in xencons_intr()
652 cons->opened = true; in xencons_tty_open()
664 cons->opened = false; in xencons_tty_close()
/freebsd-src/contrib/unbound/
H A DREADME.md5 …ges/unbound.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:unbou…
29 outgoing ports. By default max 256 ports are opened at the same time and the
H A DREADME4 many (10000) outgoing ports. By default max 256 ports are opened at
/freebsd-src/contrib/tcsh/nls/ukrainian/
H A Dset264 2 %s cannot be opened. Please "unset watch".\n
/freebsd-src/contrib/tcsh/nls/C/
H A Dset264 2 %s cannot be opened. Please "unset watch".\n
/freebsd-src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c1295 bool opened; in mlx5e_ethtool_debug_channel_info() local
1306 opened = test_bit(MLX5E_STATE_OPENED, &priv->state); in mlx5e_ethtool_debug_channel_info()
1322 c = opened ? &priv->channel[i] : NULL; in mlx5e_ethtool_debug_channel_info()
1323 rq = opened ? &c->rq : NULL; in mlx5e_ethtool_debug_channel_info()
1325 opened ? rq->rqn : -1, in mlx5e_ethtool_debug_channel_info()
1326 opened ? rq->cq.mcq.cqn : -1, in mlx5e_ethtool_debug_channel_info()
1330 sq = opened ? &c->sq[tc] : NULL; in mlx5e_ethtool_debug_channel_info()
1333 opened ? sq->sqn : -1, in mlx5e_ethtool_debug_channel_info()
1334 opened ? sq->cq.mcq.cqn : -1, in mlx5e_ethtool_debug_channel_info()
H A Den_rl.h161 unsigned opened; member
/freebsd-src/sys/i386/pci/
H A Dpci_cfgreg.c141 static int opened = 0; in pci_cfgregopen() local
143 if (opened) in pci_cfgregopen()
154 opened = 1; in pci_cfgregopen()
/freebsd-src/contrib/one-true-awk/testdir/
H A DT.close21 $awk ' # file not opened
/freebsd-src/sys/sys/
H A Dimgact.h91 bool opened; /* we have opened executable vnode */ member
/freebsd-src/tools/test/stress2/misc/
H A Dufssuspend.sh85 * closing the opened handle will thaw the FS.
H A Dexlock2.sh140 /* As test1 has opened the file exclusivly, this
/freebsd-src/sys/i386/linux/
H A Dlinux_machdep.c633 bool locked, opened, textset; in linux_uselib() local
639 opened = false; in linux_uselib()
693 opened = true; in linux_uselib()
837 if (opened) { in linux_uselib()
/freebsd-src/contrib/file/magic/Magdir/
H A Dstatistics14 # sciences, Stata files and SPSS files can be opened by a lot of modern
/freebsd-src/crypto/openssh/.github/
H A Dci-status.md6 …ges/openssh.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:opens…
/freebsd-src/contrib/ntp/
H A DREADME.patches49 # After the bug is opened, visit the bug and attach file-containing-the-patch
/freebsd-src/sys/dev/sound/pcm/
H A Ddsp.c193 CHN_REMOVE(d, rdch, channels.pcm.opened); in dsp_close()
195 CHN_REMOVE(d, wrch, channels.pcm.opened); in dsp_close()
296 * If no channels are opened yet, and we request in dsp_open()
300 if (CHN_EMPTY(d, channels.pcm.opened)) { in dsp_open()
306 ch = CHN_FIRST(d, channels.pcm.opened); in dsp_open()
312 } else if (!CHN_EMPTY(d, channels.pcm.opened)) { in dsp_open()
317 ch = CHN_FIRST(d, channels.pcm.opened); in dsp_open()
420 CHN_INSERT_HEAD(d, rdch, channels.pcm.opened); in dsp_open()
422 CHN_INSERT_HEAD(d, wrch, channels.pcm.opened); in dsp_open()
2633 * @param wrch Pointer to opened playbac in dsp_oss_syncstart()
[all...]

123456