OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nevs
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libpuffs/
puffs.c
956
size_t
nevs
;
local
972
nevs
= pu->pu_nevs + sigcatch;
973
if (reallocarr(&pu->pu_evs,
nevs
, sizeof(struct kevent)) != 0) {
977
pu->pu_nevs =
nevs
;
puffs.c
956
size_t
nevs
;
local
972
nevs
= pu->pu_nevs + sigcatch;
973
if (reallocarr(&pu->pu_evs,
nevs
, sizeof(struct kevent)) != 0) {
977
pu->pu_nevs =
nevs
;
framebuf.c
782
size_t
nevs
;
local
785
nevs
= pu->pu_nevs+2;
786
if (reallocarr(&pu->pu_evs,
nevs
, sizeof(struct kevent)) != 0) {
829
pu->pu_nevs =
nevs
;
framebuf.c
782
size_t
nevs
;
local
785
nevs
= pu->pu_nevs+2;
786
if (reallocarr(&pu->pu_evs,
nevs
, sizeof(struct kevent)) != 0) {
829
pu->pu_nevs =
nevs
;
Completed in 58 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026