Home
last modified time | relevance | path

Searched refs:stfp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.h294 struct gl_program *stfp,
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c2852 struct nfs_statfs_ctx *stfp = NULL; in vfs_nfs_statfs() local
2897 stfp = (struct nfs_statfs_ctx *)&sfp->fsstat.sf_tbytes; in vfs_nfs_statfs()
2901 stfp = (struct nfs_statfs_ctx *)&sfp->fsstat.obj_attributes; in vfs_nfs_statfs()
2905 tquad = fxdr_hyper(&stfp->sf_tbytes); /*lint !e571*/ in vfs_nfs_statfs()
2907 tquad = fxdr_hyper(&stfp->sf_fbytes); /*lint !e571*/ in vfs_nfs_statfs()
2909 tquad = fxdr_hyper(&stfp->sf_abytes); /*lint !e571*/ in vfs_nfs_statfs()
2911 tquad = fxdr_hyper(&stfp->sf_tfiles); /*lint !e571*/ in vfs_nfs_statfs()
2913 tquad = fxdr_hyper(&stfp->sf_ffiles); /*lint !e571*/ in vfs_nfs_statfs()