Home
last modified time | relevance | path

Searched defs:creat (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h248 # define creat creat64 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h248 # define creat creat64 macro
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h528 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup()
/OK3568_Linux_fs/kernel/fs/
H A Dopen.c1301 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c736 struct net_device *dev, int creat) in pneigh_lookup()