Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dget_maintainer.pl2063 my $specials = '()<>@,;:\\\\".\\[\\]';
2073 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
/openbmc/linux/sound/pci/hda/
H A Dhda_proc.c257 static const char * const specials[] = { in get_jack_location() local
269 return specials[i]; in get_jack_location()
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl2472 my $specials = '()<>@,;:\\\\".\\[\\]';
2482 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
/openbmc/linux/scripts/
H A Dget_maintainer.pl2537 my $specials = '()<>@,;:\\\\".\\[\\]';
2547 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c2661 i->specials = rdi->ibdev.phys_port_cnt * 2; in rvt_qp_iter_init()
2704 for (; n < rdi->qp_dev->qp_table_size + iter->specials; n++) { in rvt_qp_iter_next()
2708 if (n < iter->specials) { in rvt_qp_iter_next()
2718 (n - iter->specials)]); in rvt_qp_iter_next()
2755 .specials = rdi->ibdev.phys_port_cnt * 2, in rvt_qp_iter()
/openbmc/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst41 recognised (without the ``.``, the ``\x0a`` specials are not allowed).
/openbmc/linux/include/rdma/
H A Drdmavt_qp.h908 int specials; member