Home
last modified time | relevance | path

Searched refs:dev_makedev (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dmknod.c55 if (mknod(*toys.optargs, mode|modes[type], dev_makedev(major, minor))) in mknod_main()
/third_party/toybox/toys/other/
H A Dmakedevs.c104 } else if (mknod(ptr, mode, dev_makedev(major, minor + i*incr))) { in makedevs_main()
/third_party/toybox/toys/pending/
H A Dmdev.c243 if (mknod(toybuf, mode | type, dev_makedev(major, minor)) && in make_device()
/third_party/toybox/toys/posix/
H A Dcpio.c183 err = mknod(name, mode, dev_makedev(x8u(toybuf+78), x8u(toybuf+86))); in cpio_main()
H A Dtar.c654 TT.hdr.device = dev_makedev(maj, min); in unpack_tar()
/third_party/toybox/lib/
H A Dlib.h270 int dev_makedev(int major, int minor);
H A Dlib.c1250 int dev_makedev(int major, int minor) in dev_makedev() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h261 int dev_makedev(int major, int minor);

Completed in 7 milliseconds