Searched refs:oflags (Results 1 - 24 of 24) sorted by relevance

/external/iproute2/ip/
H A Dlink_gre.c63 __u16 oflags = 0; local
123 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]);
163 oflags |= GRE_KEY;
195 oflags |= GRE_KEY;
208 oflags |= GRE_SEQ;
212 oflags |= GRE_SEQ;
215 oflags |= GRE_CSUM;
219 oflags |= GRE_CSUM;
311 oflags |= GRE_KEY;
321 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags,
347 unsigned oflags = 0; local
[all...]
H A Dlink_gre6.c73 __u16 oflags = 0; local
129 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]);
159 oflags |= GRE_KEY;
191 oflags |= GRE_KEY;
204 oflags |= GRE_SEQ;
208 oflags |= GRE_SEQ;
211 oflags |= GRE_CSUM;
215 oflags |= GRE_CSUM;
285 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2);
305 unsigned oflags local
[all...]
/external/ltp/lib/
H A Dwrite_log.c115 int omask, oflags; local
126 oflags = O_WRONLY | O_APPEND | O_CREAT | trunc;
127 wfile->w_afd = open(wfile->w_file, oflags, mode);
133 wfile->w_file, oflags, mode, strerror(errno));
141 oflags = O_RDWR;
142 if ((wfile->w_rfd = open(wfile->w_file, oflags)) == -1) {
145 wfile->w_file, oflags, strerror(errno));
H A Dsafe_macros.c205 const char *pathname, int oflags, ...)
211 va_start(ap, oflags);
215 rval = open(pathname, oflags, mode);
219 file, lineno, pathname, oflags, mode);
204 safe_open(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname, int oflags, ...) argument
/external/libnl/lib/route/link/
H A Dipgre.c51 uint16_t oflags; member in struct:ipgre_info
116 ipgre->oflags = nla_get_u16(tb[IFLA_GRE_OFLAGS]);
177 NLA_PUT_U16(msg, IFLA_GRE_OFLAGS, ipgre->oflags);
240 nl_dump(p, " oflags ");
241 nl_dump_line(p, "%x\n", ipgre->oflags);
448 * Set IPGRE tunnel set oflags
450 * @arg iflags gre oflags
454 int rtnl_link_ipgre_set_oflags(struct rtnl_link *link, uint16_t oflags) argument
460 ipgre->oflags = oflags;
[all...]
/external/libnl/include/netlink/route/link/
H A Dipgre.h31 extern int rtnl_link_ipgre_set_oflags(struct rtnl_link *link, uint16_t oflags);
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c318 char *format_oflags(int oflags);
416 int alloc_fd(char *file, int oflags);
417 struct fd_cache *alloc_fdcache(char *file, int oflags);
1184 char *format_oflags(int oflags) argument
1189 switch (oflags & 03) {
1204 if (oflags & O_EXCL)
1207 if (oflags & O_SYNC)
1210 if (oflags & O_RAW)
1212 if (oflags & O_WELLFORMED)
1215 if (oflags
1406 int fd, offset, nbytes, oflags, rval; local
1601 int fd, nbytes, oflags, signo; local
2082 int fd, oflags, signo, nb, i; local
3058 int fd, offset, nbytes, nstrides, nents, oflags; local
3498 int fd, oflags, offset, nbytes; local
3602 int fd, oflags; local
4258 alloc_fd(char *file, int oflags) argument
4270 alloc_fdcache(char *file, int oflags) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp129 // Now check if oflags has O_CREAT set.
137 NonLoc oflags = V.castAs<NonLoc>(); local
141 oflags, ocreateFlag,
/external/ltp/include/old/
H A Dsafe_macros.h59 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \
60 safe_open(__FILE__, __LINE__, (cleanup_fn), (pathname), (oflags), \
/external/ltp/include/
H A Dtst_safe_macros.h74 #define SAFE_OPEN(pathname, oflags, ...) \
75 safe_open(__FILE__, __LINE__, NULL, (pathname), (oflags), \
H A Dsafe_macros_fn.h65 void (*cleanup_fn)(void), const char *pathname, int oflags, ...);
/external/blktrace/btreplay/
H A Dbtreplay.c1320 int oflags; local
1327 oflags = O_NOATIME;
1329 oflags = 0;
1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags);
/external/mksh/src/
H A Dshf.c49 shf_open(const char *name, int oflags, int mode, int sflags) argument
65 fd = binopen3(name, oflags, mode);
86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD :
87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR);
/external/syslinux/core/fs/xfs/
H A Dxfs_fs.h342 uint32_t oflags; /* open flags */ member in struct:xfs_fsop_handlereq
/external/syslinux/extlinux/
H A Dxfs_fs.h342 uint32_t oflags; /* open flags */ member in struct:xfs_fsop_handlereq
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c599 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local
611 oflags |= VKI_O_LARGEFILE;
614 sres = VG_(open)(buf, oflags, VKI_S_IRUSR|VKI_S_IWUSR);
H A Dcoredump-solaris.c885 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; local
896 oflags |= VKI_O_LARGEFILE;
899 SysRes sres = VG_(open)(filename, oflags,
/external/dhcpcd-6.8.2/
H A Dif-bsd.c1454 unsigned int oflags; local
1463 oflags = nd.ndi.flags;
1468 if (oflags == nd.ndi.flags)
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c1491 int oflags = O_RDWR | O_NONBLOCK; local
1496 if ((sg_fd = open(file_name, oflags)) < 0) {
2738 int oflags = O_RDONLY | O_NONBLOCK; local
2752 oflags = O_RDWR | O_NONBLOCK;
2753 if ((sg_fd = open(file_name, oflags)) < 0) {
3674 int oflags = O_RDONLY | O_NONBLOCK; local
3690 if ((sg_fd = open(file_name, oflags)) < 0) {
4436 int oflags = O_RDWR; local
4442 if ((sg_fd = open(file_name, oflags)) < 0) {
/external/regex-re2/re2/
H A Dparse.cc417 Regexp::ParseFlags oflags = flags_; local
420 flags_ = oflags;
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_verbs.h299 __u32 oflags; member in struct:ib_uverbs_open_xrcd
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c821 Int actual_fd, oflags; local
985 oflags = VKI_O_RDONLY;
987 oflags |= VKI_O_LARGEFILE;
991 SysRes fd = VG_(open)( filename, oflags, 0 );
/external/sqlite/dist/orig/
H A Dsqlite3.c173141 int oflags = flags; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c173153 int oflags = flags; local
[all...]

Completed in 2187 milliseconds