Searched refs:response (Results 51 - 75 of 175) sorted by relevance

1234567

/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h87 papi_attribute_t ***response);
90 papi_attribute_t ***response, char *file);
94 papi_attribute_t **response);
H A Djob.c172 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
189 result = ipp_send_request_with_file(svc, request, &response, file);
191 papiAttributeListFree(response);
212 papi_attribute_t **request = NULL, **response = NULL; local
296 result = ipp_send_request_with_file(svc, request, &response,
302 result = ipp_send_request(svc, request, &response);
311 papiAttributeListGetCollection(response, NULL,
329 papiAttributeListFree(response);
435 papi_attribute_t **response = NULL; local
454 /* read the IPP response */
480 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
527 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
593 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
632 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
[all...]
H A Dipp-support.c218 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; local
238 result = ipp_send_request(svc, request, &response);
242 papiAttributeListGetCollection(response, NULL,
255 papiAttributeListFree(response);
486 "uri=\"%s\", response=\"%s\"", user, realm, nonce, uri,
494 ipp_status_info(service_t *svc, papi_attribute_t **response) argument
499 papiAttributeListGetCollection(response, NULL,
504 papiAttributeListGetString(response, NULL,
509 papiAttributeListGetInteger(response, NULL, "status-code", &status);
516 papi_attribute_t ***response, cha
515 ipp_send_request_with_file(service_t *svc, papi_attribute_t **request, papi_attribute_t ***response, char *file) argument
627 ipp_send_request(service_t *svc, papi_attribute_t **request, papi_attribute_t ***response) argument
[all...]
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c94 nvlist_t *response = NULL; local
102 response = sysattr_list(cmd, srcfd, infile);
209 if (response != NULL) {
248 nvlist_free(response);
275 nvlist_t *response; local
280 if (fgetattr(fd, XATTR_VIEW_READWRITE, &response) != 0) {
287 while ((pair = nvlist_next_nvpair(response, pair)) != NULL) {
294 return (response);
309 return (response);
313 return (response);
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c266 const char *response,
282 if (!conn || !userstr || !challenge || !response)
320 if (!strncasecmp(digeststr, response, 32)) {
418 static char response[1024]; local
447 while (start < sizeof(response) - 1) {
448 n = read(s, response+start, sizeof(response) - 1 - start);
455 if (start > 1 && !strncmp(response, "OK", 2)) {
459 response[start] = '\0';
460 sasl_seterror(conn,0,response);
263 _sasl_auxprop_verify_apop(sasl_conn_t *conn, const char *userstr, const char *challenge, const char *response, const char *user_realm __attribute__((unused))) argument
503 char response[1024]; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_user_cm.h91 ofv_resp_addr_t response; member in struct:rdma_ucm_create_id
101 ofv_resp_addr_t response; member in struct:rdma_ucm_destroy_id
111 uint64_t response; member in struct:rdma_ucm_bind_addr
130 ofv_resp_addr_t response; member in struct:rdma_ucm_query_route
199 ofv_resp_addr_t response; member in struct:rdma_ucm_init_qp_attr
210 ofv_resp_addr_t response; member in struct:rdma_ucm_join_mcast
218 ofv_resp_addr_t response; member in struct:rdma_ucm_get_event
H A Dib_user_verbs.h132 * length of the command block and response buffer if any in 32-bit
144 ofv_resp_addr_t response; member in struct:ib_uverbs_get_context
154 ofv_resp_addr_t response; member in struct:ib_uverbs_query_device
203 ofv_resp_addr_t response; member in struct:ib_uverbs_query_port
233 ofv_resp_addr_t response; member in struct:ib_uverbs_query_gid
245 ofv_resp_addr_t response; member in struct:ib_uverbs_query_pkey
258 ofv_resp_addr_t response; member in struct:ib_uverbs_alloc_pd
280 ofv_resp_addr_t response; member in struct:ib_uverbs_reg_mr
300 ofv_resp_addr_t response; member in struct:ib_uverbs_create_comp_channel
308 ofv_resp_addr_t response; member in struct:ib_uverbs_create_cq
331 ofv_resp_addr_t response; member in struct:ib_uverbs_resize_cq
344 ofv_resp_addr_t response; member in struct:ib_uverbs_poll_cq
379 ofv_resp_addr_t response; member in struct:ib_uverbs_destroy_cq
448 ofv_resp_addr_t response; member in struct:ib_uverbs_create_qp
505 ofv_resp_addr_t response; member in struct:ib_uverbs_query_qp
577 ofv_resp_addr_t response; member in struct:ib_uverbs_destroy_qp
627 uint64_t response; member in struct:ib_uverbs_post_send
646 uint64_t response; member in struct:ib_uverbs_post_recv
659 uint64_t response; member in struct:ib_uverbs_post_srq_recv
672 uint64_t response; member in struct:ib_uverbs_create_ah
704 ofv_resp_addr_t response; member in struct:ib_uverbs_create_srq
737 ofv_resp_addr_t response; member in struct:ib_uverbs_query_srq
751 ofv_resp_addr_t response; member in struct:ib_uverbs_destroy_srq
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c132 if (response == NULL || \
133 strlen(response) + 1 != (size_t) rlen || \
135 (response[0] != '4' && response[0] != '5') || \
136 !isascii(response[1]) || !isdigit(response[1]) || \
137 !isascii(response[2]) || !isdigit(response[2])) \
139 if (response != NULL) \
140 sm_free(response); /* XX
1998 char *response; local
2233 char *response = NULL; local
2409 char *response; local
2707 char *response = NULL; local
2797 char *response = NULL; local
3920 char *response; local
4056 char *response; local
4106 char *response; local
4207 char *response; local
4324 char *response = NULL; local
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh191 read response
193 if [ -n "$response" -a "$response" != "y" -a \
194 "$response" != "Y" ]; then
292 read response
294 if [ -z "$response" -o "$response" = "y" -o \
295 "$response" = "Y" ]; then
460 read response
462 if [ -n "$response"
[all...]
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp96 * Confirms the correctness of the response message header
97 * and the response message size
100 * response_header - reference to the response message header
102 * response message
104 * response message
132 * Confirms the correctness of the GetCodeVersions response message
134 * response - reference to the response message
140 const CFG_GET_CODE_VERSIONS_RESPONSE &response)
149 codeVerLen = response
139 _verifyCodeVersions( const CFG_GET_CODE_VERSIONS_RESPONSE &response) argument
461 _verifyCurrentPowerPolicy(const CFG_GET_CURRENT_POWER_POLICY_RESPONSE &response) argument
624 _verifyGetDNSSuffixList(const CFG_GET_DNS_SUFFIX_LIST_RESPONSE &response) argument
796 _verifyRemoteAccessConnectionStatus(const CFG_GET_REMOTE_ACCESS_CONNECTION_STATUS_RESPONSE &response) argument
1089 _verifyHashHandles(const CFG_GET_HASH_HANDLES_RESPONSE &response) argument
1159 _verifyGetCertificateHashEntry(const CFG_GET_CERTHASH_ENTRY_RESPONSE &response) argument
1225 _verifyGetDnsSuffix(const CFG_GET_PKI_FQDN_SUFFIX_RESPONSE &response) argument
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c579 * returns NOT_BOUND. If the door call fails or the server response is too
580 * small, returns CALL_FAILED. If the server response is too big, truncates the
581 * response and returns RESULT_TOO_BIG. Otherwise, the size of the result is
813 * server response too big
1006 rep_protocol_response_t response; local
1014 &response, sizeof (response));
1024 * _INTERNAL - server response too big
1034 rep_protocol_response_t response; local
1052 &response, sizeo
1077 struct rep_protocol_response response; local
1134 repository_door_response_t response; local
1567 rep_protocol_response_t response; local
1601 rep_protocol_response_t response; local
1652 struct rep_protocol_name_response response; local
1689 struct rep_protocol_response response; local
1733 struct rep_protocol_response response; local
1817 struct rep_protocol_response response; local
1960 struct rep_protocol_response response; local
2031 struct rep_protocol_response response; local
2094 struct rep_protocol_response response; local
2177 struct rep_protocol_response response; local
2205 struct rep_protocol_response response; local
2232 struct rep_protocol_name_response response; local
2344 struct rep_protocol_response response; local
2387 struct rep_protocol_response response; local
2435 struct rep_protocol_response response; local
3063 struct rep_protocol_response response; local
3199 struct rep_protocol_response response; local
3251 struct rep_protocol_response response; local
3295 struct rep_protocol_response response; local
3332 struct rep_protocol_fmri_response response; local
3393 struct rep_protocol_response response; local
3434 struct rep_protocol_response response; local
3496 struct rep_protocol_response response; local
3569 struct rep_protocol_integer_response response; local
3701 struct rep_protocol_response response; local
4042 struct rep_protocol_response response; local
4996 struct rep_protocol_value_response response; local
5061 struct rep_protocol_value_response response; local
5796 struct rep_protocol_integer_response response; local
7319 struct rep_protocol_response response; local
7362 struct rep_protocol_response response; local
7425 struct rep_protocol_response response; local
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypwhich.c374 struct ypbind_resp *response; local
414 response = ypbindproc_domain_3(&ypbd, client);
416 if (response == NULL) {
425 if (response->ypbind_status != YPBIND_SUCC_VAL) {
429 if (response->ypbind_resp_u.ypbind_bindinfo) {
431 response->ypbind_resp_u.ypbind_bindinfo->ypbind_servername;
437 response->ypbind_resp_u.ypbind_bindinfo->ypbind_nconf;
439 response->ypbind_resp_u.ypbind_bindinfo->ypbind_svcaddr;
497 dump_response(response);
558 struct old_ypbind_resp response; local
[all...]
H A Dyppoll.c83 "Ill-formed response returned from ypserv on host %s.\n";
339 struct ypbind_resp response; local
346 (void) memset((char *)&response, 0, sizeof (response));
351 (char *)&response, "netpath");
352 if (response.ypbind_status != YPBIND_SUCC_VAL) {
354 response.ypbind_status);
357 binding = response.ypbind_resp_u.ypbind_bindinfo;
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_drvintf.c29 * response to the RMC
55 rmc_comm_msg_t *request, rmc_comm_msg_t *response, uint32_t wait_time);
71 rmc_comm_msg_t *response, uint32_t wait_time)
84 err = rmc_comm_send_req_resp(rcs, request, response, wait_time);
133 * request/response pending sessions.
163 * clean up an eventual pending request/response session
266 * Function used to send a request and (eventually) wait for a response.
273 rmc_comm_msg_t *response, uint32_t wait_time)
305 exp_resp = &drr->response;
351 * initialization of the request/response dat
70 rmc_comm_request_response(rmc_comm_msg_t *request, rmc_comm_msg_t *response, uint32_t wait_time) argument
272 rmc_comm_send_req_resp(struct rmc_comm_state *rcs, rmc_comm_msg_t *request, rmc_comm_msg_t *response, uint32_t wait_time) argument
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c196 massage_response(papi_attribute_t **request, papi_attribute_t **response) argument
215 for (status = papiAttributeListGetCollection(response, &iter,
223 for (status = papiAttributeListGetCollection(response, &iter,
280 papi_to_ipp_printer_group(papi_attribute_t ***response, argument
293 (void) papiAttributeListAddCollection(response, flags,
299 papi_to_ipp_job_group(papi_attribute_t ***response, argument
306 (void) papiAttributeListAddCollection(response, flags,
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c541 char *response; local
577 response = getresponse(oldval);
580 if (response == NULL || *response == '\0')
590 if (*response == '/') {
598 if (strcmp(cp, response) == 0) {
599 if (*response != '/') {
601 free(response);
602 response = strdup(valid);
611 (void) fprintf(stderr, gettext(MSG_UNACCEPT), response);
1581 passwd_conv(int num_msg, struct pam_message **msg, struct pam_response **response, void *appdata_ptr) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c512 uucp_conv(num_msg, msg, response, appdata_ptr)
515 struct pam_response **response;
527 *response = (struct pam_response *)calloc(num_msg,
529 if (*response == NULL)
534 r = *response;
554 r = *response;
559 free(*response);
560 *response = NULL;
576 /* free the response */
577 r = *response;
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drecvauth.c64 krb5_octet response; local
111 response = 0;
114 response = 1;
117 response = 2;
123 response = 255;
132 * Now we actually write the response. If the response is non-zero,
135 if ((krb5_net_write(context, *((int *)fd), (char *)&response, 1)) < 0) {
H A Dsend_tgs.c38 Sends a request to the TGS and waits for a response.
49 The response is placed into *rep.
50 rep->response.data is set to point at allocated storage which should be
300 /* now send request & get response from KDC */
305 &rep->response, &use_master, tcp_only,
308 if (krb5_is_krb_error(&rep->response)) {
311 retval = decode_krb5_error(&rep->response, &err_reply);
317 free(rep->response.data);
318 rep->response.data = 0;
324 } else if (krb5_is_tgs_rep(&rep->response))
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c176 cgetattr(int fd, nvlist_t **response) argument
199 if (nvunpacker(nv_response, nv_responselen, response)) {
236 fgetattr(int basefd, xattr_view_t view, nvlist_t **response) argument
243 error = cgetattr(xattrfd, response);
265 getattrat(int basefd, xattr_view_t view, const char *name, nvlist_t **response) argument
279 error = cgetattr(xattrfd, response);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c122 sbbc_msg_t response, *resp = &response; local
252 sbbc_msg_t response, *resp = &response; local
303 sbbc_msg_t response, *resp = &response; local
397 sbbc_msg_t response, *resp = &response; local
496 sbbc_msg_t response, *resp = &response; local
577 sbbc_msg_t response, *resp = &response; local
631 sbbc_msg_t response, *resp = &response; local
735 sbbc_msg_t response, *resp = &response; local
808 sbbc_msg_t response, *resp = &response; local
885 sbbc_msg_t response, *resp = &response; local
910 sbbc_msg_t response, *resp = &response; local
939 sbbc_msg_t response, *resp = &response; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c109 int response; local
140 response = (*gr != '-') ? 1 : 0;
147 if ((response && *gr == '-') ||
148 (!response && *gr != '-'))
151 grl[n] = response ? gr : gr + 1;
177 return (belong ? response : 0);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c369 int response; local
437 response = 0;
440 response = 1;
462 return (response);
466 return (response);
502 return (response);
507 return (response);
513 return (response);
559 boolean_t response; local
593 response
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c181 krb5_data *response;
740 krb5_data *response;
744 response = NULL;
752 before getting the response packet. */
766 if ((retval = dispatch(&request, &faddr, &response))) {
770 cc = sendto(port_fd, response->data, (socklen_t) response->length, 0,
774 krb5_free_data(kdc_context, response);
783 if (cc != response->length) {
784 krb5_free_data(kdc_context, response);
180 krb5_data *response; member in struct:connection::__anon700::__anon703
736 krb5_data *response; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh82 nameref response="$1"
89 response.statuscode="$statuscode"
90 response.statusmsg="$statusmsg"
101 response.content_type="${i/~(El).*:[[:blank:]]*/}"
104 integer response.content_length="${i/~(El).*:[[:blank:]]*/}"
107 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
224 compound httpresponse # http response
255 # collect response and send it to stdout

Completed in 396 milliseconds

1234567