| /freebsd-src/sys/arm64/intel/ |
| H A D | stratix10-soc-fpga-mgr.c | 72 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 D | uart_backend.c | 56 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 D | uboot_disk.c | 58 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 D | beri_ring.c | |
| /freebsd-src/sys/dev/beri/virtio/network/ |
| H A D | if_vtbe.c | |
| /freebsd-src/sys/dev/beri/virtio/ |
| H A D | virtio_block.c | |
| /freebsd-src/lib/libc/gen/ |
| H A D | syslog.c | 62 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 D | securelevel.hlp | 18 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 D | xen_console.c | 98 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 D | README.md | 5 …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 D | README | 4 many (10000) outgoing ports. By default max 256 ports are opened at
|
| /freebsd-src/contrib/tcsh/nls/ukrainian/ |
| H A D | set26 | 4 2 %s cannot be opened. Please "unset watch".\n
|
| /freebsd-src/contrib/tcsh/nls/C/ |
| H A D | set26 | 4 2 %s cannot be opened. Please "unset watch".\n
|
| /freebsd-src/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_ethtool.c | 1295 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 D | en_rl.h | 161 unsigned opened; member
|
| /freebsd-src/sys/i386/pci/ |
| H A D | pci_cfgreg.c | 141 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 D | T.close | 21 $awk ' # file not opened
|
| /freebsd-src/sys/sys/ |
| H A D | imgact.h | 91 bool opened; /* we have opened executable vnode */ member
|
| /freebsd-src/tools/test/stress2/misc/ |
| H A D | ufssuspend.sh | 85 * closing the opened handle will thaw the FS.
|
| H A D | exlock2.sh | 140 /* As test1 has opened the file exclusivly, this
|
| /freebsd-src/sys/i386/linux/ |
| H A D | linux_machdep.c | 633 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 D | statistics | 14 # sciences, Stata files and SPSS files can be opened by a lot of modern
|
| /freebsd-src/crypto/openssh/.github/ |
| H A D | ci-status.md | 6 …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 D | README.patches | 49 # After the bug is opened, visit the bug and attach file-containing-the-patch
|
| /freebsd-src/sys/dev/sound/pcm/ |
| H A D | dsp.c | 193 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...] |