Searched refs:vst_size (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h268 off_t vst_size; /* [XSI] file size, in bytes */ member in struct:vinfo_stat
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c1559 ub->vst_size = pipe_count;
1561 ub->vst_blocks = (ub->vst_size + ub->vst_blksize - 1) / ub->vst_blksize;
H A Dposix_sem.c1139 sb->vst_size = pinfo->psem_usecount;
H A Dposix_shm.c1262 sb->vst_size = pinfo->pshm_length;
H A Dkern_event.c2994 st->vst_size = kq->kq_count;
H A Dproc_info.c2082 vsbp->vst_size = sbp->st_size;

Completed in 39 milliseconds