OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nevs
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpuffs/
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
;
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
;
Completed in 14 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026