Searched refs:respond (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/usr.sbin/rmt/
H A Drmt.c116 goto respond;
124 goto respond;
133 goto respond;
150 goto respond;
176 goto respond;
196 goto respond;
202 respond:
/freebsd-13-stable/usr.bin/mail/
H A Dcmdtab.c97 { "reply", respond, R|I|MSGLIST, 0, MMNDEL },
98 { "respond", respond, R|I|MSGLIST, 0, MMNDEL },
H A Dextern.h199 int respond(void *);
H A Dcmd3.c188 respond(void *v) function
/freebsd-13-stable/crypto/openssh/
H A Dauth.h117 * respond returns: 0 - success, 1 - need further interaction,
126 int (*respond)(void *ctx, u_int numresp, char **responses); member in struct:KbdintDevice
H A Dauth2-chall.c326 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response);
H A Dmonitor.c1119 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp);
1124 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL);
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c650 u_int16_t dcid, respond, result; local
663 respond = NG_L2CAP_OPT_CFLAG(le16toh(cp->flags));
713 respond = 1;
736 * Now check and see if we have to respond. If everything was OK then
737 * respond contain "C flag" and (if set) we will respond with empty
740 * Other case is that we did not like peer's options and will respond
743 * When "respond == 0" than we have received all options and we will
747 if (respond) {
983 * to be disconnected and send L2CA_DisconnectInd message. Then respond
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCUtils.h409 Error respond(ChannelT &C, const FunctionIdT &ResponseId, function in namespace:llvm::orc::rpc::detail
419 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, function in namespace:llvm::orc::rpc::detail
1288 return detail::respond<FuncReturn>(Channel, ResponseId, SeqNo,
1324 return detail::respond<FuncReturn>(C, ResponseId, SeqNo,
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c487 goto respond;
516 respond:
H A Dng_btsocket_l2cap.c626 goto respond;
664 respond:

Completed in 201 milliseconds