HomeSort by: relevance | last modified time | path
    Searched refs:opened (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/compat/sys/
syslog.h 37 int opened; member in struct:syslog_data60
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_debugfs_crc.h 51 * @opened: whether userspace has opened the data file for reading
62 bool opened, overflow; member in struct:drm_crtc_crc
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_hw_gpio.c 73 ptr->opened = (dal_hw_gpio_config_mode(pin, mode) == GPIO_RESULT_OK);
75 return ptr->opened;
143 ptr->opened = false;
194 pin->base.opened = false;
207 ASSERT(!pin->base.opened);
hw_gpio.h 46 bool opened; member in struct:hw_gpio_pin
  /src/usr.bin/make/unit-tests/
directive-dinclude.mk 4 # silently skipping it if it cannot be opened. This is primarily used for
8 # opened. Parse errors and other errors are handled the same way as in the
directive-hyphen-include.mk 4 # silently skipping it if it cannot be opened.
7 # opened. Parse errors and other errors are handled the same way as in the
directive-sinclude.mk 4 # silently skipping it if it cannot be opened.
7 # opened. Parse errors and other errors are handled the same way as in the
opt-debug-file.mk 83 # If the debug log file cannot be opened, make prints an error message and
  /src/lib/libc/gen/
xsyslog.c 65 * If the user closed the FD and opened another in the same slot,
155 int opened, iovcnt; local in function:_vxsyslogp_r
157 iovcnt = opened = 0;
325 opened = !data->log_opened;
326 if (opened)
363 if (!(*fun->unlock)(data) && opened)
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 157 if (crc->opened) {
195 crc->opened = false;
234 if (!crc->opened) {
235 crc->opened = true;
268 crc->opened = false;
drm_dp_helper.c 971 while (crtc->crc.opened) {
973 if (!crtc->crc.opened)
  /src/sys/dev/usb/
umidi.c 137 int opened; member in struct:umidi_mididev
149 int opened; member in struct:umidi_jack
499 if (mididev->opened)
504 mididev->opened = 1;
513 KASSERT(mididev->opened);
524 mididev->opened = 0;
553 mididev->opened = 0;
565 if (!mididev->out_jack || !mididev->opened || mididev->closing)
579 if (!mididev->out_jack || !mididev->opened || mididev->closing)
600 if (!mididev->out_jack || !mididev->opened || mididev->closing
    [all...]
ugen.c 583 int opened = 0; local in function:ugenopen
596 opened = sc->sc_is_open[USB_CONTROL_ENDPOINT] = 1;
605 opened = sc->sc_is_open[endpt] = 1;
742 out: if (error && opened)
  /src/usr.bin/finger/
util.c 162 static int opened; local in function:enter_lastlog
179 if (!opened) {
185 opened = 1;
  /src/lib/libc/compat/gen/
compat_syslog.c 85 d->log_opened = s->opened;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c 660 if (!crtc->crc.opened)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx7d-flex-concentrator.dts 190 * Used for sealed cover opened/closed notification.
  /src/lib/librumpuser/build-aux/
config.sub 1405 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1448 -opened*)
1785 -mvs* | -opened*)
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 1413 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1456 -opened*)
1793 -mvs* | -opened*)
  /src/sys/external/isc/libsodium/dist/
config.sub 1371 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1413 -opened*)
1748 -mvs* | -opened*)
  /src/common/dist/zlib/contrib/ada/
zlib.ads 167 -- Is the filter opened for compression or decompression.
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 696 # config.log, so it can be properly (re)opened and appended to by config.lt.

Completed in 28 milliseconds