tstat 158 compat/linux/linux_misc.c int error, *status, tstat, linux_options, options; tstat 191 compat/linux/linux_misc.c if ((error = copyin(status, &tstat, sizeof tstat))) tstat 194 compat/linux/linux_misc.c bsd_to_linux_wstat(&tstat); tstat 195 compat/linux/linux_misc.c return copyout(&tstat, SCARG(uap, status), sizeof tstat); tstat 314 dev/mii/dcphy.c int reg, anlpar, tstat = 0; tstat 328 dev/mii/dcphy.c tstat = CSR_READ_4(dc_sc, DC_10BTSTAT); tstat 329 dev/mii/dcphy.c if ((tstat & DC_TSTAT_ANEGSTAT) != DC_ASTAT_AUTONEGCMP) { tstat 331 dev/mii/dcphy.c (tstat & DC_TSTAT_ANEGSTAT) == DC_ASTAT_DISABLE) tstat 337 dev/mii/dcphy.c if (tstat & DC_TSTAT_LP_CAN_NWAY) { tstat 338 dev/mii/dcphy.c anlpar = tstat >> 16;