Home
last modified time | relevance | path

Searched refs:respbuf (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/su/
H A Dsu.c1093 char respbuf[PAM_MAX_RESP_SIZE]; in su_conv() local
1129 (void) fgets(respbuf, sizeof (respbuf), stdin); in su_conv()
1130 temp = strchr(respbuf, '\n'); in su_conv()
1134 r->resp = strdup(respbuf); in su_conv()
1180 char respbuf[PAM_MAX_RESP_SIZE]; in emb_su_conv() local
1235 (void) fgets(respbuf, sizeof (respbuf), stdin); in emb_su_conv()
1237 temp = strchr(respbuf, '\n'); in emb_su_conv()
1241 r->resp = strdup(respbuf); in emb_su_conv()
/titanic_44/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()