Searched refs:oflags (Results 1 - 25 of 98) sorted by last modified time

1234

/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp313 dev_t * root, u_int32_t * oflags )
425 *oflags = 0; /* Show that this is not network */
568 *oflags = flags;
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c3283 int flags, oflags; local
3290 oflags = uflags;
3292 if ((oflags & O_ACCMODE) == O_ACCMODE)
3296 AUDIT_ARG(fflags, oflags);
3758 ctx, (user_addr_t)buf, uap->oflags, 0, AT_FDCWD, UIO_SYSSPACE, retval);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DPathV2.inc513 int oflags = (mode == readonly) ? O_RDONLY : O_RDWR;
514 int ofd = ::open(name.begin(), oflags);
655 int oflags = map_writable ? O_RDWR : O_RDONLY;
656 int ofd = ::open(name.begin(), oflags);
/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootcaches.c1246 _sutimes(int fdvol, char *path, int oflags, struct timeval times[2]) argument
1253 if (-1 == (fd = sopen(fdvol, path, oflags, kCacheFileMode))) {
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c1494 int oflags = O_EXCL | O_CREAT | O_WRONLY; local
1627 } else while((s->dst_fd = open(s->dst, oflags | dsrc, s->sb.st_mode | S_IWUSR)) < 0)
1641 oflags = oflags & ~O_CREAT;
1645 oflags |= O_TRUNC;
1670 oflags = (oflags & ~(O_WRONLY|O_CREAT|O_TRUNC)) | O_RDONLY;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfreopen.c64 int dflags, flags, isopen, oflags, sverrno, wantfd; local
66 if ((flags = __sflags(mode, &oflags)) == 0) {
97 (oflags & O_ACCMODE)) {
105 if ((oflags ^ dflags) & O_APPEND) {
107 dflags |= oflags & O_APPEND;
116 if (oflags & O_TRUNC)
118 if (!(oflags & O_APPEND))
160 f = _open(file, oflags, DEFFILEMODE);
166 f = _open(file, oflags, DEFFILEMODE);
244 if (oflags
[all...]
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c1252 autofs_dev_open(__unused dev_t dev, __unused int oflags, __unused int devtype, argument
1483 autofs_nowait_dev_open(dev_t dev, __unused int oflags, __unused int devtype, argument
1671 autofs_notrigger_dev_open(dev_t dev, __unused int oflags, __unused int devtype, argument
1872 autofs_homedirmounter_dev_open(dev_t dev, __unused int oflags, __unused int devtype, argument
2130 auto_control_dev_open(__unused dev_t dev, __unused int oflags, argument
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c2656 u_int32_t oflags, flags; local
2669 oflags = nd_ifinfo[i].flags;
2675 if (oflags == flags)
2678 error = nd6_setifinfo(ifp, oflags, flags);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h94 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
201 #define FFLAGS(oflags) ((oflags) + 1)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c190 uint32_t * oflags)
455 if (oflags)
456 *oflags = flags;
178 kern_open_file_for_direct_io(const char * name, boolean_t create_file, kern_get_file_extents_callback_t callback, void * callback_ref, off_t set_file_size, off_t write_file_offset, caddr_t write_file_addr, vm_size_t write_file_len, dev_t * partition_device_result, dev_t * image_device_result, uint64_t * partitionbase_result, uint64_t * maxiocount_result, uint32_t * oflags) argument
H A Dkpi_mbuf.c495 mbuf_flags_t oflags = mbuf->m_flags; local
506 if ((flags ^ oflags) & mbuf_cflags_mask) {
517 if ((oflags ^ mbuf->m_flags) & M_PKTHDR) {
535 mbuf_flags_t oflags = mbuf->m_flags; local
542 if ((oflags ^ mbuf->m_flags) & M_PKTHDR) {
/macosx-10.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_klib.c265 audit_flags_and_error_to_openevent(int oflags, int error) argument
272 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
278 switch (oflags) {
362 audit_flags_and_error_to_openextendedevent(int oflags, int error) argument
369 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
375 switch (oflags) {
459 audit_flags_and_error_to_openatevent(int oflags, int error) argument
466 oflags
556 audit_flags_and_error_to_openbyidevent(int oflags, int error) argument
759 audit_fcntl_command_event(int cmd, int oflags, int error) argument
[all...]
H A Daudit_private.h389 au_event_t audit_flags_and_error_to_openevent(int oflags, int error);
390 au_event_t audit_flags_and_error_to_openextendedevent(int oflags,
392 au_event_t audit_flags_and_error_to_openatevent(int oflags,
394 au_event_t audit_flags_and_error_to_openbyidevent(int oflags,
401 au_event_t audit_fcntl_command_event(int cmd, int oflags, int error);
/macosx-10.10.1/ruby-106/ruby/
H A Dthread_pthread.c1256 int oflags; local
1259 oflags = fcntl(fd, F_GETFL);
1260 if (oflags == -1)
1262 oflags |= O_NONBLOCK;
1263 err = fcntl(fd, F_SETFL, oflags);
H A Dio.c2340 int oflags; local
2342 oflags = fcntl(fptr->fd, F_GETFL);
2343 if (oflags == -1) {
2347 oflags = 0;
2349 if ((oflags & O_NONBLOCK) == 0) {
2350 oflags |= O_NONBLOCK;
2351 if (fcntl(fptr->fd, F_SETFL, oflags) == -1) {
4776 rb_io_oflags_fmode(int oflags) argument
4780 switch (oflags & (O_RDONLY|O_WRONLY|O_RDWR)) {
4792 if (oflags
4813 int oflags = 0; local
4852 rb_io_oflags_modestr(int oflags) argument
5110 int oflags, fmode; local
5234 int oflags; member in struct:sysopen_struct
5257 rb_sysopen(VALUE fname, int oflags, mode_t perm) argument
5408 rb_file_open_generic(VALUE io, VALUE filename, int oflags, int fmode, convconfig_t *convconfig, mode_t perm) argument
6052 int oflags, fmode; local
6122 int oflags, fmode; local
6142 int oflags, fmode; local
6216 int oflags, fd; local
6393 int oflags, fmode; local
6529 int oflags; local
7127 rb_io_fdopen(int fd, int oflags, const char *path) argument
7158 int oflags = rb_io_fmode_oflags(fptr->mode); local
7315 int fd, fmode, oflags = O_RDONLY; local
10125 int oflags = O_RDONLY; local
10152 int oflags = O_WRONLY|O_CREAT|O_TRUNC; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h336 uint32_t * oflags);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c4603 static int oflags; local
4683 else if (oflags & PM_TAGGED_LOCAL)
4685 ooflags = oflags;
4687 * oflags is static, because we compare it on the next recursive
4689 * value of oflags after the call.
4691 oflags = flags;
4776 oflags = ooflags;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1752 char **out, unsigned oflags ));
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ld.cpp559 int oflags = 0; local
561 oflags |= DTRACE_O_NODEV;
564 oflags |= DTRACE_O_LP64;
566 oflags |= DTRACE_O_ILP32;
568 return oflags;
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_dev.c111 nsmb_dev_open_nolock(dev_t dev, int oflags, int devtype, struct proc *p) argument
113 #pragma unused(oflags, devtype, p)
154 nsmb_dev_open(dev_t dev, int oflags, int devtype, struct proc *p) argument
169 error = nsmb_dev_open_nolock(dev, oflags, devtype, p);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dio.h171 int rb_io_oflags_fmode(int oflags);
193 #define rb_io_modenum_flags(oflags) rb_io_oflags_fmode(oflags)
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dconverters.h96 int oflags; member in struct:conv_struct
H A Diconv.c81 int oflags; /* flags for unicode -> multibyte conversion */ member in struct:encoding
380 cd->oflags = all_encodings[to_index].oflags;
H A Dloop_unicode.h27 if (cd->oflags & HAVE_HANGUL_JAMO) {
110 (cd->oflags & HAVE_QUOTATION_MARKS
112 : (cd->oflags & HAVE_ACCENTS
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cvdisplaylink.py58 def callback(dl, now, time, flags, oflags, ctx):

Completed in 442 milliseconds

1234