/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.c | 256 rpctls_checkhost(struct sockaddr *sad, X509 *cert, unsigned int wildcard) in rpctls_checkhost() argument 261 if (getnameinfo((const struct sockaddr *)sad, in rpctls_checkhost() 262 sad->sa_len, hostnam, sizeof(hostnam), in rpctls_checkhost() 276 rpctls_gethost(int s, struct sockaddr *sad, char *hostip, size_t hostlen) in rpctls_gethost() argument 282 if (getpeername(s, sad, &slen) < 0) in rpctls_gethost() 285 if (getnameinfo((const struct sockaddr *)sad, in rpctls_gethost() 286 sad->sa_len, hostip, hostlen, in rpctls_gethost()
|
H A D | rpc.tlscommon.h | 31 int rpctls_gethost(int s, struct sockaddr *sad, 33 int rpctls_checkhost(struct sockaddr *sad, X509 *cert,
|
H A D | rpc.tlsservd.c | 768 struct sockaddr *sad; in rpctls_server() local 777 sad = (struct sockaddr *)&ad; in rpctls_server() 797 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam)); in rpctls_server() 812 gethostret = rpctls_gethost(s, sad, hostnam, in rpctls_server() 849 ret = rpctls_checkhost(sad, in rpctls_server()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | doterror.mk | 13 all: happy sad 18 sad:
|
H A D | doterror.exp | 3 and now: sad
|
/freebsd/usr.sbin/rpc.tlsclntd/ |
H A D | rpc.tlsclntd.c | 609 struct sockaddr *sad; in rpctls_connect() local 617 sad = (struct sockaddr *)&ad; in rpctls_connect() 691 gethostret = rpctls_gethost(s, sad, hostnam, sizeof(hostnam)); in rpctls_connect() 697 rpctls_checkhost(sad, cert, X509_CHECK_FLAG_NO_WILDCARDS) != 1)) in rpctls_connect()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | krb5.asn1 | 670 use-sad-as-key(0), 671 send-encrypted-sad(1), 672 must-pk-encrypt-sad(2) 683 sam-pk-for-sad[7] EncryptionKey OPTIONAL, 699 sam-enc-nonce-or-sad[3] EncryptedData, -- PA-ENC-SAM-RESPONSE-ENC 706 sam-sad[1] GeneralString OPTIONAL,
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | datapath.h | 463 * @sad: SAD (single antenna diversity) options, &struct iwl_sad_properties 470 struct iwl_sad_properties sad; 458 struct iwl_sad_properties sad; global() member
|
/freebsd/share/misc/ |
H A D | iso639 | 404 sad sad Sandawe
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 606 uint8_t *sad; in hdaa_eld_dump() local 646 sad = &w->eld[20 + mnl + i * 3]; in hdaa_eld_dump() 647 fmt = (sad[0] >> 3) & 0x0f; in hdaa_eld_dump() 649 fmt = (sad[2] >> 3) & 0x1f; in hdaa_eld_dump() 657 w->nid, HDA_HDMI_CODING_TYPES[fmt], (sad[0] & 0x07) + 1, in hdaa_eld_dump() 658 sad[1], "\020\007192\006176\00596\00488\00348\00244\00132"); in hdaa_eld_dump() 662 sad[2] & 0x07, "\020\00324\00220\00116"); in hdaa_eld_dump() 671 printf(" max_bitrate=%d", sad[2] * 8000); in hdaa_eld_dump() 674 printf(" profile=%d", sad[2] & 0x07); in hdaa_eld_dump()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 5112 struct sockaddr *sad; in nfsrv_dsgetsockmnt() local 5145 sad = (struct sockaddr *)&pf->dsf_sin; in nfsrv_dsgetsockmnt() 5146 if (nfsaddr2_match(sad, curnmp->nm_nam)) { in nfsrv_dsgetsockmnt() 5163 sad = (struct sockaddr *)&pf->dsf_sin; in nfsrv_dsgetsockmnt() 5170 nfsaddr2_match(sad, newnmp->nm_nam)) in nfsrv_dsgetsockmnt() 5174 sad->sa_family == AF_INET && in nfsrv_dsgetsockmnt() 5190 if (nfsaddr2_match(sad, nmp->nm_nam)) { in nfsrv_dsgetsockmnt()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 6092 struct sockaddr_in *msad, *sad; in nfsrpc_fillsa() local 6139 sad = malloc(sizeof(*sad), M_SONAME, M_WAITOK | M_ZERO); in nfsrpc_fillsa() 6140 sad->sin_len = sizeof(*sad); in nfsrpc_fillsa() 6141 sad->sin_family = AF_INET; in nfsrpc_fillsa() 6142 sad->sin_port = sin->sin_port; in nfsrpc_fillsa() 6143 sad->sin_addr.s_addr = sin->sin_addr.s_addr; in nfsrpc_fillsa() 6152 inet_ntoa_r(sad->sin_addr, in nfsrpc_fillsa() 6165 nrp->nr_nam = (struct sockaddr *)sad; in nfsrpc_fillsa()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 885 def INT_NVVM_SAD_S : F_MATH_3<"sad.s16 \t$dst, $src0, $src1, $src2;", 887 def INT_NVVM_SAD_US : F_MATH_3<"sad.u16 \t$dst, $src0, $src1, $src2;", 889 def INT_NVVM_SAD_I : F_MATH_3<"sad.s32 \t$dst, $src0, $src1, $src2;", 891 def INT_NVVM_SAD_UI : F_MATH_3<"sad.u32 \t$dst, $src0, $src1, $src2;", 893 def INT_NVVM_SAD_LL : F_MATH_3<"sad.s64 \t$dst, $src0, $src1, $src2;", 895 def INT_NVVM_SAD_ULL : F_MATH_3<"sad.u64 \t$dst, $src0, $src1, $src2;",
|
/freebsd/share/dict/ |
H A D | web2a | 24958 glad-sad 45246 quasi-sad 48862 sad-a-vised 48863 sad cake 48864 sad-colored 48954 sad-eyed 48955 sad-faced 48957 sad-looking 48958 sad-natured 48959 sad-paced [all …]
|
H A D | web2 | 172458 sad
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 694 * spnego/spnego.asn1: Its very sad, but NegHints its are not part
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 1179 And Joseph came in unto them in the morning, and looked upon them, and, behold, they were sad. 7231 …nd grace in thy sight. So the woman went her way, and did eat, and her countenance was no more sad. 9457 But Jezebel his wife came to him, and said unto him, Why is thy spirit so sad, that thou eatest no … 12309 …d I took up the wine, and gave it unto the king. Now I had not been beforetime sad in his presence. 12310 Wherefore the king said unto me, Why is thy countenance sad, seeing thou art not sick? this is noth… 12311 And said unto the king, Let the king live for ever: why should not my countenance be sad, when the … 20731 Because with lies ye have made the heart of the righteous sad, whom I have not made sad; and streng… 23299 Moreover when ye fast, be not, as the hypocrites, of a sad countenance: for they disfigure their fa… 24611 And he was sad at that saying, and went away grieved: for he had great possessions. 26009 …them, What manner of communications are these that ye have one to another, as ye walk, and are sad?
|