OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripebuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
ld_twe.c
100
char unktype[16],
stripebuf
[32], unkstat[32];
local
130
snprintf(
stripebuf
, sizeof(
stripebuf
),
133
snprintf(
stripebuf
, sizeof(
stripebuf
), "%s stripe ",
137
stripebuf
[0] = '\0';
153
aprint_normal(": %s%s, status: %s\n",
stripebuf
, typestr, statstr);
/src/sys/dev/raidframe/
rf_driver.c
521
vple->next = raidPtr->
stripebuf
;
522
raidPtr->
stripebuf
= vple;
548
while (raidPtr->
stripebuf
!= NULL) {
549
tmp = raidPtr->
stripebuf
;
550
raidPtr->
stripebuf
= raidPtr->
stripebuf
->next;
rf_raid.h
174
RF_VoidPointerListElem_t *
stripebuf
; /* Full-stripe buffer free list */
member in struct:RF_Raid_s
rf_dagutils.c
353
vple = raidPtr->
stripebuf
;
354
raidPtr->
stripebuf
= vple->next;
388
vple->next = raidPtr->
stripebuf
;
389
raidPtr->
stripebuf
= vple;
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026