Home
last modified time | relevance | path

Searched refs:nresp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-pam.c351 unsigned int nresp = 0, rlen = 0, i = 0; in input_userauth_info_response_pam() local
365 nresp = packet_get_int(); /* Number of responses. */ in input_userauth_info_response_pam()
366 debug("got %d responses", nresp); in input_userauth_info_response_pam()
370 if (nresp != conv_ctxt->num_expected) in input_userauth_info_response_pam()
373 conv_ctxt->num_expected, nresp); in input_userauth_info_response_pam()
376 if (nresp > 100) in input_userauth_info_response_pam()
379 for (i = 0; i < nresp && i < conv_ctxt->num_expected ; i++) { in input_userauth_info_response_pam()
397 if (nresp < conv_ctxt->num_expected) in input_userauth_info_response_pam()
399 nresp, conv_ctxt->num_expected); in input_userauth_info_response_pam()
402 if (nresp > conv_ctxt->num_expected) in input_userauth_info_response_pam()
H A Dauth2-chall.c268 u_int nresp; in input_userauth_info_response() local
279 nresp = packet_get_int(); in input_userauth_info_response()
280 if (nresp != kbdintctxt->nreq) in input_userauth_info_response()
282 if (nresp > 100) in input_userauth_info_response()
284 if (nresp > 0) { in input_userauth_info_response()
285 response = xmalloc(nresp * sizeof(char *)); in input_userauth_info_response()
286 for (i = 0; i < nresp; i++) in input_userauth_info_response()
293 nresp, response); in input_userauth_info_response()
298 for (i = 0; i < nresp; i++) { in input_userauth_info_response()
/titanic_50/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1182 struct fc_resource *resp, *nresp; in opl_fc_ops_free_handle() local
1194 for (resp = rp->head; resp != NULL; resp = nresp) { in opl_fc_ops_free_handle()
1195 nresp = resp->next; in opl_fc_ops_free_handle()