Home
last modified time | relevance | path

Searched refs:dev_t (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dstat.h49 typedef __dev_t dev_t; /* device number or struct cdev */ typedef
97 dev_t st_dev;
106 dev_t st_rdev;
301 int mknod (const char *__path, mode_t __mode, dev_t __dev );
309 int mknodat (int, const char *, mode_t, dev_t);
Dtypes.h182 typedef __dev_t dev_t; /* device number or struct cdev */ typedef
/picolibc-latest/newlib/libc/posix/
Dnftw.c40 dev_t dev;
/picolibc-latest/newlib/
DChangeLog-20159572 typedef dev_t, gid_t, and uid_t.
9573 * libc/include/sys/_types.h: Move previous dev_t, uid_t and gid_t
11943 syscall to pass a dev_t as third argument rather than
11944 a pointer to dev_t.
17954 * libc/include/sys/types.h: Don't define dev_t when compiling for
20141 things cleaner. RTEMS uses 64-bit dev_t.
21140 * libc/sys/rtems/sys/types.h: Added dev_t.