Searched refs:reply (Results 1 - 25 of 140) sorted by relevance

123456

/openbsd-current/usr.sbin/apm/
H A Dapm.c77 send_command(int fd, struct apm_command *cmd, struct apm_reply *reply) argument
83 if (recv(fd, reply, sizeof(*reply), 0) != sizeof(*reply)) {
84 warn("invalid reply from APM daemon");
98 struct apm_reply reply; local
102 bzero(&reply, sizeof reply);
123 ret = send_command(fd, &command, &reply);
124 if (ret == 0 && reply
163 struct apm_reply reply; local
[all...]
/openbsd-current/regress/sys/net/pf_divert/
H A DMakefile57 inet-args-tcp-reply inet6-args-tcp-reply \
59 inet-args-udp-reply inet6-args-udp-reply \
60 inet-args-udp-reply-to inet6-args-udp-reply-to \
62 inet-args-rip-reply inet6-args-rip-reply \
63 inet-args-rip-reply-to inet6-args-rip-reply
[all...]
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddptxep.c124 dev_notice(service->ep->dcp->dev, "unexpected unk field in reply: 0x%x (0x%x)\n",
163 struct dptxport_apcall_max_drive_settings *reply = reply_; local
165 if (reply_size < sizeof(*reply))
168 reply->retcode = cpu_to_le32(0);
169 reply->max_drive_settings[0] = cpu_to_le32(0x3);
170 reply->max_drive_settings[1] = cpu_to_le32(0x3);
182 struct dptxport_apcall_drive_settings *reply = reply_; local
184 if (reply_size < sizeof(*reply) || request_size < sizeof(*request))
187 *reply = *request;
190 memset(reply_ + sizeof(*reply),
212 struct dptxport_apcall_drive_settings *reply = reply_; local
233 struct dptxport_apcall_link_rate *reply = reply_; local
247 struct dptxport_apcall_lane_count *reply = reply_; local
264 struct dptxport_apcall_set_active_lane_count *reply = reply_; local
312 struct dptxport_apcall_link_rate *reply = reply_; local
350 struct dptxport_apcall_link_rate *reply = reply_; local
418 struct dptxport_apcall_get_support *reply = reply_; local
432 struct dptxport_apcall_get_support *reply = reply_; local
443 dptxport_call_activate(struct apple_epic_service *service, const void *data, size_t data_size, void *reply, size_t reply_size) argument
461 dptxport_call_deactivate(struct apple_epic_service *service, const void *data, size_t data_size, void *reply, size_t reply_size) argument
477 dptxport_call(struct apple_epic_service *service, u32 idx, const void *data, size_t data_size, void *reply, size_t reply_size) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/
H A Dinstmodsh57 my $reply = <STDIN>; chomp($reply);
58 my($cmd) = $reply =~ /^(\w)\b/;
63 $Module_Commands{$cmd}->($reply, $module);
76 my($reply, $module) = @_;
78 my $class = (split(' ', $reply))[1];
93 my($reply, $module) = @_;
95 my $class = (split(' ', $reply))[1];
110 my($reply, $module) = @_;
112 my $file = (split(' ', $reply))[
[all...]
/openbsd-current/regress/sys/netinet6/rh0/
H A Drh0_none.py3 # we expect an echo reply, as there is no routing header
28 reply=a.payload.payload variable
29 id=reply.id
34 data=reply.data
H A Drh0_frag_final.py5 # we expect an echo reply, as there are no more hops
35 reply=a.payload.payload variable
36 id=reply.id
41 data=reply.data
H A Drh0_frag_empty.py5 # we expect an echo reply, as there are no more hops
34 reply=a.payload.payload variable
35 id=reply.id
40 data=reply.data
H A Drh0_frag2.py5 # we expect an echo reply, as there are no more hops
40 reply=a.payload.payload variable
41 id=reply.id
46 data=reply.data
/openbsd-current/usr.sbin/ntpd/
H A Dserver.c158 struct ntp_msg query, reply; local
178 memset(&reply, 0, sizeof(reply));
180 reply.status = lconf->status.leap;
182 reply.status = LI_ALARM;
183 reply.status |= (query.status & VERSIONMASK);
185 reply.status |= MODE_SERVER;
187 reply.status |= MODE_SYM_PAS;
191 reply.stratum = lconf->status.stratum;
192 reply
[all...]
H A Dclient.c353 log_info("reply from %s: not synced (%s), next query %llds",
365 * Transmit Timestamp T3 time reply sent by server
366 * Destination Timestamp T4 time reply received by client
380 log_info("reply from %s: constraint check failed",
386 p->reply[p->shift].offset = ((T2 - T1) + (T3 - T4)) / 2 - getoffset();
387 p->reply[p->shift].delay = (T4 - T1) - (T3 - T2);
388 p->reply[p->shift].status.stratum = msg.stratum;
389 if (p->reply[p->shift].delay < 0) {
392 log_info("reply from %s: negative delay %fs, "
395 p->reply[
[all...]
/openbsd-current/libexec/ftpd/
H A Dftpcmd.y172 reply(500,
177 reply(500,
184 reply(500,
192 reply(200, "PORT command successful.");
201 reply(500,
210 reply(200, "LPRT command successful.");
220 reply(500,
229 reply(200, "LPRT command successful.");
259 reply(200, "EPSV ALL command successful.");
275 reply(20
[all...]
/openbsd-current/usr.sbin/eigrpd/
H A Drde_dual.c232 struct reply_node *reply; local
236 while ((reply = TAILQ_FIRST(&rn->rijk)) != NULL)
237 reply_outstanding_remove(reply);
444 struct reply_node *reply; local
446 if ((reply = calloc(1, sizeof(*reply))) == NULL)
449 evtimer_set(&reply->ev_active_timeout, reply_active_timer, reply);
450 evtimer_set(&reply->ev_sia_timeout, reply_sia_timer, reply);
467 struct reply_node *reply; local
477 reply_outstanding_remove(struct reply_node *reply) argument
489 struct reply_node *reply = arg; local
499 reply_active_start_timer(struct reply_node *reply) argument
511 reply_active_stop_timer(struct reply_node *reply) argument
521 struct reply_node *reply = arg; local
559 reply_sia_start_timer(struct reply_node *reply) argument
576 reply_sia_stop_timer(struct reply_node *reply) argument
1135 struct reply_node *reply; local
1178 struct reply_node *reply; local
1307 struct reply_node *reply; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-ARexx/__examples/
H A Dsimplehost.pl40 $msg->reply($rc,$rc2,$result);
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-Exec/__examples/
H A Dsimplehost.pl40 $msg->reply($rc,$rc2,$result);
/openbsd-current/sbin/fsck_ext2fs/
H A Dpass2.c70 if (reply("ALLOCATE") == 0)
78 if (reply("REALLOCATE")) {
84 if (reply("CONTINUE") == 0)
91 if (reply("REALLOCATE")) {
97 if (reply("FIX") == 0)
129 if (reply("FIX") == 1) {
142 if (preen || reply("ADJUST") == 1) {
170 if (reply("FIX") == 0)
178 if (reply("FIX") == 0)
213 if (reply("FI
[all...]
/openbsd-current/sbin/fsck_ffs/
H A Dpass2.c87 if (reply("ALLOCATE") == 0) {
97 if (reply("REALLOCATE")) {
103 if (reply("CONTINUE") == 0) {
112 if (reply("REALLOCATE")) {
118 if (reply("FIX") == 0) {
157 if (reply("FIX") == 1) {
171 if (preen || reply("ADJUST") == 1) {
209 if (reply("FIX") == 0)
217 if (reply("FIX") == 0)
265 if (reply("FI
[all...]
/openbsd-current/lib/libfido2/src/
H A Dauthkey.c63 unsigned char reply[FIDO_MAXMSG]; local
71 if ((reply_len = fido_rx(dev, CTAP_CMD_CBOR, &reply, sizeof(reply),
77 return (cbor_parse_reply(reply, (size_t)reply_len, authkey,
H A Du2f.c148 unsigned char reply[FIDO_MAXMSG]; local
171 if (fido_rx(dev, CTAP_CMD_MSG, &reply, sizeof(reply), ms) < 2) {
181 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED);
197 unsigned char reply[FIDO_MAXMSG]; local
237 if (fido_rx(dev, CTAP_CMD_MSG, &reply, sizeof(reply), ms) != 2) {
243 switch ((reply[0] << 8) | reply[
264 parse_auth_reply(fido_blob_t *sig, fido_blob_t *ad, const char *rp_id, const unsigned char *reply, size_t len) argument
302 unsigned char reply[FIDO_MAXMSG]; local
560 parse_register_reply(fido_cred_t *cred, const unsigned char *reply, size_t len) argument
646 unsigned char reply[FIDO_MAXMSG]; local
839 unsigned char reply[FIDO_MAXMSG]; local
883 unsigned char reply[FIDO_MAXMSG]; local
[all...]
H A Dcredman.c203 unsigned char reply[FIDO_MAXMSG]; local
209 if ((reply_len = fido_rx(dev, CTAP_CMD_CBOR, &reply, sizeof(reply),
215 if ((r = cbor_parse_reply(reply, (size_t)reply_len, metadata,
328 unsigned char reply[FIDO_MAXMSG]; local
334 if ((reply_len = fido_rx(dev, CTAP_CMD_CBOR, &reply, sizeof(reply),
341 if ((r = cbor_parse_reply(reply, (size_t)reply_len, rk,
353 if ((r = cbor_parse_reply(reply, (size_t)reply_len, &rk->ptr[0],
367 unsigned char reply[FIDO_MAXMS local
537 unsigned char reply[FIDO_MAXMSG]; local
576 unsigned char reply[FIDO_MAXMSG]; local
[all...]
/openbsd-current/sbin/fsdb/
H A Dfsdb.h35 extern int reply(char *question);
/openbsd-current/sys/lib/libsa/
H A Drpc.c116 struct rpc_reply *reply; local
177 recv_head -= sizeof(*reply);
190 if ((size_t)cc <= sizeof(*reply)) {
198 * Check the RPC reply status.
201 reply = (struct rpc_reply *)recv_head;
202 auth = &reply->rp_u.rpu_rok.rok_auth;
207 printf("callrpc: reply auth != NULL\n");
212 x = ntohl(reply->rp_u.rpu_rok.rok_status);
218 recv_head += sizeof(*reply);
231 struct rpc_reply *reply; local
[all...]
/openbsd-current/regress/sys/netinet6/frag6/
H A Dfrag6_queuelimit.py49 reply=False variable
67 reply=True variable
68 if not reply:
71 print("echo reply from 64 fragments")
/openbsd-current/regress/sys/netinet/frag/
H A Dfrag_queuelimit.py48 reply=False variable
53 icmptypes[a.payload.payload.type] == 'echo-reply':
67 reply=True variable
68 if not reply:
71 print("echo reply from 64 fragments")
/openbsd-current/lib/libssl/test/
H A Dtesttsa98 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $1 -text
104 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -section $3 -queryfile $1 -out $2
112 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -out $TOKEN_DER -token_out
114 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $TOKEN_DER -token_in -out $RESPONSE2
118 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -text -token_out
120 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $TOKEN_DER -token_in -text -token_out
122 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -queryfile $1 -text -token_out
139 ../../util/shlib_wrap.sh ../../apps/openssl ts -reply -in $2 -out $2.token -token_out
211 echo "Checking '-token_in' and '-token_out' options with '-reply'..."
/openbsd-current/usr.sbin/apmd/
H A Dapmd.c233 struct apm_reply reply; local
260 bzero(&reply, sizeof(reply));
261 power_status(ctl_fd, 0, &reply.batterystate);
264 reply.newstate = SUSPENDING;
265 reply.error = suspend(ctl_fd);
268 reply.newstate = STANDING_BY;
269 reply.error = stand_by(ctl_fd);
272 reply.newstate = HIBERNATING;
273 reply
[all...]

Completed in 187 milliseconds

123456