OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vple
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_netbsd.h
81
struct pool
vple
; /* VoidPointer List Elements */
member in struct:RF_Pools_s
107
char
vple
[RF_MAX_POOLNAMELEN]; /* VoidPointer List Elements */
member in struct:RF_PoolNames_s
rf_driver.c
483
RF_VoidPointerListElem_t *
vple
;
local in function:rf_AllocEmergBuffers
500
vple
= rf_AllocVPListElem(raidPtr);
501
vple
->p= tmpbuf;
502
vple
->next = raidPtr->iobuf;
503
raidPtr->iobuf =
vple
;
519
vple
= rf_AllocVPListElem(raidPtr);
520
vple
->p= tmpbuf;
521
vple
->next = raidPtr->stripebuf;
522
raidPtr->stripebuf =
vple
;
rf_dagutils.c
341
RF_VoidPointerListElem_t *
vple
;
local in function:rf_AllocStripeBuffer
353
vple
= raidPtr->stripebuf;
354
raidPtr->stripebuf =
vple
->next;
355
p =
vple
->p;
356
rf_FreeVPListElem(raidPtr,
vple
);
373
vple
= rf_AllocVPListElem(raidPtr);
374
vple
->p = p;
375
vple
->next = dag_h->desc->stripebufs;
376
dag_h->desc->stripebufs =
vple
;
383
rf_FreeStripeBuffer(RF_Raid_t *raidPtr, RF_VoidPointerListElem_t *
vple
)
405
RF_VoidPointerListElem_t *
vple
;
local in function:rf_AllocBuffer
420
RF_VoidPointerListElem_t *
vple
;
local in function:rf_AllocIOBuffer
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025