Searched refs:sai (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dvybrid-colibri-vf50.dts60 sai3: sai@40032000 {
H A Dvybrid.dtsi303 sai0: sai@4002F000 {
304 compatible = "fsl,mvf600-sai";
311 sai1: sai@40030000 {
312 compatible = "fsl,mvf600-sai";
319 sai2: sai@40031000 {
320 compatible = "fsl,mvf600-sai";
327 sai3: sai@40032000 {
328 compatible = "fsl,mvf600-sai";
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c455 struct sctp_adaptation_event *sai; local
461 if ((mp = allocb(sizeof (*sai), BPRI_MED)) == NULL) {
465 sai = (struct sctp_adaptation_event *)mp->b_rptr;
466 sai->sai_type = SCTP_ADAPTATION_INDICATION;
467 sai->sai_flags = 0;
468 sai->sai_length = sizeof (*sai);
469 sai->sai_assoc_id = 0;
473 sai->sai_adaptation_ind = sctp->sctp_rx_adaptation_code;
475 mp->b_wptr = (uchar_t *)(sai
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c692 ** sai -- where to store auth_info.
693 ** rpool -- resource pool for sai.
710 readauth(filename, safe, sai, rpool)
713 SASL_AI_T *sai;
800 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
801 if ((s = strchr((*sai)[lc], '\n')) != NULL)
829 ** sai -- pointer to authinfo (result).
833 ** be available, sai must be checked.
838 ** Fills in sai if successful.
842 getauth(mci, e, sai)
1014 SASL_AI_T *sai; local
1122 SASL_AI_T *sai; local
1271 SASL_AI_T *sai; local
1396 SASL_AI_T *sai; local
[all...]

Completed in 46 milliseconds