HomeSort by: relevance | last modified time | path
    Searched defs:record_sources (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
sv.c 879 } record_sources[] = { variable in typeref:typename:const struct __anonb603e68e0208[]
957 dip->un.e.num_mem = ARRAY_SIZE(record_sources);
958 for (i = 0; i < ARRAY_SIZE(record_sources); i++) {
960 record_sources[i].name);
961 dip->un.e.member[i].ord = record_sources[i].idx;
1092 for (idx = 0; idx < ARRAY_SIZE(record_sources); idx++) {
1093 if (record_sources[idx].idx == cp->un.ord)

Completed in 29 milliseconds