Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gdb-7/gdb/python/
HDpy-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()
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
HDhw_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()
HDhw_gpio.h44 bool opened; member
/dragonfly/sys/dev/misc/gpio/
HDgpio_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()
/dragonfly/lib/libc/gen/
HDsyslog.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()
/dragonfly/sys/dev/misc/syscons/
HDsysmouse.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()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_debugfs_crc.h55 bool opened; member
/dragonfly/sys/kern/
HDkern_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()
/dragonfly/contrib/tcsh-6/nls/ukrainian/
HDset264 2 %s cannot be opened. Please "unset watch".\n
/dragonfly/contrib/file/magic/Magdir/
HDstatistics14 # sciences, Stata files and SPSS files can be opened by a lot of modern
/dragonfly/contrib/lvm2/dist/lib/device/
HDdev-io.c514 goto opened; in dev_open_flags()
527 opened: in dev_open_flags()
/dragonfly/contrib/less/
HDifile.c297 public int opened(IFILE ifile) in opened() function
HDedit.c547 if (bin_file(f, &nread) && !force_open && !opened(ifile)) in edit_ifile()
/dragonfly/contrib/binutils-2.34/ld/
HDldelf.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()
/dragonfly/sys/dev/drm/
HDdrm_dp_helper.c1033 while (crtc->crc.opened) { in drm_dp_aux_crc_work()
1035 if (!crtc->crc.opened) in drm_dp_aux_crc_work()
/dragonfly/sys/bus/u4b/serial/
HDusb_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()
/dragonfly/usr.bin/calendar/calendars/
HDcalendar.ushistory126 08/17 First public bath opened in N.Y., 1891
171 10/27 The first New York Subway is opened, 1904
/dragonfly/usr.sbin/ppp/
HDbundle.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()
/dragonfly/sbin/init/
HDNOTES63 group when opened.
/dragonfly/sys/dev/sound/pcm/
HDchannel.h161 } opened; member
HDsound.h404 } opened; member
HDdsp.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()
/dragonfly/contrib/ee/
HDee.i18n.guide49 86 message informing that the file can't be opened (because of
/dragonfly/crypto/openssh/
HDconfig.sub1428 opened*)
/dragonfly/contrib/binutils-2.27/ld/emultempl/
HDelf32.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