| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-auto-load.c | 115 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 D | hw_gpio.c | 68 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 D | hw_gpio.h | 44 bool opened; member
|
| /dflybsd-src/sys/dev/misc/gpio/ |
| H A D | gpio_led.c | 55 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 D | syslog.c | 58 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 D | sysmouse.c | 75 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 D | drm_debugfs_crc.h | 55 bool opened; member
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_udev.c | 76 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 D | set26 | 4 2 %s cannot be opened. Please "unset watch".\n
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | statistics | 14 # sciences, Stata files and SPSS files can be opened by a lot of modern
|
| /dflybsd-src/contrib/lvm2/dist/lib/device/ |
| H A D | dev-io.c | 514 goto opened; in dev_open_flags() 527 opened: in dev_open_flags()
|
| /dflybsd-src/contrib/less/ |
| H A D | ifile.c | 297 public int opened(IFILE ifile) in opened() function
|
| H A D | edit.c | 547 if (bin_file(f, &nread) && !force_open && !opened(ifile)) in edit_ifile()
|
| /dflybsd-src/contrib/binutils-2.34/ld/ |
| H A D | ldelf.c | 1700 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 D | drm_dp_helper.c | 1033 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 D | usb_serial.c | 1643 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 D | calendar.ushistory | 126 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 D | bundle.c | 1976 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 D | NOTES | 63 group when opened.
|
| /dflybsd-src/sys/dev/sound/pcm/ |
| H A D | channel.h | 161 } opened; member
|
| H A D | sound.h | 404 } opened; member
|
| H A D | dsp.c | 679 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 D | config.sub | 1428 opened*)
|
| /dflybsd-src/contrib/ee/ |
| H A D | ee.i18n.guide | 49 86 message informing that the file can't be opened (because of
|
| /dflybsd-src/contrib/binutils-2.27/ld/emultempl/ |
| H A D | elf32.em | 1016 /* 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))
|