/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | cdu_def.h | 26 u8 D[32]; in calc_crc8() local 34 D[i] = (u8)(data & 1); in calc_crc8() 44 NewCRC[0] = D[31] ^ D[30] ^ D[28] ^ D[23] ^ D[21] ^ D[19] ^ D[18] ^ in calc_crc8() 45 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^ in calc_crc8() 47 NewCRC[1] = D[30] ^ D[29] ^ D[28] ^ D[24] ^ D[23] ^ D[22] ^ D[21] ^ in calc_crc8() 48 D[20] ^ D[18] ^ D[17] ^ D[16] ^ D[15] ^ D[14] ^ D[13] ^ in calc_crc8() 49 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^ C[6]; in calc_crc8() 50 NewCRC[2] = D[29] ^ D[28] ^ D[25] ^ D[24] ^ D[22] ^ D[17] ^ D[15] ^ in calc_crc8() 51 D[13] ^ D[12] ^ D[10] ^ D[8] ^ D[6] ^ D[2] ^ D[1] ^ D[0] ^ in calc_crc8() 53 NewCRC[3] = D[30] ^ D[29] ^ D[26] ^ D[25] ^ D[23] ^ D[18] ^ D[16] ^ in calc_crc8() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ldump.c | 26 #define DumpMem(b,n,size,D) DumpBlock(b,(n)*(size),D) argument 27 #define DumpVar(x,D) DumpMem(&x,1,sizeof(x),D) argument 29 static void DumpBlock(const void* b, size_t size, DumpState* D) in DumpBlock() argument 31 if (D->status==0) in DumpBlock() 33 lua_unlock(D->L); in DumpBlock() 34 D->status=(*D->writer)(D->L,b,size,D->data); in DumpBlock() 35 lua_lock(D->L); in DumpBlock() 39 static void DumpChar(int y, DumpState* D) in DumpChar() argument 42 DumpVar(x,D); in DumpChar() 45 static void DumpInt(int x, DumpState* D) in DumpInt() argument [all …]
|
/illumos-gate/usr/src/lib/libdtrace/sparc/ |
H A D | regs.d | 28 #pragma D binding "1.0" R_G0 30 #pragma D binding "1.0" R_G1 32 #pragma D binding "1.0" R_G2 34 #pragma D binding "1.0" R_G3 36 #pragma D binding "1.0" R_G4 38 #pragma D binding "1.0" R_G5 40 #pragma D binding "1.0" R_G6 42 #pragma D binding "1.0" R_G7 45 #pragma D binding "1.0" R_O0 47 #pragma D binding "1.0" R_O1 [all …]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | sched.d | 26 #pragma D depends_on module unix 27 #pragma D depends_on provider sched 47 translator cpuinfo_t < disp_t *D > { 48 cpu_id = D->disp_cpu == NULL ? -1 : 49 xlate <cpuinfo_t> (D->disp_cpu).cpu_id; 50 cpu_pset = D->disp_cpu == NULL ? -1 : 51 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset; 52 cpu_chip = D->disp_cpu == NULL ? -1 : 53 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip; 54 cpu_lgrp = D->disp_cpu == NULL ? -1 : [all …]
|
H A D | procfs.d.in | 29 * available for all D programs to use to examine process model state. 32 #pragma D depends_on module procfs 39 #pragma D binding "1.0" SSLEEP 41 #pragma D binding "1.0" SRUN 43 #pragma D binding "1.0" SZOMB 45 #pragma D binding "1.0" SSTOP 47 #pragma D binding "1.0" SIDL 49 #pragma D binding "1.0" SONPROC 51 #pragma D binding "1.0" SWAIT 54 #pragma D binding "1.0" PR_STOPPED [all …]
|
H A D | unistd.d | 27 #pragma D binding "1.0" DTRACEFLT_UNKNOWN 30 #pragma D binding "1.0" DTRACEFLT_BADADDR 33 #pragma D binding "1.0" DTRACEFLT_BADALIGN 36 #pragma D binding "1.0" DTRACEFLT_ILLOP 39 #pragma D binding "1.0" DTRACEFLT_DIVZERO 42 #pragma D binding "1.0" DTRACEFLT_NOSCRATCH 45 #pragma D binding "1.0" DTRACEFLT_KPRIV 48 #pragma D binding "1.0" DTRACEFLT_UPRIV 51 #pragma D binding "1.0" DTRACEFLT_TUPOFLOW 54 #pragma D binding "1.4.1" DTRACEFLT_BADSTACK
|
H A D | io.d.in | 30 #pragma D depends_on module unix 31 #pragma D depends_on provider io 34 #pragma D binding "1.0" B_BUSY 36 #pragma D binding "1.0" B_DONE 38 #pragma D binding "1.0" B_ERROR 40 #pragma D binding "1.0" B_PAGEIO 42 #pragma D binding "1.0" B_PHYS 44 #pragma D binding "1.0" B_READ 46 #pragma D binding "1.0" B_WRITE 48 #pragma D binding "1.0" B_ASYNC [all …]
|
H A D | srp.d | 27 #pragma D depends_on library net.d 28 #pragma D depends_on library scsi.d 29 #pragma D depends_on module genunix 30 #pragma D depends_on module srpt 44 #pragma D binding "1.5" translator 51 #pragma D binding "1.5" translator 60 #pragma D binding "1.5" translator 66 #pragma D binding "1.5" translator 86 #pragma D binding "1.5" translator 95 #pragma D binding "1.5" translator [all …]
|
H A D | ip.d.in | 25 #pragma D depends_on module ip 26 #pragma D depends_on provider ip 29 #pragma D binding "1.5" IPH_DF 31 #pragma D binding "1.5" IPH_MF 33 #pragma D binding "1.5" IPPROTO_IP 35 #pragma D binding "1.5" IPPROTO_HOPOPTS 37 #pragma D binding "1.5" IPPROTO_ICMP 39 #pragma D binding "1.5" IPPROTO_IGMP 41 #pragma D binding "1.5" IPPROTO_GGP 43 #pragma D binding "1.5" IPPROTO_ENCAP [all …]
|
H A D | fc.d | 27 #pragma D depends_on library net.d 28 #pragma D depends_on library scsi.d 29 #pragma D depends_on module genunix 30 #pragma D depends_on module fct 59 #pragma D binding "1.5" translator 70 #pragma D binding "1.5" translator 81 #pragma D binding "1.5" translator 104 #pragma D binding "1.5" translator 126 #pragma D binding "1.5" translator 156 #pragma D binding "1.5" translator [all …]
|
H A D | tcp.d.in | 25 #pragma D depends_on module unix 26 #pragma D depends_on provider tcp 29 #pragma D binding "1.6.3" TH_FIN 31 #pragma D binding "1.6.3" TH_SYN 33 #pragma D binding "1.6.3" TH_RST 35 #pragma D binding "1.6.3" TH_PUSH 37 #pragma D binding "1.6.3" TH_ACK 39 #pragma D binding "1.6.3" TH_URG 41 #pragma D binding "1.6.3" TH_ECE 43 #pragma D binding "1.6.3" TH_CWR [all …]
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | DNSDigest.c | 254 ll=(c)->D; HOST_l2c(ll,(s)); \ 938 c->D=INIT_DATA_D; in MD5_Init() 949 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local 954 D=c->D; in md5_block_host_order() 959 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order() 960 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order() 961 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order() 962 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order() 963 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order() 964 R0(D,A,B,C,X[ 5],12,0x4787c62aL); in md5_block_host_order() [all …]
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_dprintf.c | 67 uu_dprintf_t *D; in uu_dprintf_create() local 74 if ((D = uu_zalloc(sizeof (uu_dprintf_t))) == NULL) in uu_dprintf_create() 78 D->uud_name = strdup(name); in uu_dprintf_create() 79 if (D->uud_name == NULL) { in uu_dprintf_create() 80 uu_free(D); in uu_dprintf_create() 84 D->uud_name = NULL; in uu_dprintf_create() 87 D->uud_severity = severity; in uu_dprintf_create() 88 D->uud_flags = flags; in uu_dprintf_create() 90 return (D); in uu_dprintf_create() 95 uu_dprintf(uu_dprintf_t *D, uu_dprintf_severity_t severity, in uu_dprintf() argument [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.boolopt.d | 27 #pragma D option quiet=yes 28 #pragma D option quiet=YES 29 #pragma D option quiet=true 30 #pragma D option quiet=enable 31 #pragma D option quiet=enabled 32 #pragma D option quiet=on 33 #pragma D option quiet=set 34 #pragma D option quiet=SeT 36 #pragma D option flowindent=no 37 #pragma D option flowindent=NO [all …]
|
/illumos-gate/usr/src/lib/libdtrace/i386/ |
H A D | regs.d.in | 31 #pragma D binding "1.0" R_GS 33 #pragma D binding "1.0" R_FS 35 #pragma D binding "1.0" R_ES 37 #pragma D binding "1.0" R_DS 40 #pragma D binding "1.0" R_EDI 42 #pragma D binding "1.0" R_ESI 44 #pragma D binding "1.0" R_EBP 46 #pragma D binding "1.0" R_ESP 48 #pragma D binding "1.0" R_EBX 50 #pragma D binding "1.0" R_EDX [all …]
|
/illumos-gate/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 7 %D December 1967 25 %D March 1975 37 %D 1978 43 %D October 13-15, 1976 54 %D 1978 64 %D 1978 68 %A D. M. Ritchie 71 %D 1978 78 %D April-June 1971 88 %D 1978 [all …]
|
H A D | Rbstjissue | 7 %D 1978 11 %A M. D. McIlroy 18 %D 1978 23 %A D. M. Ritchie 29 %D 1978 38 %D 1978 42 %A D. M. Ritchie 47 %D 1978 57 %D 1978 60 %A D. M. Ritchie [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Cvt | 112 D=`echo $AA | cut -d" " -f6` 113 if [ -n "$D" -a -f "$SPOOL/D./$D" ] 114 then $ECHO mv $SPOOL/D./$D $SPOOL/$DIR/$D 115 elif [ -n "$D" -a -f "$SPOOL/D.`uuname -l`/$D" ] 116 then $ECHO mv $SPOOL/D.`uuname -l`/$D $SPOOL/$DIR/$D
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 93 #define RESTORE_CURSOR(D, ORIG, COPY, RET) { \ argument 97 (void)lock_put((D)->dbenv->lk_info, (COPY)->lock); \ 101 (void)lock_put((D)->dbenv->lk_info, (ORIG)->lock); \ 109 #define GET_META(D, I, R) { \ argument 110 if (F_ISSET(D, DB_AM_LOCKING) && \ 113 (R) = lock_get((D)->dbenv->lk_info, (I)->dbc->locker, \ 118 ((R) = __ham_get_page(D, 0, (PAGE **)&((I)->hdr))) != 0 && \ 120 (void)lock_put((D)->dbenv->lk_info, (I)->hlock); \ 125 #define RELEASE_META(D, I) { \ argument 127 (void)__ham_put_page(D, (PAGE *)(I)->hdr, \ [all …]
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpfsck.c | 44 #define D 1 macro 74 proto (D, 0, Lp_A, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 75 proto (D, 1, Lp_A_Classes, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 76 proto (D, 1, Lp_A_Forms, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 77 proto (D, 1, Lp_A_Interfaces, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 78 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 79 proto (D, 1, Lp_A_PrintWheels, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 80 proto (D, 0, "/var/lp", NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 81 proto (D, 1, Lp_Logs, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() 82 proto (D, 1, Lp_Spooldir, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck() [all …]
|
/illumos-gate/usr/src/data/locale/data/ |
H A D | hu_HU.ISO8859-2.src | 41 <D>;/ 285 <D>;/ 475 <D>;/ 679 <D>;/ 696 (<d>,<D>);/ 763 (<D>,<d>);/ 859 collating-element <D-z> from "<D><z>" 860 collating-element <D-Z> from "<D><Z>" 862 collating-element <D-LATIN_SMALL_LETTER_Z_WITH_ACUTE> from "<D><LATIN_SMALL_LETTER_Z_WITH_ACUTE>" 863 collating-element <D-LATIN_CAPITAL_LETTER_Z_WITH_ACUTE> from "<D><LATIN_CAPITAL_LETTER_Z_WITH_ACUTE… [all …]
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | etc.remote | 5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D: 12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers: 14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers: 16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers: 18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers: 20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers:
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/ |
H A D | tst.OffsetofUnion.d | 37 #pragma D option quiet 47 printf("offsetof(record, x) = %d\n", offsetof(union D`record, x)); 48 printf("offsetof(record, y) = %d\n", offsetof(union D`record, y)); 49 printf("offsetof(record, c) = %d\n", offsetof(union D`record, c)); 54 /(0 != offsetof(union D`record, y)) && (0 != offsetof(union D`record, x)) && 55 (0 != offsetof(union D`record, c))/
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 44 #pragma D option quiet 73 e32 = (struct D`env_vars_32 *) 74 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_32)); 75 e32f = (struct D`env_vars_flex_32 *) 76 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_flex_32) + 94 e64 = (struct D`env_vars_64 *) 95 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_64)); 96 e64f = (struct D`env_vars_flex_64 *) 97 copyin(curpsinfo->pr_envp, sizeof (struct D`env_vars_flex_64) +
|
/illumos-gate/usr/src/lib/scsi/plugins/scsi/engines/ |
H A D | Makefile.targ | 40 -@mkdir -p $(@D) 61 $(ROOTPROG): $$(@D) $(PROG) 62 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG) 64 $(ROOTPROG64): $$(@D) $(PROG) 65 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG) 67 $(ROOTDMOD): $$(@D) $(DMODPROG) 68 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)
|