OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diskqueuesw
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/raidframe/
rf_diskqueue.c
113
static const RF_DiskQueueSW_t
diskqueuesw
[] = {
variable in typeref:typename:const RF_DiskQueueSW_t[]
145
#define NUM_DISK_QUEUE_TYPES (sizeof(
diskqueuesw
)/sizeof(RF_DiskQueueSW_t))
235
if (!strcmp(
diskqueuesw
[i].queueType, cfgPtr->diskQueueType)) {
236
p = &
diskqueuesw
[i];
241
RF_ERRORMSG2("Unknown queue type \"%s\". Using %s\n", cfgPtr->diskQueueType,
diskqueuesw
[0].queueType);
242
p = &
diskqueuesw
[0];
Completed in 32 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025