Home
last modified time | relevance | path

Searched refs:wmode (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-guruplug-server-plus.dts31 pmx_led_wmode_r: pmx-led-wmode-r {
35 pmx_led_wmode_g: pmx-led-wmode-g {
70 led-wmode-r {
71 label = "guruplug:red:wmode";
74 led-wmode-g {
75 label = "guruplug:green:wmode";
/freebsd/crypto/openssl/crypto/
H A Do_fopen.c63 WCHAR wmode[8]; in openssl_fopen() local
69 wmode, OSSL_NELEM(wmode)) && in openssl_fopen()
70 (file = _wfopen(wfilename, wmode)) == NULL && in openssl_fopen()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c127 vga_setwmode(struct vt_device *vd, int wmode) in vga_setwmode()
131 if (sc->vga_wmode == wmode) in vga_setwmode()
135 REG_WRITE1(sc, VGA_GC_DATA, wmode); in vga_setwmode()
136 sc->vga_wmode = wmode; in vga_setwmode()
138 switch (wmode) { in vga_setwmode()
125 vga_setwmode(struct vt_device * vd,int wmode) vga_setwmode() argument
/freebsd/usr.sbin/moused/
H A Dmoused.c393 int wmode; /* wheel mode button number */ member
420 .wmode = 0,
686 rodent.wmode = 1 << (i - 1); in main()
2450 if (pbuttons & rodent.wmode) { in r_map()
2451 pbuttons &= ~rodent.wmode; in r_map()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c400 nfs34_access_otw(struct vnode *vp, int wmode, struct thread *td, in nfs34_access_otw() argument
408 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag, in nfs34_access_otw()
456 u_int32_t mode, wmode, rmode; in nfs_access() local
513 wmode = NFSACCESS_READ | NFSACCESS_MODIFY | in nfs_access()
517 wmode = mode; in nfs_access()
551 error = nfs34_access_otw(vp, wmode, ap->a_td, in nfs_access()