Searched refs:oflag (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1358 #define __sanitizer_syscall_pre_mq_open(name, oflag, mode, attr) \
1359 __sanitizer_syscall_pre_impl_mq_open((long)(name), (long)(oflag), \
1361 #define __sanitizer_syscall_post_mq_open(res, name, oflag, mode, attr) \
1362 __sanitizer_syscall_post_impl_mq_open(res, (long)(name), (long)(oflag), \
2766 void __sanitizer_syscall_pre_impl_mq_open(long name, long oflag, long mode,
2768 void __sanitizer_syscall_post_impl_mq_open(long res, long name, long oflag,
/freebsd-11.0-release/sbin/newfs_msdos/
H A Dmkfs_msdos.c777 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dcmd.c1341 int ibv_cmd_open_xrc_domain(struct ibv_context *context, int fd, int oflag, argument
1353 cmd.oflags = oflag;
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c1926 iarg[1] = p->oflag; /* int */
H A Dlinux_proto.h881 char oflag_l_[PADL_(int)]; int oflag; char oflag_r_[PADR_(int)]; member in struct:linux_mq_open_args
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h340 char oflag_l_[PADL_(int)]; int oflag; char oflag_r_[PADR_(int)]; member in struct:freebsd32_ksem_open_args
H A Dfreebsd32_systrace_args.c2041 iarg[2] = p->oflag; /* int */
/freebsd-11.0-release/sys/kern/
H A Dsystrace_args.c2153 iarg[2] = p->oflag; /* int */
/freebsd-11.0-release/sys/sys/
H A Dsysproto.h1143 char oflag_l_[PADL_(int)]; int oflag; char oflag_r_[PADR_(int)]; member in struct:ksem_open_args

Completed in 167 milliseconds

123