Home
last modified time | relevance | path

Searched refs:LOG_MODE (Results 1 – 25 of 102) sorted by relevance

12345

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dam9513.cpp33 #define LOG_MODE (1U << 1) macro
169 LOGMASKED(LOG_MODE, "Master reset\n"); in master_reset()
300 case 0: LOGMASKED(LOG_MODE, "TOD Disabled\n"); break; in set_master_mode()
301 case 1: LOGMASKED(LOG_MODE, "TOD Enabled (/5 Input)\n"); break; in set_master_mode()
302 case 2: LOGMASKED(LOG_MODE, "TOD Enabled (/6 Input)\n"); break; in set_master_mode()
303 case 3: LOGMASKED(LOG_MODE, "TOD Enabled (/10 Input)\n"); break; in set_master_mode()
331 LOGMASKED(LOG_MODE, "FOUT = F%d / %d\n", source - 10, divider); in set_master_mode()
335 LOGMASKED(LOG_MODE, "FOUT = GATE %d / %d\n", source - 5, divider); in set_master_mode()
337 LOGMASKED(LOG_MODE, "FOUT = SRC %d / %d\n", source, divider); in set_master_mode()
467 LOGMASKED(LOG_MODE, "Counter %d: Output low (inactive)\n", c + 1); in set_counter_mode()
[all …]
H A Dtms9901.cpp155 #define LOG_MODE (1U << 3) macro
396 LOGMASKED(LOG_MODE, "Enter %s mode\n", m_clock_mode? "clock" : "interrupt"); in write_bit()
403 LOGMASKED(LOG_MODE, "Clock setting = %d\n", m_clock_read_register); in write_bit()
553 LOGMASKED(LOG_MODE, "Soft reset (RST2*)\n"); in soft_reset()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dam9513.cpp33 #define LOG_MODE (1U << 1) macro
169 LOGMASKED(LOG_MODE, "Master reset\n"); in master_reset()
300 case 0: LOGMASKED(LOG_MODE, "TOD Disabled\n"); break; in set_master_mode()
301 case 1: LOGMASKED(LOG_MODE, "TOD Enabled (/5 Input)\n"); break; in set_master_mode()
302 case 2: LOGMASKED(LOG_MODE, "TOD Enabled (/6 Input)\n"); break; in set_master_mode()
303 case 3: LOGMASKED(LOG_MODE, "TOD Enabled (/10 Input)\n"); break; in set_master_mode()
331 LOGMASKED(LOG_MODE, "FOUT = F%d / %d\n", source - 10, divider); in set_master_mode()
335 LOGMASKED(LOG_MODE, "FOUT = GATE %d / %d\n", source - 5, divider); in set_master_mode()
337 LOGMASKED(LOG_MODE, "FOUT = SRC %d / %d\n", source, divider); in set_master_mode()
467 LOGMASKED(LOG_MODE, "Counter %d: Output low (inactive)\n", c + 1); in set_counter_mode()
[all …]
H A Dtms9901.cpp155 #define LOG_MODE (1U << 3) macro
396 LOGMASKED(LOG_MODE, "Enter %s mode\n", m_clock_mode? "clock" : "interrupt"); in write_bit()
403 LOGMASKED(LOG_MODE, "Clock setting = %d\n", m_clock_read_register); in write_bit()
553 LOGMASKED(LOG_MODE, "Soft reset (RST2*)\n"); in soft_reset()
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dconfig.h28 #ifndef LOG_MODE
29 # define LOG_MODE 0600 macro
/dports/irc/miau/miau-0.6.6/src/
H A Dchanlog.h44 #define LOG_MODE 0x0010 macro
54 LOG_QUIT | LOG_MODE | LOG_NICK | LOG_MISC | \
/dports/emulators/mess/mame-mame0226/src/devices/bus/hexbus/
H A Dtp0370.cpp114 #define LOG_MODE (1U<<6) macro
231 LOGMASKED(LOG_MODE, "Setting disable=%s, inhibit=%s\n", dis? "on" : "off", inh? "on" : "off"); in set_disable_inhibit()
278 LOGMASKED(LOG_MODE, "Disabled, not latching HSK*\n"); in from_hexbus()
/dports/emulators/mame/mame-mame0226/src/devices/bus/hexbus/
H A Dtp0370.cpp114 #define LOG_MODE (1U<<6) macro
231 LOGMASKED(LOG_MODE, "Setting disable=%s, inhibit=%s\n", dis? "on" : "off", inh? "on" : "off"); in set_disable_inhibit()
278 LOGMASKED(LOG_MODE, "Disabled, not latching HSK*\n"); in from_hexbus()
/dports/mail/exim-doc-html/exim-html-4.94.2/exim-html-4.94.2/doc/html/static/doc/security/CVE-2020-qualys/patches-rebase/
H A D0024-CVE-2020-28007-Link-attack-in-Exim-s-log-directory.patch97 -if ((fd = Uopen(process_log_path, O_APPEND|O_WRONLY, LOG_MODE)) < 0)
105 - fd = Uopen(process_log_path, O_CREAT|O_APPEND|O_WRONLY, LOG_MODE);
145 - O_CREAT|O_APPEND|O_WRONLY, LOG_MODE);
155 +fd = Uopen(name, flags, LOG_MODE);
167 - O_CREAT|O_APPEND|O_WRONLY, LOG_MODE);
168 + if (created) fd = Uopen(name, flags, LOG_MODE);
315 - O_APPEND|O_WRONLY, LOG_MODE);
355 - O_APPEND|O_WRONLY, LOG_MODE);
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/enhancedhist/
H A Denhancedhist.c95 const char *name = NULL, *alias = NULL, *LOG_MODE = NULL; in historize() local
106 LOG_MODE = purple_prefs_get_string("/purple/logging/format"); in historize()
120 if(strcasecmp(LOG_MODE, "html")==0) { in historize()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/oracle/
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/oracle/
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'
H A Dhandler_cdb.go58 DECODE(LOG_MODE,
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/oracle/
H A Dhandler_archive_discovery.go44 AND db.LOG_MODE = 'ARCHIVELOG'

12345