Searched refs:specials (Results 1 – 5 of 5) sorted by relevance
283 static const char * const specials[] = { in is_special_section() local308 for (int i = 0; i < ARRAY_SIZE(specials); i++) { in is_special_section()309 if (!strcmp(sec->name, specials[i])) in is_special_section()
257 static const char * const specials[] = { in get_jack_location() local269 return specials[i]; in get_jack_location()
2659 i->specials = rdi->ibdev.phys_port_cnt * 2; in rvt_qp_iter_init()2702 for (; n < rdi->qp_dev->qp_table_size + iter->specials; n++) { in rvt_qp_iter_next()2706 if (n < iter->specials) { in rvt_qp_iter_next()2716 (n - iter->specials)]); in rvt_qp_iter_next()2753 .specials = rdi->ibdev.phys_port_cnt * 2, in rvt_qp_iter()
41 recognised (without the ``.``, the ``\x0a`` specials are not allowed).
911 int specials; member