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

/freebsd-12-stable/contrib/sendmail/src/
H A Dusersmtp.c717 ** sai -- where to store auth_info.
718 ** rpool -- resource pool for sai.
735 readauth(filename, safe, sai, rpool)
738 SASL_AI_T *sai;
823 (*sai)[lc] = sm_rpool_strdup_x(rpool, buf);
824 if ((s = strchr((*sai)[lc], '\n')) != NULL)
852 ** sai -- pointer to authinfo (result).
856 ** be available, sai must be checked.
861 ** Fills in sai if successful.
865 getauth(mci, e, sai)
1037 SASL_AI_T *sai; local
1145 SASL_AI_T *sai; local
1294 SASL_AI_T *sai; local
1421 SASL_AI_T *sai; local
[all...]
/freebsd-12-stable/lib/libfetch/
H A Dcommon.c345 struct addrinfo *cais = NULL, *sais = NULL, *cai, *sai; local
368 for (err = 0, sai = sais; sai != NULL; sai = sai->ai_next) {
370 if ((sd = socket(sai->ai_family, SOCK_STREAM, 0)) < 0)
374 if (cai->ai_family != sai->ai_family)
385 if ((err = connect(sd, sai->ai_addr, sai->ai_addrlen)) == 0)
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c110 static MALLOC_DEFINE(M_SAI, "sai", "sai audio");
596 if (!ofw_bus_is_compatible(dev, "fsl,mvf600-sai"))
699 sc->lock = snd_mtxcreate(device_get_nameunit(dev), "sai softc");
803 DRIVER_MODULE(sai, simplebus, sai_pcm_driver, pcm_devclass, 0, 0);
804 MODULE_DEPEND(sai, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
805 MODULE_VERSION(sai, 1);
/freebsd-12-stable/sys/netinet/
H A Dsctputil.c3604 struct sctp_adaptation_event *sai; local
3618 sai = mtod(m_notify, struct sctp_adaptation_event *);
3619 memset(sai, 0, sizeof(struct sctp_adaptation_event));
3620 sai->sai_type = SCTP_ADAPTATION_INDICATION;
3621 sai->sai_flags = 0;
3622 sai->sai_length = sizeof(struct sctp_adaptation_event);
3623 sai->sai_adaptation_ind = stcb->asoc.peers_adaptation;
3624 sai->sai_assoc_id = sctp_get_associd(stcb);
/freebsd-12-stable/sys/kern/
H A Dkern_jail.c2842 struct sockaddr_in *sai; local
2862 sai = (struct sockaddr_in *)sa;
2863 error = prison_check_ip4(cred, &sai->sin_addr);

Completed in 279 milliseconds