Searched refs:CH (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.h153 #define OHCI_ITOFF(CH) (0x200 + 0x10 * (CH))
154 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH))
155 #define OHCI_ITCTLCLR(CH) (OHCI_ITOFF(CH) + 4)
156 #define OHCI_ITCMD(CH) (OHCI_ITOFF(CH) + 0xc)
158 #define OHCI_IROFF(CH) (0x400 + 0x20 * (CH))
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.PreprocessorStatement.d.ksh44 $dtrace -CH -s /dev/stdin <<EOF
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh98 [ `id | cut -d'(' -f1` != 'uid=0' ] && CH='#' || CH=; export CH
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c72 #define CH(b, n) (((unsigned char *)(b))[n]) macro
73 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8))
/illumos-gate/usr/src/cmd/bnu/
H A DSetUp69 if [ -n "$CH" ]; then
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h493 #define HCI1394_IT_SET_HDR_Q1(PKT, SPD, TAG, CH, TC, SY) ((PKT)->q1 = 0 | \
496 (((CH) << DESC_PKT_CH_SHIFT) & DESC_PKT_CH_MASK) | \
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c60 #define PRINT(CH) { \
63 *dst++ = CH; \
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1547 #define CH(b, n) (((unsigned char *)(b))[n]) macro
1548 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8))

Completed in 52 milliseconds