Searched refs:dev_makedev (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/toys/lsb/ |
D | mknod.c | 55 if (mknod(*toys.optargs, mode|modes[type], dev_makedev(major, minor))) in mknod_main()
|
/third_party/toybox/toys/other/ |
D | makedevs.c | 104 } else if (mknod(ptr, mode, dev_makedev(major, minor + i*incr))) {
|
/third_party/toybox/toys/pending/ |
D | mdev.c | 243 if (mknod(toybuf, mode | type, dev_makedev(major, minor)) && in make_device()
|
/third_party/toybox/toys/posix/ |
D | cpio.c | 183 err = mknod(name, mode, dev_makedev(x8u(toybuf+78), x8u(toybuf+86))); in cpio_main()
|
D | tar.c | 654 TT.hdr.device = dev_makedev(maj, min); in unpack_tar()
|
/third_party/toybox/lib/ |
D | lib.h | 269 int dev_makedev(int major, int minor);
|
D | lib.c | 1230 int dev_makedev(int major, int minor) in dev_makedev() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 261 int dev_makedev(int major, int minor);
|