Searched refs:sad (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c423 hd.sad = 0;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddoterror.exp3 and now: sad
8 .ERROR: Looks like 'sad' is upset.
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c606 uint8_t *sad; local
647 sad = &w->eld[20 + mnl + i * 3];
648 fmt = (sad[0] >> 3) & 0x0f;
650 fmt = (sad[2] >> 3) & 0x1f;
658 w->nid, HDA_HDMI_CODING_TYPES[fmt], (sad[0] & 0x07) + 1,
659 sad[1], "\020\007192\006176\00596\00488\00348\00244\00132");
663 sad[2] & 0x07, "\020\00324\00220\00116");
672 printf(" max_bitrate=%d", sad[2] * 8000);
675 printf(" profile=%d", sad[2] & 0x07);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c4026 struct sockaddr_in *sad; local
4108 sad = (struct sockaddr_in *)sa;
4109 if (inet_pton(af, addr, &sad->sin_addr) == 1) {
4110 sad->sin_len = sizeof(*sad);
4111 sad->sin_family = AF_INET;
4112 sad->sin_port = htons(portv);
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5214 struct sockaddr_in *msad, *sad, *ssd; local
5263 sad = malloc(sizeof(*sad), M_SONAME, M_WAITOK | M_ZERO);
5264 sad->sin_len = sizeof(*sad);
5265 sad->sin_family = AF_INET;
5266 sad->sin_port = ssd->sin_port;
5267 sad->sin_addr.s_addr = ssd->sin_addr.s_addr;
5269 nrp->nr_nam = (struct sockaddr *)sad;

Completed in 203 milliseconds