Searched refs:vst_blksize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvstat.h73 u_int32_t vst_blksize; /* optimal blocksize for I/O */ member in struct:vstat
H A Dproc_info.h315 int32_t vst_blksize; /* [XSI] optimal blocksize for I/O */ member in struct:vinfo_stat
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddlsof.h63 #define vst_blksize st_blksize macro
H A Ddfile.c428 Lf->sz = (SZOFFTYPE)pi->pipeinfo.pipe_stat.vst_blksize;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c1558 ub->vst_blksize = pipe_size;
1560 if (ub->vst_blksize != 0)
1561 ub->vst_blocks = (ub->vst_size + ub->vst_blksize - 1) / ub->vst_blksize;
H A Dkern_event.c3499 st->vst_blksize = sizeof(struct kevent64_s);
3501 st->vst_blksize = sizeof(struct kevent);
H A Dproc_info.c2388 vsbp->vst_blksize = sbp->st_blksize;

Completed in 187 milliseconds