Searched refs:wmode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/
H A Do_fopen.c63 WCHAR wmode[8]; local
69 wmode, OSSL_NELEM(wmode)) &&
70 (file = _wfopen(wfilename, wmode)) == NULL &&
/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c128 vga_setwmode(struct vt_device *vd, int wmode) argument
132 if (sc->vga_wmode == wmode)
136 REG_WRITE1(sc, VGA_GC_DATA, wmode);
137 sc->vga_wmode = wmode;
139 switch (wmode) {
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c396 int wmode; /* wheel mode button number */ member in struct:rodentparam
423 .wmode = 0,
689 rodent.wmode = 1 << (i - 1);
2454 if (pbuttons & rodent.wmode) {
2455 pbuttons &= ~rodent.wmode;
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c395 nfs34_access_otw(struct vnode *vp, int wmode, struct thread *td, argument
403 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag,
451 u_int32_t mode, wmode, rmode; local
508 wmode = NFSACCESS_READ | NFSACCESS_MODIFY |
512 wmode = mode;
546 error = nfs34_access_otw(vp, wmode, ap->a_td,

Completed in 85 milliseconds