Home | Sort by: relevance | last modified time | path |
/src/sys/arch/zaurus/stand/zbsdmod/ | |
compat_linux.h | 34 typedef long loff_t; typedef in typeref:typename:long 39 ssize_t (*read) (struct file *, char *, size_t, loff_t *); 40 ssize_t (*write) (struct file *, const char *, size_t, loff_t *); |
/src/sys/external/bsd/common/include/linux/ | |
types.h | 91 typedef off_t loff_t; typedef in typeref:typename:off_t |