Searched refs:oflags (Results 76 - 100 of 143) sorted by relevance

123456

/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3718 KASSERT((m->oflags & VPO_UNMANAGED) == 0,
4358 KASSERT((m->oflags & VPO_UNMANAGED) == 0,
4807 KASSERT((m->oflags & VPO_UNMANAGED) != 0 || va < kmi.clean_sva ||
4810 if ((m->oflags & VPO_UNMANAGED) == 0 && !vm_page_xbusied(m))
4837 if ((m->oflags & VPO_UNMANAGED) != 0) {
5058 if ((m->oflags & VPO_UNMANAGED) == 0)
5274 (m->oflags & VPO_UNMANAGED) != 0,
5337 if ((m->oflags & VPO_UNMANAGED) == 0 &&
5363 if ((m->oflags & VPO_UNMANAGED) == 0)
5848 KASSERT((m->oflags
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c726 KASSERT((m->oflags & VPO_UNMANAGED) == 0,
1148 KASSERT((m->oflags & VPO_UNMANAGED) == 0,
1377 KASSERT((m->oflags & VPO_UNMANAGED) == 0,
H A Dvm_fault.c194 (m->oflags & VPO_UNMANAGED) != 0)
214 * m->oflags consistent.
228 m->oflags |= VPO_NOSYNC;
231 m->oflags &= ~VPO_NOSYNC;
H A Dvm_kern.c372 KASSERT((m->oflags & VPO_UNMANAGED) != 0,
H A Dvm_page.h150 uint8_t oflags; /* page VPO_* flags (O) */ member in struct:vm_page
164 * Page flags stored in oflags:
/freebsd-11-stable/sys/netsmb/
H A Dsmb_dev.c128 nsmb_dev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/vt/
H A Dvt_sysmouse.c279 sysmouse_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/proto/
H A Dproto_core.c278 proto_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_fb.c390 lpc_fb_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/spibus/
H A Dspigen.c166 spigen_open(struct cdev *cdev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/nand/
H A Dnand_cdev.c126 nand_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/dev/tws/
H A Dtws.c116 tws_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
121 TWS_TRACE_DEBUG(sc, "entry", dev, oflags);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h527 extern int vn_open(char *path, int x1, int oflags, int mode, vnode_t **vpp,
529 extern int vn_openat(char *path, int x1, int oflags, int mode, vnode_t **vpp,
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_nfs.c516 int oflags = fs->fs_flags; local
540 if (oflags != fs->fs_flags && (fs->fs_flags & FSF_WANT))
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c81 pci_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
85 if (oflags & FWRITE) {
/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c177 ti_pruss_irq_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
693 ti_pruss_open(struct cdev *cdev __unused, int oflags __unused,
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c528 hv_vss_dev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
610 hv_appvss_dev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/kern/
H A Dtty.c264 ttydev_open(struct cdev *dev, int oflags, int devtype __unused, argument
337 if ((oflags & O_NONBLOCK) == 0 &&
787 ttyil_open(struct cdev *dev, int oflags __unused, int devtype __unused,
2135 ttyconsdev_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
2157 return (ttydev_open(dev, oflags, devtype, td));
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c391 unsigned long oflags, nflags; local
600 oflags = HDBFlags2int(orig.entry.flags);
603 if (is_heimdal_entry && oflags != nflags) {
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c500 zy7_devcfg_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pio.c278 at91_pio_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h861 char *del, int oflags);
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c229 static int ce_open (dev_t dev, int oflags, int devtype, struct proc *p);
233 static int ce_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
1189 static int ce_open (dev_t dev, int oflags, int devtype, struct proc *p) argument
1191 static int ce_open (struct cdev *dev, int oflags, int devtype, struct thread *td)
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c205 uinput_open(struct cdev *dev, int oflags, int devtype, struct thread *td) argument
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_systrace_args.c199 iarg[3] = p->oflags; /* cloudabi_oflags_t */

Completed in 521 milliseconds

123456