Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-auto-load.c115 int opened, in_hash_table; in source_section_scripts() local
146 opened = find_and_open_script (file, 1 /*search_path*/, in source_section_scripts()
150 if (opened) in source_section_scripts()
161 opened = 0; in source_section_scripts()
182 in_hash_table = maybe_add_script (pspace_info, opened, file, full_path, in source_section_scripts()
186 if (opened && !in_hash_table) in source_section_scripts()
/dflybsd-src/sys/dev/drm/amd/display/dc/gpio/
H A Dhw_gpio.c68 ptr->opened = (dal_hw_gpio_config_mode(pin, mode) == GPIO_RESULT_OK); in dal_hw_gpio_open()
70 return ptr->opened; in dal_hw_gpio_open()
138 ptr->opened = false; in dal_hw_gpio_close()
189 pin->base.opened = false; in dal_hw_gpio_construct()
202 ASSERT(!pin->base.opened); in dal_hw_gpio_destruct()
H A Dhw_gpio.h44 bool opened; member
/dflybsd-src/sys/dev/misc/gpio/
H A Dgpio_led.c55 int opened; member
76 if (sc->opened) { in led_open()
80 sc->opened = 1; in led_open()
96 if (sc->opened) in led_close()
97 sc->opened = 0; in led_close()
/dflybsd-src/lib/libc/gen/
H A Dsyslog.c58 static int opened; /* have done openlog() */ variable
249 if (!opened) in vsyslog_unlocked()
400 opened = 1; /* ident and facility has been set */ in openlog_unlocked()
/dflybsd-src/sys/dev/misc/syscons/
H A Dsysmouse.c75 int opened; member
195 if (!sc->opened) { in smopen()
198 sc->opened = 1; in smopen()
219 sc->opened = 0; in smclose()
609 if (!sc->opened) { in sysmouse_event()
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_debugfs_crc.h55 bool opened; member
/dflybsd-src/sys/kern/
H A Dkern_udev.c76 int opened; member
698 if (softc == NULL || softc->opened) { in udev_dev_open()
702 softc->opened = 1; in udev_dev_open()
715 KKASSERT(softc->opened == 1); in udev_dev_close()
727 softc->opened = 0; in udev_dev_close()
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset264 2 %s cannot be opened. Please "unset watch".\n
/dflybsd-src/contrib/file/magic/Magdir/
H A Dstatistics14 # sciences, Stata files and SPSS files can be opened by a lot of modern
/dflybsd-src/contrib/lvm2/dist/lib/device/
H A Ddev-io.c514 goto opened; in dev_open_flags()
527 opened: in dev_open_flags()
/dflybsd-src/contrib/less/
H A Difile.c297 public int opened(IFILE ifile) in opened() function
H A Dedit.c547 if (bin_file(f, &nread) && !force_open && !opened(ifile)) in edit_ifile()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldelf.c1700 bfd_boolean opened = FALSE; in ldelf_open_dynamic_archive() local
1728 opened = ldfile_try_open_bfd (string, entry); in ldelf_open_dynamic_archive()
1729 if (!opened) in ldelf_open_dynamic_archive()
1734 if (!opened && !ldfile_try_open_bfd (string, entry)) in ldelf_open_dynamic_archive()
/dflybsd-src/sys/dev/drm/
H A Ddrm_dp_helper.c1033 while (crtc->crc.opened) { in drm_dp_aux_crc_work()
1035 if (!crtc->crc.opened) in drm_dp_aux_crc_work()
/dflybsd-src/sys/bus/u4b/serial/
H A Dusb_serial.c1643 uint8_t opened; in ucom_param() local
1649 opened = 0; in ucom_param()
1665 opened = 1; in ucom_param()
1708 if (opened) { in ucom_param()
/dflybsd-src/usr.bin/calendar/calendars/
H A Dcalendar.ushistory126 08/17 First public bath opened in N.Y., 1891
171 10/27 The first New York Subway is opened, 1904
/dflybsd-src/usr.sbin/ppp/
H A Dbundle.c1976 int autolink, opened; in bundle_WantAutoloadTimer() local
1979 for (autolink = opened = 0, dl = bundle->links; dl; dl = dl->next) in bundle_WantAutoloadTimer()
1981 if (++autolink == 2 || (autolink == 1 && opened)) in bundle_WantAutoloadTimer()
1985 opened++; in bundle_WantAutoloadTimer()
/dflybsd-src/sbin/init/
H A DNOTES63 group when opened.
/dflybsd-src/sys/dev/sound/pcm/
H A Dchannel.h161 } opened; member
H A Dsound.h404 } opened; member
H A Ddsp.c679 CHN_INSERT_HEAD(d, rdch, channels.pcm.opened); in dsp_open()
681 CHN_INSERT_HEAD(d, wrch, channels.pcm.opened); in dsp_open()
747 CHN_REMOVE(d, rdch, channels.pcm.opened); in dsp_close()
749 CHN_REMOVE(d, wrch, channels.pcm.opened); in dsp_close()
/dflybsd-src/crypto/openssh/
H A Dconfig.sub1428 opened*)
/dflybsd-src/contrib/ee/
H A Dee.i18n.guide49 86 message informing that the file can't be opened (because of
/dflybsd-src/contrib/binutils-2.27/ld/emultempl/
H A Delf32.em1016 /* This is called after all the input files have been opened. */
1654 bfd_boolean opened = FALSE;
1682 opened = ldfile_try_open_bfd (string, entry);
1683 if (!opened)
1688 if (!opened && !ldfile_try_open_bfd (string, entry))

123