| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ppcbug-rom.c | 190 monitor_open (args, &ppcbug_cmds0, from_tty); in ppcbug_open0() 196 monitor_open (args, &ppcbug_cmds1, from_tty); in ppcbug_open1()
|
| H A D | sh3-rom.c | 272 monitor_open (serial_port_name, &sh3_cmds, from_tty); in sh3_open() 326 monitor_open (serial_port_name, &sh3e_cmds, from_tty); in sh3e_open()
|
| H A D | monitor.h | 243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
|
| H A D | mcore-rom.c | 70 monitor_open (args, &picobug_cmds, from_tty); in picobug_open()
|
| H A D | dink32-rom.c | 129 monitor_open (args, &dink32_cmds, from_tty); in dink32_open()
|
| H A D | remote-hms.c | 138 monitor_open (args, &hms_cmds, from_tty); in hms_open()
|
| H A D | remote-est.c | 168 monitor_open (args, &est_cmds, from_tty); in est_open()
|
| H A D | abug-rom.c | 164 monitor_open (args, &abug_cmds, from_tty); in abug_open()
|
| H A D | cpu32bug-rom.c | 162 monitor_open (args, &cpu32bug_cmds, from_tty); in cpu32bug_open()
|
| H A D | dbug-rom.c | 160 monitor_open (args, &dbug_cmds, from_tty); in dbug_open()
|
| H A D | rom68k-rom.c | 246 monitor_open (args, &rom68k_cmds, from_tty); in rom68k_open()
|
| H A D | m32r-rom.c | 339 monitor_open (args, &m32r_cmds, from_tty); in m32r_open() 399 monitor_open (args, &mon2000_cmds, from_tty); in mon2000_open()
|
| H A D | dve3900-rom.c | 974 monitor_open (args, &r3900_cmds, from_tty); in r3900_open()
|
| H A D | monitor.c | 729 monitor_open (char *args, struct monitor_ops *mon_ops, int from_tty) in monitor_open() function
|
| H A D | ChangeLog-1995 | 2356 (monitor_open): Enable caching. 2842 * (monitor_open): Deal with new monitor_stop semantics. Also, 3318 * (monitor_open): loadtype_str and loadproto_str now default to 3417 * monitor.c (monitor_open): Send stop command before doing 3507 * (monitor_open): Check for magic number in monitor_ops struct. 3617 * (monitor_open monitor_supply_register parse_register_dump
|
| H A D | ChangeLog-2000 | 1011 (monitor_open): Removed code that created local dcache. 2168 * monitor.c (monitor_open): Free dcache before creating a new one. 2356 * monitor.c (monitor_open): If a dcache has already been created,
|
| H A D | ChangeLog-1997 | 1474 (monitor_open): Remove unused variable "i".
|
| H A D | ChangeLog-2001 | 4618 (monitor_open): Initialize above regexp if they are defined. 9437 * monitor.c (monitor_open): Ditto.
|
| H A D | ChangeLog-1996 | 3903 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
|
| /openbsd-src/regress/sbin/isakmpd/common/ |
| H A D | monitor.c | 10 monitor_open(const char *path, int flags, mode_t mode) in monitor_open() function
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | monitor.h | 55 int monitor_open(const char *, int, mode_t);
|
| H A D | monitor.c | 198 monitor_open(const char *path, int flags, mode_t mode) in monitor_open() function 267 fd = monitor_open(path, flags, mask); in monitor_fopen() 289 fd = monitor_open(path, O_RDONLY | O_NONBLOCK, 0); in monitor_stat()
|
| H A D | ike_auth.c | 198 fd = monitor_open(keyfile, O_RDONLY, 0); in ike_auth_get_key() 278 fd = monitor_open(keyfile, O_RDONLY, 0); in ike_auth_get_key() 293 fd = monitor_open(keyfile, O_RDONLY, 0); in ike_auth_get_key()
|
| H A D | policy.c | 1946 fd = monitor_open(policy_file, O_RDONLY, 0); in policy_init() 2179 fd = monitor_open(file, O_RDONLY, 0); in keynote_cert_obtain()
|
| H A D | conf.c | 616 fd = monitor_open(conf_path, O_RDONLY, 0); in conf_reinit()
|