Searched refs:reply (Results 101 - 125 of 221) sorted by relevance

123456789

/freebsd-current/contrib/ldns/
H A Dnet.c505 ldns_pkt *reply; local
518 reply = NULL;
618 status = ldns_wire2pkt(&reply, reply_bytes, reply_size);
625 assert(reply);
630 if (reply) {
631 ldns_pkt_set_querytime(reply, (uint32_t)
634 ldns_pkt_set_answerfrom(reply,
636 ldns_pkt_set_timestamp(reply, tv_s);
637 ldns_pkt_set_size(reply, reply_size);
659 if (tsig_mac && reply
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Dkx509.c292 const struct Kx509Request *req, krb5_data *reply,
306 krb5_data_zero(reply);
428 * Encode reply, [ version | Kx509Response ]
437 krb5_set_error_message(context, ret, "Failed to encode kx509 reply");
443 ret = krb5_data_alloc(reply, data.length + sizeof(version_2_0));
448 memcpy(reply->data, version_2_0, sizeof(version_2_0));
449 memcpy(((unsigned char *)reply->data) + sizeof(version_2_0),
290 _kdc_do_kx509(krb5_context context, krb5_kdc_configuration *config, const struct Kx509Request *req, krb5_data *reply, const char *from, struct sockaddr *addr) argument
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dlog.c410 char **reply,
439 if(reply == NULL)
442 *reply = msg;
461 char **reply,
470 ret = krb5_vlog_msg(context, fac, reply, level, fmt, ap);
408 krb5_vlog_msg(krb5_context context, krb5_log_facility *fac, char **reply, int level, const char *fmt, va_list ap) argument
458 krb5_log_msg(krb5_context context, krb5_log_facility *fac, int level, char **reply, const char *fmt, ...) argument
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c284 t_FmPcdIpcReply reply; local
287 memset(&reply, 0, sizeof(reply));
297 (uint8_t*)&reply,
304 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("IPC reply length mismatch"));
306 memcpy((uint8_t*)&prsOffset, reply.replyBody, sizeof(uint32_t));
H A Dfm_pcd.c929 t_FmPcdIpcReply reply; local
934 memset(&reply, 0, sizeof(reply));
945 (uint8_t*)&reply,
952 REPORT_ERROR(MAJOR, E_INVALID_VALUE, ("IPC reply length mismatch"));
953 isMasterAlive = *(uint8_t*)(reply.replyBody);
1133 t_FmPcdIpcReply reply; local
1136 memset(&reply, 0, sizeof(reply));
1143 (uint8_t*)&reply,
1188 t_FmPcdIpcReply reply; local
1676 t_FmPcdIpcReply reply; local
[all...]
/freebsd-current/contrib/wpa/src/wps/
H A Dwps_er.c533 struct wpabuf *reply)
535 /* Note: reply includes null termination after the buffer data */
536 const char *tmp, *data = wpabuf_head(reply);
540 wpabuf_head(reply), wpabuf_len(reply));
613 struct wpabuf *reply; local
618 reply = http_client_get_body(c);
619 if (reply == NULL)
621 wps_er_parse_device_description(ap, reply);
1644 struct wpabuf *reply; local
532 wps_er_parse_device_description(struct wps_er_ap *ap, struct wpabuf *reply) argument
1834 struct wpabuf *reply; local
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dsetup.c105 else if (preen || reply("CORRECT CHECK HASH") != 0) {
123 if (reply("SET TO DEFAULT") == 1) {
131 if (reply("SET TO DEFAULT") == 1) {
145 reply("SAVE DATA TO FIND ALTERNATE SUPERBLOCKS") != 0)
383 if (preen || reply("CONTINUE") == 0)
H A Dpass3.c103 if (reply("RECONNECT") == 0)
/freebsd-current/sys/dev/mpr/
H A Dmpr.c102 MPI2_EVENT_NOTIFICATION_REPLY *reply);
387 * Size the queues. Since the reply queues always need one free
388 * entry, we'll deduct one reply message here. The LSI documents
390 * that it's better to deduct from reply queue.
995 mpr_request_sync(struct mpr_softc *sc, void *req, MPI2_DEFAULT_REPLY *reply, argument
1047 /* Clock in the reply in 16-bit words. The total length of the
1051 data16 = (uint16_t *)reply;
1074 ioc_sz = reply->MsgLength;
1196 MPI2_DEFAULT_REPLY *reply; local
1205 reply
1222 MPI2_DEFAULT_REPLY reply; local
2448 mpr_display_reply_info(struct mpr_softc *sc, uint8_t *reply) argument
2561 uint8_t *reply; local
2669 mpr_dispatch_event(struct mpr_softc *sc, uintptr_t data, MPI2_EVENT_NOTIFICATION_REPLY *reply) argument
2738 MPI2_EVENT_NOTIFICATION_REPLY *reply = NULL; local
3983 MPI2_CONFIG_REPLY *reply; local
[all...]
H A Dmpr_sas.c346 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
352 reply = (MPI2_SCSI_TASK_MANAGE_REPLY *)tm->cm_reply;
356 if (reply == NULL) {
358 mpr_dprint(sc, MPR_FAULT, "%s NULL reply resetting device "
364 if ((le16toh(reply->IOCStatus) & MPI2_IOCSTATUS_MASK) !=
367 "device 0x%x\n", le16toh(reply->IOCStatus), handle);
371 le32toh(reply->TerminationCount));
373 tm->cm_reply = NULL; /* Ensures the reply won't get re-freed */
384 if ((le16toh(reply->IOCStatus) & MPI2_IOCSTATUS_MASK) ==
558 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
637 MPI2_SAS_IOUNIT_CONTROL_REPLY *reply; local
1223 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
1322 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
1477 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
3507 MPI2_PORT_ENABLE_REPLY *reply; local
[all...]
H A Dmpr_sas_lsi.c326 Mpi2RaidActionReply_t *reply = NULL; local
348 reply = (Mpi2RaidActionReply_t *)
350 if (error || (reply == NULL)) {
359 if (reply && (le16toh(reply->IOCStatus) &
365 le16toh(reply->IOCStatus));
1137 Mpi2SataPassthroughReply_t *reply; local
1171 * This fixes a problem where the FW does not send a reply sometimes
1182 reply = (Mpi2SataPassthroughReply_t *)cm->cm_reply;
1183 if (error || (reply
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps.c98 MPI2_EVENT_NOTIFICATION_REPLY *reply);
384 * Size the queues. Since the reply queues always need one free
385 * entry, we'll deduct one reply message here. The LSI documents
387 * that it's better to deduct from reply queue.
968 mps_request_sync(struct mps_softc *sc, void *req, MPI2_DEFAULT_REPLY *reply, argument
1020 /* Clock in the reply in 16-bit words. The total length of the
1024 data16 = (uint16_t *)reply;
1041 ioc_sz = reply->MsgLength;
1128 MPI2_DEFAULT_REPLY *reply; local
1137 reply
1151 MPI2_DEFAULT_REPLY reply; local
2291 mps_display_reply_info(struct mps_softc *sc, uint8_t *reply) argument
2401 uint8_t *reply; local
2514 mps_dispatch_event(struct mps_softc *sc, uintptr_t data, MPI2_EVENT_NOTIFICATION_REPLY *reply) argument
2582 MPI2_EVENT_NOTIFICATION_REPLY *reply = NULL; local
3204 MPI2_CONFIG_REPLY *reply; local
[all...]
H A Dmps_sas.c338 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
344 reply = (MPI2_SCSI_TASK_MANAGE_REPLY *)tm->cm_reply;
348 if (reply == NULL) {
351 "%s NULL reply resetting device 0x%04x\n", __func__,
357 if ((le16toh(reply->IOCStatus) & MPI2_IOCSTATUS_MASK) !=
361 le16toh(reply->IOCStatus), handle);
365 "Reset aborted %u commands\n", reply->TerminationCount);
367 tm->cm_reply = NULL; /* Ensures the reply won't get re-freed */
378 if ((le16toh(reply->IOCStatus) & MPI2_IOCSTATUS_MASK) ==
523 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
600 MPI2_SAS_IOUNIT_CONTROL_REPLY *reply; local
1165 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
1263 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
1399 MPI2_SCSI_TASK_MANAGE_REPLY *reply; local
3321 MPI2_PORT_ENABLE_REPLY *reply; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devdns.c200 struct reply { struct
262 /* Represents part of a reply being built. (That is, a single RR.) */
275 /* the components of the reply as we're constructing it. */
296 /* Constructed response. Only set once we're ready to send a reply. */
785 struct reply reply; member in struct:deferred_reply_callback
798 cb->reply.data.a.addrcount, cb->ttl,
799 cb->reply.data.a.addresses,
806 char *name = cb->reply.data.ptr.name;
816 cb->reply
834 reply_schedule_callback(struct request *const req, u32 ttl, u32 err, struct reply *reply) argument
885 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) argument
1044 struct reply reply; local
[all...]
/freebsd-current/contrib/libevent/
H A Devdns.c200 struct reply { struct
262 /* Represents part of a reply being built. (That is, a single RR.) */
275 /* the components of the reply as we're constructing it. */
296 /* Constructed response. Only set once we're ready to send a reply. */
785 struct reply reply; member in struct:deferred_reply_callback
798 cb->reply.data.a.addrcount, cb->ttl,
799 cb->reply.data.a.addresses,
806 char *name = cb->reply.data.ptr.name;
816 cb->reply
834 reply_schedule_callback(struct request *const req, u32 ttl, u32 err, struct reply *reply) argument
885 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) argument
1044 struct reply reply; local
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c343 t_QmIpcReply reply; local
349 memset(&reply, 0, sizeof(t_QmIpcReply));
357 (uint8_t*)&reply,
363 REPORT_ERROR(MAJOR, E_INVALID_VALUE, ("IPC reply length mismatch"));
366 memcpy((uint8_t*)&count, reply.replyBody, sizeof(uint32_t));
398 t_QmIpcReply reply; local
404 memset(&reply, 0, sizeof(reply));
410 (uint8_t*)&reply,
416 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("IPC reply lengt
520 t_QmIpcReply reply; local
898 t_QmIpcReply reply; local
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dresolve.c525 void *reply = NULL; local
546 if (reply) {
547 free(reply);
548 reply = NULL;
559 reply = malloc(len);
560 if (reply == NULL) {
565 size = resolve_search(handle, domain, rr_class, rr_type, reply, len);
575 /* got a good reply */
584 free(reply);
590 r = parse_reply(reply, le
[all...]
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr.c363 * @op_req_q: Operational reply queue info
565 * mpi3mr_create_op_reply_queue - create operational reply queue
567 * @qid: operational reply queue id
569 * Create operatinal reply queue by issuing MPI request
615 mpi3mr_dprint(sc, MPI3MR_ERROR, "Cannot allocate Operational reply DMA tag\n");
863 * Create operatinal queues(request queues and reply queues).
909 /*Operational Request and reply queue ID starts with 1*/
965 * Allocation and setup admin queues(request queues and reply queues).
1037 mpi3mr_dprint(sc, MPI3MR_ERROR, "Cannot allocate reply DMA tag\n");
1073 /* Free Admin reply*/
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c42 reply(caddr_t replyp, struct netbuf * raddrp, struct netconfig * nconf) function
103 reply(NULL, &addr, NULL);
247 NULL, (resultproc_t)reply, transp);
/freebsd-current/sbin/restore/
H A Dutilities.c377 * Elicit a reply.
380 reply(char *question) function
411 if (reply("abort") == GOOD) {
412 if (reply("dump core") == GOOD)
/freebsd-current/contrib/sendmail/src/
H A Dsm_resolve.c233 ** PARSE_DNS_REPLY -- parse DNS reply data.
512 ** GEN_DNS_REPLY -- generate DNS reply data.
1239 unsigned char *reply; local
1283 reply = (unsigned char *)&reply_buf;
1284 len = (*resfunc)(domain, rr_class, rr_type, reply, SMRBSIZE);
1298 reply = (unsigned char *)sm_malloc(IP_MAXPACKET);
1299 if (reply == NULL)
1305 reply, IP_MAXPACKET);
1337 if (len >= 0 && len < IP_MAXPACKET && reply != NULL)
1338 dr = parse_dns_reply(reply, le
[all...]
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iov.c526 struct virtchnl_vf_resource reply; local
528 bzero(&reply, sizeof(reply));
531 reply.vf_cap_flags = VIRTCHNL_VF_OFFLOAD_L2 |
536 reply.vf_cap_flags = *(u32 *)msg & (
541 reply.num_vsis = 1;
542 reply.num_queue_pairs = vf->vsi.num_tx_queues;
543 reply.max_vectors = pf->hw.func_caps.num_msix_vectors_vf;
544 reply.rss_key_size = 52;
545 reply
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_ioc32.c737 struct drm_wait_vblank_reply32 reply; member in union:drm_wait_vblank32
755 req32->reply.type = request.reply.type;
756 req32->reply.sequence = request.reply.sequence;
757 req32->reply.tval_sec = request.reply.tval_sec;
758 req32->reply.tval_usec = request.reply.tval_usec;
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_privsep.c45 void *reply, size_t *reply_len)
67 if (reply) {
83 res = recv(drv->cmd_socket, reply, *reply_len, 0);
92 "for reply (cmd=%d)", cmd);
359 u8 reply[sizeof(int) + SSID_MAX_LEN]; local
360 size_t len = sizeof(reply);
362 res = wpa_priv_cmd(drv, PRIVSEP_CMD_GET_SSID, NULL, 0, reply, &len);
365 os_memcpy(&ssid_len, reply, sizeof(int));
368 wpa_printf(MSG_DEBUG, "privsep: Invalid get SSID reply");
371 os_memcpy(ssid, &reply[sizeo
43 wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd, const void *data, size_t data_len, void *reply, size_t *reply_len) argument
[all...]
/freebsd-current/contrib/wpa/src/common/
H A Dwpa_ctrl.h519 * @reply: Buffer for the response
525 * response will be written to reply and reply_len is set to the actual length
526 * of the reply. This function will block for up to 10 seconds while waiting
527 * for the reply. If unsolicited messages are received, the blocking time may
541 char *reply, size_t *reply_len,
573 * @reply: Buffer for the message data
574 * @reply_len: Length of the reply buffer
578 * response will be written to reply and reply_len is set to the actual length
579 * of the reply.
584 int wpa_ctrl_recv(struct wpa_ctrl *ctrl, char *reply, size_
[all...]

Completed in 420 milliseconds

123456789