| /src/external/ibm-public/postfix/dist/src/global/ |
| opened.h | 1 /* $NetBSD: opened.h,v 1.1.1.1 2009/06/23 10:08:47 tron Exp $ */ 8 /* opened 3h 10 /* log that a message was opened 12 /* #include <opened.h> 24 extern void PRINTFLIKE(5, 6) opened(const char *, const char *, long, int,
|
| opened.c | 1 /* $NetBSD: opened.c,v 1.2 2020/03/18 19:05:16 christos Exp $ */ 5 /* opened 3 7 /* log that a message was opened 9 /* #include <opened.h> 11 /* void opened(queue_id, sender, size, nrcpt, format, ...) 18 /* opened() logs that a message was successfully delivered. 67 #include <opened.h> 70 /* opened - log that a message was opened */ 72 void opened(const char *queue_id, const char *sender, long size, int nrcpt function [all...] |
| /src/sys/compat/sys/ |
| syslog.h | 37 int opened; member in struct:syslog_data60
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_debugfs_crc.h | 51 * @opened: whether userspace has opened the data file for reading 62 bool opened, overflow; member in struct:drm_crtc_crc
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Data_window.h | 55 bool not_opened () { return !opened; } 91 bool opened; member in class:Data_window
|
| collctrl.h | 84 int isopened() { return opened; }; 267 int opened; /* T if an experiment is opened */ member in class:Coll_Ctrl
|
| collctrl.cc | 216 opened = 0; 345 opened = 0; 397 opened = 1; 410 if (opened == 1) 424 opened = 0; 432 if (opened == 0) 852 if (opened == 1) 946 if (opened == 1) 1042 if (opened == 1) 1083 if (opened == 1 [all...] |
| Data_window.cc | 42 opened = false; 65 opened = true;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Data_window.h | 55 bool not_opened () { return !opened; } 91 bool opened; member in class:Data_window
|
| collctrl.h | 84 int isopened() { return opened; }; 266 int opened; /* T if an experiment is opened */ member in class:Coll_Ctrl
|
| collctrl.cc | 216 opened = 0; 345 opened = 0; 397 opened = 1; 410 if (opened == 1) 424 opened = 0; 432 if (opened == 0) 852 if (opened == 1) 946 if (opened == 1) 1042 if (opened == 1) 1083 if (opened == 1 [all...] |
| Data_window.cc | 42 opened = false; 65 opened = true;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
| amdgpu_hw_gpio.c | 73 ptr->opened = (dal_hw_gpio_config_mode(pin, mode) == GPIO_RESULT_OK); 75 return ptr->opened; 143 ptr->opened = false; 194 pin->base.opened = false; 207 ASSERT(!pin->base.opened);
|
| hw_gpio.h | 46 bool opened; member in struct:hw_gpio_pin
|
| /src/lib/libc/gen/ |
| xsyslog.c | 65 * If the user closed the FD and opened another in the same slot, 155 int opened, iovcnt; local 157 iovcnt = opened = 0; 325 opened = !data->log_opened; 326 if (opened) 363 if (!(*fun->unlock)(data) && opened)
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_debugfs_crc.c | 157 if (crc->opened) { 195 crc->opened = false; 234 if (!crc->opened) { 235 crc->opened = true; 268 crc->opened = false;
|
| /src/sys/dev/usb/ |
| umidi.c | 137 int opened; member in struct:umidi_mididev 149 int opened; member in struct:umidi_jack 499 if (mididev->opened) 504 mididev->opened = 1; 513 KASSERT(mididev->opened); 524 mididev->opened = 0; 553 mididev->opened = 0; 565 if (!mididev->out_jack || !mididev->opened || mididev->closing) 579 if (!mididev->out_jack || !mididev->opened || mididev->closing) 600 if (!mididev->out_jack || !mididev->opened || mididev->closing [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| grabmyaddr.c | 81 static LIST_HEAD(_myaddr_list_, myaddr) configured, opened; 114 LIST_FOREACH(my, &opened, chain) { 130 LIST_INSERT_HEAD(&opened, my, chain); 137 /* create all configured, not already opened addresses */ 181 for (my = LIST_FIRST(&opened); my; my = next) { 240 for (my = LIST_FIRST(&opened); my; my = next) { 254 LIST_FOREACH(my, &opened, chain) { 268 LIST_FOREACH(my, &opened, chain) { 290 LIST_INIT(&opened); 313 myaddr_flush_list(&opened); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| auto-load.c | 85 is opened, false otherwise. */ 108 This is true if we should auto-load python code when an objfile is opened, 920 std::optional<open_script> opened = find_and_open_script (file, local 923 if (opened) 927 ext_lang_name (language), opened->full_path.get (), 930 if (!file_is_auto_load_safe (opened->full_path.get ())) 931 opened.reset (); 948 = maybe_add_script_file (pspace_info, bool (opened), file, 949 (opened ? opened->full_path.get (): NULL) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| auto-load.c | 86 is opened, false otherwise. */ 109 This is true if we should auto-load python code when an objfile is opened, 981 std::optional<open_script> opened = find_and_open_script (file, local 984 if (opened) 988 ext_lang_name (language), opened->full_path.get (), 991 if (!file_is_auto_load_safe (opened->full_path.get ())) 992 opened.reset (); 1009 = maybe_add_script_file (pspace_info, bool (opened), file, 1010 (opened ? opened->full_path.get (): NULL) [all...] |
| /src/usr.bin/finger/ |
| util.c | 162 static int opened; local 179 if (!opened) { 185 opened = 1;
|
| /src/external/mit/libcbor/dist/docs/doxygen/ |
| dynsections.js | 11 $(linkObj).addClass('closed').removeClass('opened'); 16 $(linkObj).removeClass('closed').addClass('opened');
|
| /src/external/bsd/zstd/dist/build/single_file_libs/ |
| combine.py | 163 with file.open('r', errors='replace') as opened: 164 for line in opened:
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_auth_mgr.c | 111 LogDebug("waking up thread %lddd, auth slot has opened", THREAD_ID); 414 UINT32 i, opened = 0; local 419 opened++; 423 /* If this TSP has already opened its max open auth handles, deny another open */ 424 if (opened >= MAX(2, (UINT32)auth_mgr.max_auth_sessions/2)) { 425 LogDebug("Max opened auth handles already opened."); 429 /* if we have one opened already and there's a slot available, ok */ 430 if (opened && ((auth_mgr.max_auth_sessions - auth_mgr.open_auth_sessions) >= 1)) 437 LogDebug("Request for new auth handle denied by TCS. (%d opened sessions)", opened) [all...] |
| /src/lib/libc/compat/gen/ |
| compat_syslog.c | 85 d->log_opened = s->opened;
|