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

/freebsd-11-stable/sys/opencrypto/
H A Dcryptosoft.c709 struct swcr_data **swd; local
735 swd = malloc(swcr_sesnum * sizeof(struct swcr_data *),
737 if (swd == NULL) {
749 bcopy(swcr_sessions, swd,
754 swcr_sessions = swd;
758 swd = &swcr_sessions[i];
762 *swd = malloc(sizeof(struct swcr_data),
764 if (*swd == NULL) {
800 (*swd)->sw_exf = txf;
810 error = txf->setkey(&((*swd)
986 struct swcr_data *swd; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c87 unsigned short int swd; member in struct:__anon1238
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_ptrace.c164 l_long swd; member in struct:linux_pt_fpreg
177 linux_r->swd = bsd_r->fpr_env[1];
190 bsd_r->fpr_env[1] = linux_r->swd;
201 l_ushort swd; member in struct:linux_pt_fpxreg
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c126 struct stat swd, shp; local
129 swd_ok = stat(short2str(tcp), &swd) == 0;
134 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
135 swd.st_ino == shp.st_ino)
145 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
146 swd.st_ino == shp.st_ino) {
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h196 u_int16_t swd; member in struct:l_fpstate

Completed in 73 milliseconds