Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 1467) sorted by relevance

12345678910>>...59

/titanic_51/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dcdu_def.h26 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[1 in calc_crc8()
[all...]
/titanic_51/usr/src/lib/libdtrace/sparc/
H A Dregs.d30 #pragma D binding "1.0" R_G0
32 #pragma D binding "1.0" R_G1
34 #pragma D binding "1.0" R_G2
36 #pragma D binding "1.0" R_G3
38 #pragma D binding "1.0" R_G4
40 #pragma D binding "1.0" R_G5
42 #pragma D binding "1.0" R_G6
44 #pragma D binding "1.0" R_G7
47 #pragma D binding "1.0" R_O0
49 #pragma D bindin
[all...]
/titanic_51/usr/src/lib/libdtrace/common/
H A Dsched.d28 #pragma D depends_on module unix
29 #pragma D depends_on provider sched
49 translator cpuinfo_t < disp_t *D > {
50 cpu_id = D->disp_cpu == NULL ? -1 :
51 xlate <cpuinfo_t> (D->disp_cpu).cpu_id;
52 cpu_pset = D->disp_cpu == NULL ? -1 :
53 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset;
54 cpu_chip = D->disp_cpu == NULL ? -1 :
55 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip;
56 cpu_lgrp = D
[all...]
H A Dprocfs.d.in29 * 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 bindin
[all...]
H A Dunistd.d29 #pragma D binding "1.0" DTRACEFLT_UNKNOWN
32 #pragma D binding "1.0" DTRACEFLT_BADADDR
35 #pragma D binding "1.0" DTRACEFLT_BADALIGN
38 #pragma D binding "1.0" DTRACEFLT_ILLOP
41 #pragma D binding "1.0" DTRACEFLT_DIVZERO
44 #pragma D binding "1.0" DTRACEFLT_NOSCRATCH
47 #pragma D binding "1.0" DTRACEFLT_KPRIV
50 #pragma D binding "1.0" DTRACEFLT_UPRIV
53 #pragma D binding "1.0" DTRACEFLT_TUPOFLOW
56 #pragma D bindin
[all...]
H A Dio.d.in30 #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 bindin
[all...]
H A Dsrp.d27 #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 bindin
[all...]
H A Dfc.d27 #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 bindin
[all...]
H A Dip.d.in25 #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 bindin
[all...]
H A Dtcp.d.in25 #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 bindin
[all...]
H A Dnfssrv.d27 #pragma D depends_on library ip.d
28 #pragma D depends_on library net.d
29 #pragma D depends_on library nfs.d
30 #pragma D depends_on module nfssrv
32 #pragma D binding "1.5" translator
44 #pragma D binding "1.5" translator
/titanic_51/usr/src/lib/libuutil/common/
H A Duu_dprintf.c69 uu_dprintf_t *D; in uu_dprintf_create() local
76 if ((D = uu_zalloc(sizeof (uu_dprintf_t))) == NULL) in uu_dprintf_create()
80 D->uud_name = strdup(name); in uu_dprintf_create()
81 if (D->uud_name == NULL) { in uu_dprintf_create()
82 uu_free(D); in uu_dprintf_create()
86 D->uud_name = NULL; in uu_dprintf_create()
89 D->uud_severity = severity; in uu_dprintf_create()
90 D->uud_flags = flags; in uu_dprintf_create()
92 return (D); in uu_dprintf_create()
97 uu_dprintf(uu_dprintf_t *D, uu_dprintf_severity_ argument
116 uu_dprintf_destroy(uu_dprintf_t * D) uu_dprintf_destroy() argument
125 uu_dprintf_getname(uu_dprintf_t * D) uu_dprintf_getname() argument
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d29 #pragma D option quiet=yes
30 #pragma D option quiet=YES
31 #pragma D option quiet=true
32 #pragma D option quiet=enable
33 #pragma D option quiet=enabled
34 #pragma D option quiet=on
35 #pragma D option quiet=set
36 #pragma D option quiet=SeT
38 #pragma D option flowindent=no
39 #pragma D optio
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c255 ll=(c)->D; HOST_l2c(ll,(s)); \
850 * discusses A-D. But it basically applies to all 32-bit digests,
853 * In case you wonder why A-D are declared as long and not
865 * code if A-D are declared int. Most notably GCC-x86_64
924 c->D=INIT_DATA_D; in MD5_Init()
935 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
940 D=c->D; in md5_block_host_order()
945 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order()
946 R0(D, in md5_block_host_order()
1028 register unsigned MD32_REG_T A,B,C,D,l; md5_block_data_order() local
[all...]
/titanic_51/usr/src/lib/libdtrace/i386/
H A Dregs.d.in31 #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 bindin
[all...]
/titanic_51/usr/src/cmd/refer/papers/
H A DRv7man7 %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 197
[all...]
H A DRbstjissue7 %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
[all...]
/titanic_51/usr/src/cmd/bnu/
H A DCvt37 # C. and D. files to the proper place.
59 This shell (Cvt) will attempt to take the old C. and D. files
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"
[all...]
/titanic_51/usr/src/cmd/sendmail/db/include/
H A Dhash.h93 #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, (PAG
137 DIRTY_META(D,I,R) global() argument
[all...]
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c46 #define D 1 macro
76 proto (D, 0, Lp_A, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
77 proto (D, 1, Lp_A_Classes, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
78 proto (D, 1, Lp_A_Forms, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
79 proto (D, 1, Lp_A_Interfaces, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
80 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
81 proto (D, 1, Lp_A_PrintWheels, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
82 proto (D, 0, "/var/lp", NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
83 proto (D, 1, Lp_Logs, NULL, 0775, Lp_Uid, Lp_Gid); in lpfsck()
84 proto (D, in lpfsck()
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d38 #pragma D option quiet
48 printf("offsetof(record, x) = %d\n", offsetof(union D`record, x));
49 printf("offsetof(record, y) = %d\n", offsetof(union D`record, y));
50 printf("offsetof(record, c) = %d\n", offsetof(union D`record, c));
55 /(0 != offsetof(union D`record, y)) && (0 != offsetof(union D`record, x)) &&
56 (0 != offsetof(union D`record, c))/
/titanic_51/usr/src/cmd/tip/
H A Detc.remote5 :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
[all...]
/titanic_51/usr/src/lib/scsi/plugins/scsi/engines/
H A DMakefile.targ40 -@mkdir -p $(@D)
74 $(ROOTPROG): $$(@D) $(PROG)
75 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
77 $(ROOTPROG64): $$(@D) $(PROG)
78 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
80 $(ROOTDMOD): $$(@D) $(DMODPROG)
81 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)
/titanic_51/usr/src/lib/scsi/plugins/smp/
H A DMakefile.targ38 -@mkdir -p $(@D)
78 $(ROOTPROG): $$(@D) $(PROG)
79 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
81 $(ROOTPROG64): $$(@D) $(PROG)
82 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
84 $(ROOTDMOD): $$(@D) $(DMODPROG)
85 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)
/titanic_51/usr/src/lib/scsi/plugins/ses/
H A DMakefile.targ40 -@mkdir -p $(@D)
80 $(ROOTPROG): $$(@D) $(PROG)
81 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
83 $(ROOTPROG64): $$(@D) $(PROG)
84 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(PROG)
86 $(ROOTDMOD): $$(@D) $(DMODPROG)
87 $(RM) $@; $(INS) -s -m 0755 -f $(@D) $(DMODPROG)

12345678910>>...59