/src/sys/compat/linux/arch/i386/ |
linux_ptrace.c | 86 long st_space[20]; member in struct:linux_fpctx
|
/src/sys/compat/linux/arch/amd64/ |
linux_machdep.h | 54 u_int32_t st_space[32]; member in struct:linux__fpstate
|
/src/sys/dev/scsipi/ |
st.c | 350 static int st_space(struct st_softc *, int, u_int, int); 814 error = st_space(st, -1, SP_FILEMARKS, 0); 815 SC_DEBUG(st->sc_periph, SCSIPI_DB3, ("st_space(-1) error=%d\n", error)); 1233 * st_space will fill in the right file 1237 if (st_space(st, 0, SP_FILEMARKS, 0)) { 1530 error = st_space(st, number - nmarks, 1539 error = st_space(st, number, SP_BLKS, flags); 1557 error = st_space(st, 1, SP_EOM, flags); 1739 st_space(struct st_softc *st, int number, u_int what, int flags) function in typeref:typename:int 1754 * in st_space will fill in th [all...] |