Home
last modified time | relevance | path

Searched refs:posix (Results 1 - 25 of 65) sorted by relevance

123

/kernel/liteos_a/testsuites/kernel/sample/posix/
H A DMakefile7 -I $(LITEOSTOPDIR)/compat/posix/src \
9 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/mutex \
10 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/pthread
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
H A DMakefile8 -I $(LITEOSTOPDIR)/compat/posix/src \
9 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/pthread
/kernel/liteos_a/testsuites/kernel/
H A Dtest.mk157 TESTLIB_SUBDIRS += kernel/sample/posix
162 TESTLIB_SUBDIRS += kernel/sample/posix/mem
167 TESTLIB_SUBDIRS += kernel/sample/posix/mqueue
172 TESTLIB_SUBDIRS += kernel/sample/posix/mutex
177 TESTLIB_SUBDIRS += kernel/sample/posix/pthread
182 TESTLIB_SUBDIRS += kernel/sample/posix/sched
187 TESTLIB_SUBDIRS += kernel/sample/posix/sem
192 TESTLIB_SUBDIRS += kernel/sample/posix/swtmr
/kernel/liteos_a/compat/posix/
H A DMakefile36 LOCAL_INCLUDE := -I $(LITEOSTOPDIR)/compat/posix/src
/kernel/liteos_a/kernel/common/
H A DMakefile36 LOCAL_INCLUDE += -I $(LITEOSTOPDIR)/compat/posix/src \
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A DMakefile7 TEST_GEN_PROGS += fd-002-posix-eq
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/
H A DMakefile8 -I $(LITEOSTESTTOPDIR)/kernel/sample/posix/mutex
/kernel/linux/linux-5.10/include/linux/
H A Dposix-clock.h3 * posix-clock.h - support for dynamic clock devices
13 #include <linux/posix-timers.h>
21 * Every posix clock is represented by a character device. Drivers may
68 * struct posix_clock - represents a dynamic posix clock
/kernel/linux/linux-6.6/include/linux/
H A Dposix-clock.h3 * posix-clock.h - support for dynamic clock devices
13 #include <linux/posix-timers.h>
21 * Every posix clock is represented by a character device. Drivers may
68 * struct posix_clock - represents a dynamic posix clock
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A DMakefile8 TEST_GEN_PROGS += fd-002-posix-eq
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_private.h14 #include <linux/posix-clock.h>
/kernel/linux/linux-5.10/drivers/char/
H A Duv_mmtimer.c22 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_private.h14 #include <linux/posix-clock.h>
/kernel/linux/linux-6.6/drivers/char/
H A Duv_mmtimer.c22 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/kernel/time/
H A Dposix-stubs.c16 #include <linux/posix-timers.h>
H A Dposix-clock.c10 #include <linux/posix-clock.h>
15 #include "posix-timers.h"
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2proto.h148 struct create_posix_rsp *posix,
277 struct create_posix_rsp *posix);
H A Dsmb2pdu.c747 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf()
1961 struct create_posix_rsp *posix) in parse_posix_ctxt()
1968 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt()
1970 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt()
1971 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt()
1972 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt()
1977 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt()
1980 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt()
1985 cifs_dbg(VFS, "bad group sid in posix creat in parse_posix_ctxt()
1960 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, struct create_posix_rsp *posix) parse_posix_ctxt() argument
1995 smb2_parse_contexts(struct TCP_Server_Info *server, struct smb2_create_rsp *rsp, unsigned int *epoch, char *lease_key, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix) smb2_parse_contexts() argument
2838 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2proto.h132 struct create_posix_rsp *posix,
263 struct create_posix_rsp *posix);
H A Dsmb2pdu.c983 cifs_dbg(FYI, "mode on posix create 0%o\n", mode); in create_posix_buf()
2259 struct create_posix_rsp *posix) in parse_posix_ctxt()
2266 memset(posix, 0, sizeof(*posix)); in parse_posix_ctxt()
2268 posix->nlink = le32_to_cpu(*(__le32 *)(beg + 0)); in parse_posix_ctxt()
2269 posix->reparse_tag = le32_to_cpu(*(__le32 *)(beg + 4)); in parse_posix_ctxt()
2270 posix->mode = le32_to_cpu(*(__le32 *)(beg + 8)); in parse_posix_ctxt()
2275 cifs_dbg(VFS, "bad owner sid in posix create response\n"); in parse_posix_ctxt()
2278 memcpy(&posix->owner, sid, sid_len); in parse_posix_ctxt()
2283 cifs_dbg(VFS, "bad group sid in posix creat in parse_posix_ctxt()
2258 parse_posix_ctxt(struct create_context *cc, struct smb2_file_all_info *info, struct create_posix_rsp *posix) parse_posix_ctxt() argument
2292 smb2_parse_contexts(struct TCP_Server_Info *server, struct kvec *rsp_iov, unsigned int *epoch, char *lease_key, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix) smb2_parse_contexts() argument
3115 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) SMB2_open() argument
[all...]
/kernel/liteos_a/tools/build/mk/
H A Dlos_config.mk241 LIB_SUBDIRS += compat/posix
243 -I $(LITEOSTOPDIR)/compat/posix/include
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-stubs.c16 #include <linux/posix-timers.h>
H A Dposix-clock.c10 #include <linux/posix-clock.h>
15 #include "posix-timers.h"
/kernel/linux/linux-5.10/kernel/
H A Dcompat.c22 #include <linux/posix-timers.h>
/kernel/linux/linux-6.6/kernel/
H A Dcompat.c22 #include <linux/posix-timers.h>

Completed in 22 milliseconds

123