Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_mpi.h90 uint32_t shf = (phy % 4) * 8; \
92 tmp &= ~(0xff << shf); \
93 tmp |= ((oq & 0xff) << shf); \
100 uint32_t shf = (phy % 4) * 8; \
102 tmp &= ~(0xff << shf); \
103 tmp |= ((oq & 0xff) << shf); \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m120 dir path=opt/elf-tests/tests/sections/shf-exclude
121 file path=opt/elf-tests/tests/sections/shf-exclude/Makefile.test mode=0444
122 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-exec mode=0555
123 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-kmod mode=0555
124 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-so mode=0555
125 file path=opt/elf-tests/tests/sections/shf-exclude/exclude.s mode=0444
126 file path=opt/elf-tests/tests/sections/shf-exclude/include-reloc mode=0555
127 file path=opt/elf-tests/tests/sections/shf-exclude/stub.c mode=0444
128 file path=opt/elf-tests/tests/sections/shf-exclude/unknown-os mode=0555
/illumos-gate/usr/src/test/elf-tests/tests/sections/
H A DMakefile17 SUBDIRS = shf-exclude
/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/
H A DMakefile26 TESTDIR = $(ROOTOPTPKG)/tests/sections/shf-exclude
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c491 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local
494 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_EVQS + (woff << 2)) >> shf) in pmcs_dump_mpi_table()
499 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local
502 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_SNCQ + (woff << 2)) >> shf) in pmcs_dump_mpi_table()
507 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local
511 (woff << 2)) >> shf) & 0xff); in pmcs_dump_mpi_table()
515 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local
519 (woff << 2)) >> shf) & 0xff); in pmcs_dump_mpi_table()
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run55 [/opt/elf-tests/tests/sections/shf-exclude]