HomeSort by: relevance | last modified time | path
    Searched refs:wmode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-guruplug-server-plus.dts 31 pmx_led_wmode_r: pmx-led-wmode-r {
35 pmx_led_wmode_g: pmx-led-wmode-g {
70 wmode-r {
71 label = "guruplug:red:wmode";
74 wmode-g {
75 label = "guruplug:green:wmode";
  /src/usr.sbin/moused/
moused.c 349 int wmode; /* wheel mode button number */ member in struct:rodentparam
369 .wmode = 0,
651 rodent.wmode = 1 << (i - 1);
2069 if (pbuttons & rodent.wmode) {
2070 pbuttons &= ~rodent.wmode;
  /src/sys/fs/nfs/client/
nfs_clvnops.c 287 nfs34_access_otw(struct vnode *vp, int wmode, struct thread *td,
295 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag,
343 u_int32_t mode, wmode, rmode; local in function:nfs_access
400 wmode = NFSACCESS_READ | NFSACCESS_MODIFY |
404 wmode = mode;
438 error = nfs34_access_otw(vp, wmode, ap->a_td,

Completed in 18 milliseconds