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

/freebsd-13-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-13-stable/contrib/tcsh/
H A Dsh.dir.c127 struct stat swd, shp; local
130 swd_ok = stat(short2str(tcp), &swd) == 0;
135 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
136 swd.st_ino == shp.st_ino)
146 DEV_DEV_COMPARE(swd.st_dev, shp.st_dev) &&
147 swd.st_ino == shp.st_ino) {
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux.h187 u_int16_t swd; member in struct:l_fpstate

Completed in 108 milliseconds