Home
last modified time | relevance | path

Searched refs:cmatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c1162 static tokmatch_t cmatches[] = { variable
1212 for (i = 0; i < ARRAY_SIZE(cmatches); i++) { in tokenize()
1213 if (cmatches[i].s[0] == *s) { in tokenize()
1214 tok->type = cmatches[i].type; in tokenize()
1215 tok->subtype = cmatches[i].subtype; in tokenize()