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

  /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,
  /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;

Completed in 32 milliseconds