/freebsd/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/usr.sbin/bhyve/ |
H A D | uart_backend.c | 56 bool opened; member 153 if (sc->tty.opened) { in uart_rxfifo_getchar() 182 if (sc->tty.opened) { in rxfifo_putchar() 224 } else if (sc->tty.opened) { in uart_rxfifo_putchar() 247 if (sc->tty.opened) { in uart_rxfifo_reset() 311 if (sc->tty.opened) { in uart_tcp_listener() 317 sc->tty.opened = true; in uart_tcp_listener() 342 sc->tty.opened = false; in uart_tcp_disconnect() 359 sc->tty.opened = true; in uart_stdio_backend() 398 sc->tty.opened = true; in uart_tty_backend()
|
/freebsd/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/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/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/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/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/contrib/tcsh/nls/ukrainian/ |
H A D | set26 | 4 2 %s cannot be opened. Please "unset watch".\n
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set26 | 4 2 %s cannot be opened. Please "unset watch".\n
|
/freebsd/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
|
H A D | mlx5_en_rl.c | 988 if (priv->gone || rl->opened) in mlx5e_rl_open_workers() 1009 rl->opened = 1; in mlx5e_rl_open_workers() 1020 if (rl->opened == 0) in mlx5e_rl_close_workers() 1050 rl->opened = 0; in mlx5e_rl_close_workers() 1471 was_opened = rl->opened; in mlx5e_rl_sysctl_handler()
|
/freebsd/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/contrib/one-true-awk/testdir/ |
H A D | T.close | 21 $awk ' # file not opened
|
/freebsd/sys/sys/ |
H A D | imgact.h | 91 bool opened; /* we have opened executable vnode */ member
|
H A D | terminal.h | 162 typedef void tc_opened_t(struct terminal *tm, int opened);
|
/freebsd/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/contrib/file/magic/Magdir/ |
H A D | statistics | 14 # sciences, Stata files and SPSS files can be opened by a lot of modern
|
/freebsd/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() 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()
|
/freebsd/contrib/ntp/ |
H A D | README.patches | 49 # After the bug is opened, visit the bug and attach file-containing-the-patch
|
/freebsd/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/sys/dev/usb/serial/ |
H A D | usb_serial.c | 1326 uint8_t opened; in ucom_param() local 1331 opened = 0; in ucom_param() 1345 opened = 1; in ucom_param() 1394 if (opened) { in ucom_param()
|
/freebsd/contrib/less/ |
H A D | ifile.c | 34 char h_opened; /* Has this ifile been opened? */ 287 * Mark the ifile as "opened". 295 * Return whether the ifile has been opened previously. 297 public int opened(IFILE ifile) in opened() function
|