Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp51 std::unique_ptr<RPCChannel> Channel,
58 std::unique_ptr<RPCChannel> Channel; member in llvm::orc::RemoteTargetProcessControl
67 ExecutionSession &ES, std::unique_ptr<RPCChannel> Channel, in RemoteTargetProcessControl() argument
71 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) {
250 auto Channel = in launch() local
253 std::make_unique<RemoteTargetProcessControl::RPCEndpoint>(*Channel, true); in launch()
255 TPC = std::make_unique<RemoteTargetProcessControl>(ES, std::move(Channel), in launch()
330 auto Channel = std::make_unique<RPCChannel>(*SockFD, *SockFD); in ConnectTCPSocket() local
332 std::make_unique<RemoteTargetProcessControl::RPCEndpoint>(*Channel, true); in ConnectTCPSocket()
335 ES, std::move(Channel), std::move(Endpoint)); in ConnectTCPSocket()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.h56 int client_simple_escape_filter(struct ssh *, Channel *, const char *, int);
82 void mux_exit_message(struct ssh *, Channel *, int);
83 void mux_tty_alloc_failed(struct ssh *ssh, Channel *);
H A Dserverloop.c415 static Channel *
418 Channel *c = NULL; in server_request_direct_tcpip()
463 static Channel *
466 Channel *c = NULL; in server_request_direct_streamlocal()
506 static Channel *
509 Channel *c = NULL; in server_request_tun()
574 static Channel *
577 Channel *c; in server_request_session()
612 Channel *c = NULL; in server_input_channel_open()
860 Channel *c; in server_input_channel_req()
H A Dclientloop.c813 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm()
877 client_abandon_status_confirm(struct ssh *ssh, Channel *c, void *ctx) in client_abandon_status_confirm()
1171 process_escapes(struct ssh *ssh, Channel *c, in process_escapes()
1420 client_simple_escape_filter(struct ssh *ssh, Channel *c, const char *buf, in client_simple_escape_filter()
1690 static Channel *
1694 Channel *c = NULL; in client_request_forwarded_tcpip()
1750 static Channel *
1754 Channel *c = NULL; in client_request_forwarded_streamlocal()
1772 static Channel *
1775 Channel *c = NULL; in client_request_x11()
[all …]
H A Dsession.h74 int session_input_channel_req(struct ssh *, Channel *, const char *);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.h76 std::unique_ptr<LLVMJITLinkChannel> Channel, in LLVMJITLinkRemoteTargetProcessControl() argument
80 Channel(std::move(Channel)), Endpoint(std::move(Endpoint)) { in LLVMJITLinkRemoteTargetProcessControl()
103 std::unique_ptr<LLVMJITLinkChannel> Channel; variable
H A Dllvm-jitlink.cpp655 auto Channel = std::make_unique<shared::FDRawByteChannel>( in LaunchExecutor()
657 auto Endpoint = std::make_unique<LLVMJITLinkRPCEndpoint>(*Channel, true); in LaunchExecutor()
666 std::move(SSP), std::move(Channel), std::move(Endpoint), in LaunchExecutor()
751 auto Channel = std::make_unique<shared::FDRawByteChannel>(*SockFD, *SockFD); in ConnectToExecutor()
752 auto Endpoint = std::make_unique<LLVMJITLinkRPCEndpoint>(*Channel, true); in ConnectToExecutor()
761 std::move(SSP), std::move(Channel), std::move(Endpoint), in ConnectToExecutor()
/netbsd-src/sys/arch/atari/atari/
H A Dvectors.s189 VECTOR(badtrap) | 98: SCC Ext./Status Channel B
191 VECTOR(badtrap) | 100: SCC Rx Channel B
193 VECTOR(badtrap) | 102: SCC Special Rx cond. Channel B
197 VECTOR(badtrap) | 106: SCC Ext./Status Channel A
199 VECTOR(badtrap) | 108: SCC Rx Channel A
201 VECTOR(badtrap) | 110: SCC Special Rx cond. Channel A
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp24 unsigned R600RegisterInfo::getSubRegFromChannel(unsigned Channel) { in getSubRegFromChannel() argument
32 assert(Channel < array_lengthof(SubRegFromChannelTable)); in getSubRegFromChannel()
33 return SubRegFromChannelTable[Channel]; in getSubRegFromChannel()
H A DR600RegisterInfo.h27 static unsigned getSubRegFromChannel(unsigned Channel);
H A DR600InstrInfo.cpp996 unsigned Channel) const { in calculateIndirectAddress()
997 assert(Channel == 0); in calculateIndirectAddress()
1016 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
1017 unsigned Address = calculateIndirectAddress(RegIndex, Channel); in expandPostRAPseudo()
1030 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
1031 unsigned Address = calculateIndirectAddress(RegIndex, Channel); in expandPostRAPseudo()
1038 calculateIndirectAddress(RegIndex, Channel), in expandPostRAPseudo()
H A DR600ISelLowering.h95 unsigned &Channel, unsigned &PtrIncr) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp57 shared::FDRawByteChannel Channel(InFD, OutFD); in main() local
60 JITServer Server(Channel, SymbolLookup, RegisterEHFrames, DeregisterEHFrames); in main()
/netbsd-src/sys/dev/usb/
H A Dif_atureg.h276 uByte Channel; member
295 uByte Channel; member
330 uByte Channel; member
H A Dif_atu.c487 Request.Channel = (uint8_t)sc->atu_desired_channel;
489 Request.Channel = ATU_DEFAULT_CHANNEL;
548 Scan.Channel = (uint8_t)sc->atu_desired_channel; in atu_start_scan()
550 Scan.Channel = sc->atu_channel; in atu_start_scan()
552 ic->ic_curchan = &ic->ic_channels[Scan.Channel]; in atu_start_scan()
659 cmd.Channel = (uint8_t)sc->atu_desired_channel; in atu_initial_config()
661 cmd.Channel = sc->atu_channel; in atu_initial_config()
/netbsd-src/sys/dev/mca/
H A Dmcadevs65 product 0x0061 "NCR Dual Channel Ethernet Adapter" [6]
177 product 0x6780 "Roalan/NeoTecH 4-Channel Serial Adapter" [7]
184 product 0x6787 "Roalan/NeoTecH MS/4A 4-Channel Serial Adapter" [5]
185 product 0x6788 "Roalan/NeoTecH MS/4B 4-Channel Serial Adapter" [5]
186 product 0x6789 "Roalan/NeoTecH MS/4C 4-Channel Serial Adapter" [5]
189 product 0x678D "NeoTecH MSP/4 4-Channel Serial/Parallel Adapter" [6]
203 product 0x6A7B "Tueplan Dual Channel Parallel Adapter" [7]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-ko.ascii.pot587 #. Translators: Menu item Verb/Channel/Export
588 #. Translators: Menu item Verb/Channel/Export/Export
1760 #. Translators: Menu item Verb/Channel/Export/Remove
2440 #. Translators: Menu item Verb/Channel
2441 #. Translators: Menu item Verb/Channel/Channel
2442 #. Translators: Menu item Verb/Channel/Transfer/Transport/Channel
2445 msgid "Channel"
2448 #. Translators: Menu item Verb/Channel/Import
2449 #. Translators: Menu item Verb/Channel/Import/Import
2454 #. Translators: Menu item Verb/Channel/Import/Input
[all …]
H A Dmm-ko.euc-kr.po624 #. Translators: Menu item Verb/Channel/Export
625 #. Translators: Menu item Verb/Channel/Export/Export
1873 #. Translators: Menu item Verb/Channel/Export/Remove
2586 #. Translators: Menu item Verb/Channel
2587 #. Translators: Menu item Verb/Channel/Channel
2588 #. Translators: Menu item Verb/Channel/Transfer/Transport/Channel
2591 msgid "Channel"
2594 #. Translators: Menu item Verb/Channel/Import
2595 #. Translators: Menu item Verb/Channel/Import/Import
2600 #. Translators: Menu item Verb/Channel/Import/Input
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1256 return [this, Handler](ChannelT &Channel, in wrapHandler()
1265 Channel, *Args)) in wrapHandler()
1274 if (auto Err = Channel.endReceiveMessage()) in wrapHandler()
1279 return detail::respond<FuncReturn>(Channel, ResponseId, SeqNo, in wrapHandler()
1288 return [this, Handler](ChannelT &Channel, in wrapAsyncHandler()
1299 Channel, *Args)) in wrapAsyncHandler()
1308 if (auto Err = Channel.endReceiveMessage()) in wrapAsyncHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h706 Create(shared::RawByteChannel &Channel, ExecutionSession &ES) { in Create() argument
709 new OrcRemoteTargetClient(Channel, ES, Err)); in Create()
808 OrcRemoteTargetClient(shared::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient() argument
810 : shared::SingleThreadedRPCEndpoint<shared::RawByteChannel>(Channel, in OrcRemoteTargetClient()
H A DOrcRemoteTargetServer.h57 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer() argument
60 : shared::SingleThreadedRPCEndpoint<shared::RawByteChannel>(Channel, in OrcRemoteTargetServer()
/netbsd-src/lib/libusbhid/
H A Dusb_hid_usages267 0x21 Wireless Channel
595 0x53 Red LED Channel
596 0x54 Blue LED Channel
597 0x55 Green LED Channel
782 0x84 Enter Channel
784 0x86 Channel
806 0x9C Channel Increment
807 0x9D Channel Decrement
892 0x161 Channel Left
893 0x162 Channel Right
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer124 >20 belong&0x03FFFFFF 122 (RFC 2625 IP over Fibre Channel
209 >20 belong&0x03FFFFFF 224 (Fibre Channel FC-2
210 >20 belong&0x03FFFFFF 225 (Fibre Channel FC-2 with frame delimiters
219 >20 belong&0x03FFFFFF 234 (Juniper Fibre Channel
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg488 * Data Channel Host Address
519 * Data Channel Host Count
644 * Data Channel Receive Message 0
692 * Data Channel Receive Message 1
737 * Data Channel Receive Message 2
776 * Data Channel Receive Message 3
840 * Data Channel Sequencer Byte Count
850 * Data Channel Split Status 0
901 * Data Channel Split Status 1
3006 * DSP Data Channel Control
[all …]
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DIANA-arp-parameters73 18 Fibre Channel [Yakov Rekhter]

123