Home
last modified time | relevance | path

Searched defs:makedev (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/include/sys/
H A Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/rust/crates/rustix/src/fs/
H A Dmakedev.rs11 pub fn makedev(maj: u32, min: u32) -> Dev { in makedev() functions
H A Dmod.rs47 mod makedev; modules
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs31 mod makedev; modules
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h223 #define makedev(major, minor) ((dev_t)((((major) & 0xfff) << 8) | ((minor) & 0xff))) macro
/third_party/python/Lib/
H A Dtarfile.py2503 def makedev(self, tarinfo, targetpath): member in TarFile
/third_party/mksh/
H A Dsh.h498 #define makedev mkdev macro
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5039 pub fn makedev(major: i32, minor: i32) -> dev_t { in makedev() functions

Completed in 26 milliseconds