| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
| H A D | amdgpu_hw_gpio.c | 73 ptr->opened = (dal_hw_gpio_config_mode(pin, mode) == GPIO_RESULT_OK); in dal_hw_gpio_open() 75 return ptr->opened; in dal_hw_gpio_open() 143 ptr->opened = false; in dal_hw_gpio_close() 194 pin->base.opened = false; in dal_hw_gpio_construct() 207 ASSERT(!pin->base.opened); in dal_hw_gpio_destruct()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | umidi.c | 137 int opened; member 149 int opened; member 499 if (mididev->opened) in umidi_open() 504 mididev->opened = 1; in umidi_open() 513 KASSERT(mididev->opened); in umidi_open() 524 mididev->opened = 0; in umidi_open() 553 mididev->opened = 0; in umidi_close() 565 if (!mididev->out_jack || !mididev->opened || mididev->closing) in umidi_channelmsg() 579 if (!mididev->out_jack || !mididev->opened || mididev->closing) in umidi_commonmsg() 600 if (!mididev->out_jack || !mididev->opened || mididev->closing) in umidi_sysex() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | pathopens_example.txt | 27 In the above output, many of the files would have been opened using 28 absolute pathnames. However the "dexplorer" file was opened using a relative 31 The above shows that the outfile.sah file was opened successfully 8 times.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | pathopens_example.txt | 27 In the above output, many of the files would have been opened using 28 absolute pathnames. However the "dexplorer" file was opened using a relative 31 The above shows that the outfile.sah file was opened successfully 8 times.
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | intro.doc | 24 Once created, this environment must also be opened with #mdb_env_open(). 41 Once a transaction has been created, a database can be opened within it 50 databases should only be opened once, by the first transaction in 92 So we have a cursor in a transaction which opened a database in an 93 environment which is opened from a filesystem after it was 107 share the LMDB environment that has opened the file across all threads. 126 any database handle(s) opened in it, or committed to keep the 137 is opened, all further attempts to begin one will block until the 139 transactions, however, and they may continue to be opened at any time. 168 close any databases you opened within the transaction.
|
| /netbsd-src/lib/libc/gen/ |
| H A D | xsyslog.c | 155 int opened, iovcnt; in _vxsyslogp_r() local 157 iovcnt = opened = 0; in _vxsyslogp_r() 325 opened = !data->log_opened; in _vxsyslogp_r() 326 if (opened) in _vxsyslogp_r() 363 if (!(*fun->unlock)(data) && opened) in _vxsyslogp_r()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | collctrl.cc | 224 opened = 0; in Coll_Ctrl() 356 opened = 0; in Coll_Ctrl() 408 opened = 1; in setup_experiment() 421 if (opened == 1) in enable_expt() 435 opened = 0; in close_expt() 443 if (opened == 0) in delete_expt() 930 if (opened == 1) in set_clkprof() 1026 if (opened == 1) in set_synctrace() 1122 if (opened == 1) in set_heaptrace() 1162 if (opened == 1) in set_iotrace() [all …]
|
| H A D | Data_window.h | 55 bool not_opened () { return !opened; } in not_opened() 91 bool opened; variable
|
| H A D | collctrl.h | 84 int isopened() { return opened; }; in isopened() 269 int opened; /* T if an experiment is opened */ variable
|
| H A D | Data_window.cc | 42 opened = false; in Data_window() 65 opened = true; in Data_window()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | collctrl.cc | 198 opened = 0; in Coll_Ctrl() 330 opened = 0; in Coll_Ctrl() 382 opened = 1; in setup_experiment() 395 if (opened == 1) in enable_expt() 409 opened = 0; in close_expt() 417 if (opened == 0) in delete_expt() 904 if (opened == 1) in set_clkprof() 1000 if (opened == 1) in set_synctrace() 1099 if (opened == 1) in set_heaptrace() 1139 if (opened == 1) in set_iotrace() [all …]
|
| H A D | Data_window.h | 55 bool not_opened () { return !opened; } in not_opened() 91 bool opened; variable
|
| H A D | collctrl.h | 84 int isopened() { return opened; }; in isopened() 269 int opened; /* T if an experiment is opened */ variable
|
| H A D | Data_window.cc | 42 opened = false; in Data_window() 65 opened = true; in Data_window()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | grabmyaddr.c | 81 static LIST_HEAD(_myaddr_list_, myaddr) configured, opened; in LIST_HEAD() 114 LIST_FOREACH(my, &opened, chain) { in myaddr_open() 130 LIST_INSERT_HEAD(&opened, my, chain); in myaddr_open() 181 for (my = LIST_FIRST(&opened); my; my = next) { in myaddr_close_all_open() 242 for (my = LIST_FIRST(&opened); my; my = next) { in myaddr_sync() 257 LIST_FOREACH(my, &opened, chain) { 272 LIST_FOREACH(my, &opened, chain) { 294 LIST_INIT(&opened); in myaddr_init_lists() 317 myaddr_flush_list(&opened); in myaddr_close()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_debugfs_crc.c | 157 if (crc->opened) { in crc_control_write() 195 crc->opened = false; in crtc_crc_cleanup() 234 if (!crc->opened) { in crtc_crc_open() 235 crc->opened = true; in crtc_crc_open() 268 crc->opened = false; in crtc_crc_release()
|
| /netbsd-src/external/gpl3/binutils.old/dist/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
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | archive.texi | 11 archive opened for reading will all be opened for reading. You 12 may put either input or output BFDs into an archive opened for 16 the contents of an archive opened for input. You don't
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcs_auth_mgr.c | 414 UINT32 i, opened = 0; in auth_mgr_req_new() local 419 opened++; in auth_mgr_req_new() 424 if (opened >= MAX(2, (UINT32)auth_mgr.max_auth_sessions/2)) { in auth_mgr_req_new() 430 if (opened && ((auth_mgr.max_auth_sessions - auth_mgr.open_auth_sessions) >= 1)) in auth_mgr_req_new() 437 LogDebug("Request for new auth handle denied by TCS. (%d opened sessions)", opened); in auth_mgr_req_new()
|
| /netbsd-src/usr.bin/finger/ |
| H A D | util.c | 162 static int opened; in enter_lastlog() local 179 if (!opened) { in enter_lastlog() 185 opened = 1; in enter_lastlog()
|
| /netbsd-src/external/bsd/unbound/dist/ |
| 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
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | opened.h | 24 extern void PRINTFLIKE(5, 6) opened(const char *, const char *, long, int,
|
| H A D | opened.c | 72 void opened(const char *queue_id, const char *sender, long size, int nrcpt, in opened() function
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_debugfs_crc.h | 62 bool opened, overflow; member
|
| /netbsd-src/sys/compat/sys/ |
| H A D | syslog.h | 37 int opened; member
|