/src/lib/libc/compat/sys/ |
compat___stat13.c | 70 static void cvtstat(struct stat13 *, const struct stat *); 73 cvtstat(struct stat13 *ost, const struct stat *st) function in typeref:typename:void 106 cvtstat(ost, &nst); 118 cvtstat(ost, &nst); 130 cvtstat(ost, &nst); 142 cvtstat(ost, &nst);
|
compat___stat30.c | 71 static void cvtstat(struct stat30 *, const struct stat *); 74 cvtstat(struct stat30 *ost, const struct stat *st) function in typeref:typename:void 103 cvtstat(ost, &nst); 115 cvtstat(ost, &nst); 127 cvtstat(ost, &nst); 139 cvtstat(ost, &nst);
|
/src/sys/compat/common/ |
vfs_syscalls_50.c | 90 cvtstat(struct stat30 *ost, const struct stat *st) function in typeref:typename:void 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 in typeref:typename:void 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 in typeref:typename:void 163 cvtstat(&osb, &sb); 191 cvtstat(&osb, &sb); 214 cvtstat(&osb, &sb);
|