| /src/sys/arch/sparc64/include/ |
| remote-sl.h | 1 /* $NetBSD: remote-sl.h,v 1.2 2002/07/20 11:52:22 mrg Exp $ */ 3 #include <sparc/remote-sl.h>
|
| /src/external/bsd/nsd/dist/ |
| nsd.conf.sample.in | 393 # Remote control config section. 394 remote-control: 395 # Enable remote control with nsd-control(8) here. 411 # port number for remote control operations (uses TLS over TCP). 414 # nsd server key file for remote control. 417 # nsd server certificate file for remote control.
|
| /src/external/bsd/unbound/dist/winrc/ |
| service.conf | 24 remote-control:
|
| /src/external/mpl/bind/dist/lib/dns/ |
| remote.c | 1 /* $NetBSD: remote.c,v 1.2 2025/01/26 16:25:24 christos Exp $ */ 27 #include <dns/remote.h> 31 dns_remote_addresses(dns_remote_t *remote) { 32 REQUIRE(DNS_REMOTE_VALID(remote)); 33 return remote->addresses; 37 dns_remote_sources(dns_remote_t *remote) { 38 REQUIRE(DNS_REMOTE_VALID(remote)); 39 return remote->sources; 43 dns_remote_count(dns_remote_t *remote) { 44 REQUIRE(DNS_REMOTE_VALID(remote)); [all...] |
| /src/external/bsd/unbound/dist/doc/ |
| example.conf.in | 1082 # with remote control commands. Disabled with "". Default is "". 1103 # enabled/disabled via remote-control(below). 1155 # Remote control config section. 1156 remote-control: 1157 # Enable remote control with unbound-control(8) here. 1161 # what interfaces are listened to for remote control. 1168 # port number for remote control operations.
|
| /src/external/bsd/ipf/dist/l4check/ |
| l4check.conf | 26 remote server 192.168.1.2,23 27 remote server 192.168.1.2,2101 28 remote server 192.168.1.3,25 29 remote server 192.168.1.254,8000 30 remote server 192.168.1.1,9
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| remote.h | 1 /* $NetBSD: remote.h,v 1.2 2025/01/26 16:25:28 christos Exp $ */ 18 /*! \file dns/remote.h */ 31 #define DNS_REMOTE_VALID(remote) ISC_MAGIC_VALID(remote, DNS_REMOTE_MAGIC) 46 dns_remote_addresses(dns_remote_t *remote); 48 * Return the addresses of the remote server. 51 * 'remote' is a valid remote structure. 55 dns_remote_sources(dns_remote_t *remote); 57 * Return the source addresses to be used for the remote server [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/bugpoint/ |
| RemoteRunSafely.sh | 15 # <hostname> is the remote host to execute the program, 16 # <login_name> is the username on the remote host, 17 # <port> is the port used by the remote client, 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
| /src/external/bsd/blocklist/etc/ |
| blocklistd.conf | 11 [remote]
|
| /src/etc/rc.d/ |
| mountcritremote | 17 # Mount critical file systems that may be `remote'. 21 mount_critical_filesystems remote
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a33-et-q8-v1.6.dts | 55 remote-endpoint = <&panel_input>;
|
| sun8i-a33-ippo-q8h-v1.2.dts | 55 remote-endpoint = <&panel_input>;
|
| sun8i-a33-q8-tablet.dts | 55 remote-endpoint = <&panel_input>;
|
| sun5i-a13-q8-tablet.dts | 59 remote-endpoint = <&tcon0_out_lcd>; 78 remote-endpoint = <&panel_input>;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| board-sanity.exp | 18 proc test_remote { remote host_is_target } { 28 if { $remote == "host" } { 35 with_test_prefix cleanup-remote { 36 set res [remote_file $remote delete $file] 38 "remove $remote copy " 40 set res [remote_file $remote exists $file] 42 "$remote copy does not exist" 51 with_test_prefix copy-to-remote { 52 set remote_file [remote_download $remote $srcdir/$subdir/$file] 56 set res [remote_file $remote exists $file [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/ |
| board-sanity.exp | 18 proc test_remote { remote host_is_target } { 28 if { $remote == "host" } { 35 with_test_prefix cleanup-remote { 36 set res [remote_file $remote delete $file] 38 "remove $remote copy " 40 set res [remote_file $remote exists $file] 42 "$remote copy does not exist" 51 with_test_prefix copy-to-remote { 52 set remote_file [remote_download $remote $srcdir/$subdir/$file] 56 set res [remote_file $remote exists $file [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| remote-notif.h | 0 /* Remote notification in GDB protocol 26 /* An event of a type of async remote notification. */ 49 /* A client to a sort of async remote notification. */ 62 void (*parse) (remote_target *remote, 66 /* Send field <ack_command> to remote, and do some checking. If 68 void (*ack) (remote_target *remote, 74 int (*can_get_pending_events) (remote_target *remote, 84 /* State on remote async notification. */ 93 /* The remote target. */ 94 remote_target *remote; member in struct:remote_notif_state [all...] |
| remote-notif.c | 0 /* Remote notification in GDB protocol 20 /* Remote async notification is sent from remote target over RSP. 34 #include "remote.h" 35 #include "remote-notif.h" 59 remote_notif_ack (remote_target *remote, 68 nc->parse (remote, nc, buf, event.get ()); 69 nc->ack (remote, nc, buf, std::move (event)); 75 remote_notif_parse (remote_target *remote, 83 nc->parse (remote, nc, buf, event.get ()) [all...] |
| remote-fileio.c | 0 /* Remote File-I/O communications 20 /* See the GDB User Guide for details of the GDB remote protocol. */ 25 #include "remote.h" 28 #include "remote-fileio.h" 317 remote_fileio_reply (remote_target *remote, int retcode, int error) 343 putpkt (remote, buf); 347 remote_fileio_ioerror (remote_target *remote) 349 remote_fileio_reply (remote, -1, FILEIO_EIO); 353 remote_fileio_badfd (remote_target *remote) 355 remote_fileio_reply (remote, -1, FILEIO_EBADF) [all...] |
| remote-fileio.h | 0 /* Remote File-I/O communications 20 /* See the GDB User Guide for details of the GDB remote protocol. */ 30 /* Unified interface to remote fileio, called in remote.c from 32 extern void remote_fileio_request (remote_target *remote, 35 /* Cleanup any remote fileio state. */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote-notif.h | 0 /* Remote notification in GDB protocol 26 /* An event of a type of async remote notification. */ 49 /* A client to a sort of async remote notification. */ 62 void (*parse) (remote_target *remote, 66 /* Send field <ack_command> to remote, and do some checking. If 68 void (*ack) (remote_target *remote, 74 int (*can_get_pending_events) (remote_target *remote, 84 /* State on remote async notification. */ 93 /* The remote target. */ 94 remote_target *remote; member in struct:remote_notif_state [all...] |
| remote-notif.c | 0 /* Remote notification in GDB protocol 20 /* Remote async notification is sent from remote target over RSP. 34 #include "remote.h" 35 #include "remote-notif.h" 59 remote_notif_ack (remote_target *remote, 68 nc->parse (remote, nc, buf, event.get ()); 69 nc->ack (remote, nc, buf, std::move (event)); 75 remote_notif_parse (remote_target *remote, 83 nc->parse (remote, nc, buf, event.get ()) [all...] |
| remote-fileio.c | 0 /* Remote File-I/O communications 20 /* See the GDB User Guide for details of the GDB remote protocol. */ 25 #include "remote.h" 28 #include "remote-fileio.h" 317 remote_fileio_reply (remote_target *remote, int retcode, int error) 343 putpkt (remote, buf); 347 remote_fileio_ioerror (remote_target *remote) 349 remote_fileio_reply (remote, -1, FILEIO_EIO); 353 remote_fileio_badfd (remote_target *remote) 355 remote_fileio_reply (remote, -1, FILEIO_EBADF) [all...] |
| /src/external/ibm-public/postfix/dist/src/anvil/ |
| anvil.c | 167 /* from many remote clients. To reduce memory usage, reduce 186 /* process can have only one remote client at a time. If a 310 static HTABLE *anvil_remote_map; /* indexed by service+ remote client */ 313 * Remote connection state, one instance for each (service, client) pair. 328 * us to clean up remote connection state when a local server goes away 345 #define ANVIL_REMOTE_FIRST_CONN(remote, id) \ 347 (remote)->ident = mystrdup(id); \ 348 (remote)->count = 1; \ 349 (remote)->rate = 1; \ 350 (remote)->mail = 0; [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| good-remote-servers-named.conf | 22 remote-servers a { 1.2.3.4; }; 23 remote-servers b { 1.2.3.4; }; 24 remote-servers c { 1.2.3.4; 5.6.7.8; ::1; }; 25 remote-servers d { a key foo; b tls bar; c key foo tls bar; }; 26 remote-servers e { a key foo.; }; 27 remote-servers f { b tls bar; };
|