| /openbsd-src/sys/dev/ |
| H A D | hotplug.c | 41 static int opened; variable 71 opened = 0; in hotplugattach() 105 if (evqueue_count == HOTPLUG_MAXEVENTS && opened) { in hotplug_put_event() 142 if (opened) in hotplugopen() 144 opened = 1; in hotplugopen() 158 opened = 0; in hotplugclose()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Zlib/t/ |
| H A D | basic.t | 26 ok(3, $file->opened()); 28 ok(5, !$file->opened()); 38 ok(12, $file->opened()); 40 ok(14, !$file->opened());
|
| H A D | external.t | 84 ok(17, $file->opened()); 86 ok(19, !$file->opened()); 96 ok(26, $file->opened()); 98 ok(28, !$file->opened());
|
| H A D | uncomp1.t | 41 ok(6, $file->opened()); 43 ok(8, !$file->opened());
|
| H A D | uncomp2.t | 41 ok(6, $file->opened()); 43 ok(8, !$file->opened());
|
| /openbsd-src/sys/dev/pci/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
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp_hot | 6 Filehandle %s opened only for input [pp_print] 9 Filehandle %s opened only for output [pp_print] 27 Filehandle %s opened only for output [Perl_do_readline] 76 # 1 and 2 are opened read/write on the tty, and the IO layers may reflect this. 96 Filehandle FH opened only for input at - line 12. 97 Filehandle FOO opened only for input at - line 14. 98 Filehandle FH opened only for input at - line 19. 99 Filehandle FOO opened only for input at - line 20. 116 Filehandle a\0b opened only for input at - line 9. 117 Filehandle \0b opened only for input at - line 11. [all …]
|
| H A D | pp_sys | 15 Filehandle %s opened only for input [pp_leavewrite] 31 Filehandle %s opened only for input [pp_prtf] 95 Filehandle %s opened only for output [pp_sysread] 132 Filehandle STDIN opened only for input at - line 5. 237 Filehandle STDIN opened only for input at - line 3. 245 Filehandle STDIN opened only for input at - line 3. 641 Filehandle F opened only for output at - line 6.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/ |
| H A D | 02_Interactive.t | 36 ### XXX 2 are opened by Test::Builder at least.. this is 'whitebox' 55 "At least 3 FDs are opened" ); 86 { ### should be opened 95 ok( $rv, "FD $_ opened" ); 96 ok( $fh, " FH indeed opened" ); 99 ok( !$rv, "FD $_ not opened" );
|
| /openbsd-src/sys/dev/usb/ |
| H A D | umidi.c | 265 if (mididev->opened) in umidi_open() 270 mididev->opened = 1; in umidi_open() 290 mididev->opened = 0; in umidi_close() 299 if (!mididev->out_jack || !mididev->opened) in umidi_output() 310 if (!mididev->out_jack || !mididev->opened) in umidi_flush() 722 jack->opened = 0; in alloc_all_jacks() 732 jack->opened = 0; in alloc_all_jacks() 859 if (jack->opened) in open_out_jack() 865 jack->opened = 1; in open_out_jack() 874 if (jack->opened) in open_in_jack() [all …]
|
| H A D | umidivar.h | 57 int opened; member 69 int opened; member
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_debugfs_crc.c | 154 if (crc->opened) { in crc_control_write() 192 crc->opened = false; in crtc_crc_cleanup() 231 if (!crc->opened) { in crtc_crc_open() 232 crc->opened = true; in crtc_crc_open() 265 crc->opened = false; in crtc_crc_release()
|
| /openbsd-src/lib/libc/gen/ |
| H A D | getcap.c | 201 int myfd, eof, foundit, opened, retval, clen; in getent() local 213 opened = 0; in getent() 219 opened++; in getent() 249 opened++; in getent() 256 opened++; in getent() 284 opened++; in getent() 399 return (opened ? -1 : -2); in getent()
|
| /openbsd-src/gnu/usr.bin/perl/ext/ODBM_File/ |
| H A D | ODBM_File.xs | 127 int opened = 0; in odbm_TIEHASH() local 133 opened = 1; in odbm_TIEHASH() 135 if (!opened) in odbm_TIEHASH()
|
| /openbsd-src/gnu/usr.bin/perl/t/test_pl/ |
| H A D | tempfile.t | 95 my($filename,$opened,$existed,$closed) = split /\|/, $returned; 97 is( $opened, 'ok', "$filename created" );
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | archive.texi | 12 archive opened for reading will all be opened for reading. You 13 may put either input or output BFDs into an archive opened for 17 the contents of an archive opened for input. You don't
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | archive.texi | 12 archive opened for reading will all be opened for reading. You 13 may put either input or output BFDs into an archive opened for 17 the contents of an archive opened for input. You don't
|
| /openbsd-src/usr.bin/finger/ |
| H A D | util.c | 189 static int opened, fd; in enter_lastlog() local 194 if (!opened) { in enter_lastlog() 196 opened = 1; in enter_lastlog()
|
| /openbsd-src/usr.sbin/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
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_debugfs_crc.h | 56 bool opened, overflow; member
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PackageRepository.pm | 182 sub opened($) subroutine 209 my $already = $self->opened; 544 sub opened($) subroutine 844 sub opened($self) subroutine
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepository/ |
| H A D | Persistent.pm | 75 sub opened($self) subroutine
|
| /openbsd-src/sbin/scsi/ |
| H A D | scsi.c | 534 int opened; in edit_done() local 541 opened = (int)edit_opened; in edit_done() 546 if (opened) in edit_done()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlopentut.pod | 17 and C<ARGV>. Since those are pre-opened, you can use them right away 60 is the external name of the file you want opened. 194 If the file to be opened contains binary data instead of text characters, 218 This is especially handy for the handles that Perl has already opened for you. 229 Once you have your binary file properly opened in the right mode, you can 318 from it as if it were opened onto an ordinary, single file.
|