Searched refs:wmode (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-guruplug-server-plus.dts | 31 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 D | o_fopen.c | 63 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 D | vt_vga.c | 127 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 D | moused.c | 393 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 D | nfs_clvnops.c | 400 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()
|