Home
last modified time | relevance | path

Searched defs:size (Results 1 – 8 of 8) sorted by relevance

/xv6-public/
H A Dstat.h10 uint size; // Size of file in bytes member
H A Dfs.h15 uint size; // Size of file system image (blocks) member
34 uint size; // Size of file (bytes) member
H A Dumalloc.c14 uint size; member
H A Dsyscall.c59 argptr(int n, char **pp, int size) in argptr()
H A Dx86.h63 lgdt(struct segdesc *p, int size) in lgdt()
77 lidt(struct gatedesc *p, int size) in lidt()
H A Dfile.h24 uint size; member
H A Dlog.c42 int size; member
H A Dvm.c61 mappages(pde_t *pgdir, void *va, uint size, uint pa, int perm) in mappages()