Home
last modified time | relevance | path

Searched refs:respbuf (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/su/
H A Dsu.c1106 char respbuf[PAM_MAX_RESP_SIZE]; in su_conv() local
1142 (void) fgets(respbuf, sizeof (respbuf), stdin); in su_conv()
1143 temp = strchr(respbuf, '\n'); in su_conv()
1147 r->resp = strdup(respbuf); in su_conv()
1193 char respbuf[PAM_MAX_RESP_SIZE]; in emb_su_conv() local
1248 (void) fgets(respbuf, sizeof (respbuf), stdin); in emb_su_conv()
1250 temp = strchr(respbuf, '\n'); in emb_su_conv()
1254 r->resp = strdup(respbuf); in emb_su_conv()
/illumos-gate/usr/src/common/ccid/
H A Datr.c1122 atr_pps_valid(void *reqbuf, size_t reqlen, void *respbuf, size_t resplen) in atr_pps_valid() argument
1125 uint8_t *req = reqbuf, *resp = respbuf; in atr_pps_valid()
1271 atr_pps_fidi_accepted(void *respbuf, size_t len) in atr_pps_fidi_accepted() argument
1273 uint8_t *resp = respbuf; in atr_pps_fidi_accepted()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c119 la_wwn_t *pwwn, void *scmdbuf, size_t scmdbuf_len, void *respbuf,
847 void *respbuf, in init_fcp_scsi_cmd() argument
860 fscsi->scsi_bufaddr = (caddr_t)respbuf; in init_fcp_scsi_cmd()