| /src/lib/libc/compat/sys/ |
| compat___stat13.c | 66 static void cvtstat(struct stat13 *, const struct stat *); 69 cvtstat(struct stat13 *ost, const struct stat *st) function 102 cvtstat(ost, &nst); 114 cvtstat(ost, &nst); 126 cvtstat(ost, &nst); 138 cvtstat(ost, &nst);
|
| compat___stat30.c | 67 static void cvtstat(struct stat30 *, const struct stat *); 70 cvtstat(struct stat30 *ost, const struct stat *st) function 99 cvtstat(ost, &nst); 111 cvtstat(ost, &nst); 123 cvtstat(ost, &nst); 135 cvtstat(ost, &nst);
|
| compat_stat.c | 55 static void cvtstat(const struct stat *, struct stat12 *); 62 cvtstat(const struct stat *st, struct stat12 *ost) function 96 cvtstat(&nst, ost); 108 cvtstat(&nst, ost); 120 cvtstat(&nst, ost);
|
| /src/sys/compat/common/ |
| vfs_syscalls_50.c | 90 cvtstat(struct stat30 *ost, const struct stat *st) function 132 cvtstat(&osb, &sb); 155 cvtstat(&osb, &sb); 177 cvtstat(&osb, &sb); 197 cvtstat(&osb, &sb);
|
| vfs_syscalls_30.c | 83 cvtstat(struct stat13 *ost, const struct stat *st) function 125 cvtstat(&osb, &sb); 149 cvtstat(&osb, &sb); 169 cvtstat(&osb, &sb); 192 cvtstat(&osb, &sb); 417 cvtstat(&osb, &sb);
|
| vfs_syscalls_43.c | 120 cvtstat(struct stat43 *ost, const struct stat *st) function 163 cvtstat(&osb, &sb); 191 cvtstat(&osb, &sb); 214 cvtstat(&osb, &sb);
|