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

/freebsd-9.3-release/sys/opencrypto/
H A Dcryptosoft.c663 struct swcr_data **swd; local
687 swd = malloc(swcr_sesnum * sizeof(struct swcr_data *),
689 if (swd == NULL) {
700 bcopy(swcr_sessions, swd,
705 swcr_sessions = swd;
708 swd = &swcr_sessions[i];
712 *swd = malloc(sizeof(struct swcr_data),
714 if (*swd == NULL) {
749 error = txf->setkey(&((*swd)->sw_kschedule),
756 (*swd)
875 struct swcr_data *swd; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dcrtfastmath.c87 unsigned short int swd; member in struct:__anon1077
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_ptrace.c168 l_long swd; member in struct:linux_pt_fpreg
181 linux_r->swd = bsd_r->fpr_env[1];
194 bsd_r->fpr_env[1] = linux_r->swd;
205 l_ushort swd; member in struct:linux_pt_fpxreg
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c129 struct stat swd, shp; local
132 swd_ok = stat(short2str(tcp), &swd) == 0;
137 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
138 swd.st_ino == shp.st_ino)
148 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
149 swd.st_ino == shp.st_ino) {

Completed in 174 milliseconds