OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wmode
(Results
1 - 2
of
2
) sorted by relevancy
/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
400
wmode
= NFSACCESS_READ | NFSACCESS_MODIFY |
404
wmode
= mode;
438
error = nfs34_access_otw(vp,
wmode
, ap->a_td,
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026