OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waitreq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_netbsdkintf.c
1830
RF_SparetWait_t *
waitreq
= rf_sparet_wait_queue;
local in function:raidioctl
1835
*((RF_SparetWait_t *) data) = *
waitreq
;
1837
RF_Free(
waitreq
, sizeof(*
waitreq
));
1843
waitreq
= RF_Malloc(sizeof(*
waitreq
));
1844
waitreq
->fcol = -1;
1846
waitreq
->next = rf_sparet_wait_queue;
1847
rf_sparet_wait_queue =
waitreq
;
1861
waitred = RF_Malloc(sizeof(*
waitreq
));
[
all
...]
rf_netbsdkintf.c
1830
RF_SparetWait_t *
waitreq
= rf_sparet_wait_queue;
local in function:raidioctl
1835
*((RF_SparetWait_t *) data) = *
waitreq
;
1837
RF_Free(
waitreq
, sizeof(*
waitreq
));
1843
waitreq
= RF_Malloc(sizeof(*
waitreq
));
1844
waitreq
->fcol = -1;
1846
waitreq
->next = rf_sparet_wait_queue;
1847
rf_sparet_wait_queue =
waitreq
;
1861
waitred = RF_Malloc(sizeof(*
waitreq
));
[
all
...]
Completed in 47 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025