/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.l | 71 %Start WORD 83 <INITIAL>validate { BEGIN WORD; return (SCC_VALIDATE); } variable 84 <INITIAL>import { BEGIN WORD; return (SCC_IMPORT); } variable 85 <INITIAL>cleanup { BEGIN WORD; return (SCC_CLEANUP); } variable 86 <INITIAL>export { BEGIN WORD; return (SCC_EXPORT); } variable 87 <INITIAL>archive { BEGIN WORD; return (SCC_ARCHIVE); } variable 88 <INITIAL>restore { BEGIN WORD; return (SCC_RESTORE); } variable 89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); } variable 90 <INITIAL>extract { BEGIN WORD; return (SCC_EXTRACT); } variable 91 <INITIAL>repository { BEGIN WORD; return (SCC_REPOSITORY); } variable [all …]
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 61 #define WORDSIZE (sizeof (WORD)) 62 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) 79 } WORD; typedef 83 WORD t_s; /* size of this element */ 84 WORD t_p; /* parent node */ 85 WORD t_l; /* left child */ 86 WORD t_r; /* right child */ 87 WORD t_n; /* next in link list */ 88 WORD t_d; /* dummy to reserve space for self-pointer */
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 90 WORD specversion; 91 WORD driverversion; 92 WORD size; 93 WORD driverextra_length; 95 WORD orientation; 96 WORD papersize; 97 WORD paperlength; 98 WORD paperwidth; 99 WORD scale; 100 WORD copies; [all …]
|
H A D | netlogon.ndl | 84 WORD length; 85 WORD allosize; 104 WORD buffer[ANY_SIZE_ARRAY]; 108 WORD wclen; 109 WORD wcsize; 126 WORD len; 127 WORD size; 164 WORD Buffer[NETR_TRUST_PWLEN]; 202 IN WORD account_type; 221 IN WORD sec_chan_type; [all …]
|
H A D | rpcpdu.ndl | 50 WORD time_mid; 51 WORD time_hi_and_version; 59 WORD data2; 60 WORD data3; 192 WORD frag_length; /* 08:02 total length of frag */ 193 WORD auth_length; /* 10:02 length of auth_value */ 210 WORD hdrlen; /* 02:02 8 */ 240 WORD hdrlen; /* 02:02 8 */ 279 typedef WORD ndr_p_context_id_t; 297 WORD _reserved2; [all …]
|
H A D | samrpc.ndl | 218 WORD Control; 240 WORD length; 241 WORD allosize; 260 WORD buffer[ANY_SIZE_ARRAY]; 264 WORD wclen; 265 WORD wcsize; 286 WORD length; 287 WORD maxlen; 289 WORD *buf; 300 WORD min_length; [all …]
|
H A D | eventlog.ndl | 51 WORD length; 52 WORD allosize; 64 WORD EventType; 65 WORD NumStrings; 66 WORD EventCategory; 67 WORD ReservedFlags;
|
H A D | lsarpc.ndl | 206 WORD length; 207 WORD allosize; 222 WORD data2; 223 WORD data3; 257 WORD impersonation_level; 349 WORD control; 501 WORD sid_name_use; 502 WORD unknown_flags; 521 IN WORD lookup_level; 563 WORD sid_name_use; [all …]
|
H A D | dssetup.ndl | 99 WORD data2; 100 WORD data3; 141 WORD switch_value; 149 IN WORD level;
|
H A D | security.ndl | 32 WORD time_mid; 33 WORD time_hi_and_version; 267 WORD size; 284 WORD size; 318 WORD revision; 319 WORD type;
|
H A D | msgsvc.ndl | 39 WORD data2; 40 WORD data3;
|
H A D | netdfs.ndl | 60 WORD data2; 61 WORD data3; 79 WORD p_rank; 80 WORD p_reserved; 171 WORD priority_rank; 172 WORD reserved;
|
H A D | ndrtypes.ndl | 62 #define WORD ushort 80 WORD data3[2]; \ 117 * When not using ndrgen, get BYTE, WORD, DWORD definitions from wintypes.h.
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ntlocale.h | 67 #define MAKELANGID(p, s) ((((WORD)(s)) << 10) | (WORD)(p)) 68 #define PRIMARYLANGID(lgid) ((WORD)(lgid) & 0x3ff) 69 #define SUBLANGID(lgid) ((WORD)(lgid) >> 10) 303 ((DWORD)((((DWORD)((WORD)(srtid))) << 16) | ((DWORD)((WORD)(lgid))))) 306 ((DWORD)((MAKELCID(lgid, srtid)) | (((DWORD)((WORD)(ver))) << 20))) 308 #define LANGIDFROMLCID(lcid) ((WORD)(lcid)) 309 #define SORTIDFROMLCID(lcid) ((WORD)((((DWORD)(lcid)) >> 16) & 0xf)) 310 #define SORTVERSIONFROMLCID(lcid) ((WORD)((((DWORD)(lcid)) >> 20) & 0xf))
|
H A D | wintypes.h | 43 typedef uint16_t WORD; typedef 66 WORD data3[2]; \
|
H A D | smb_door.h | 168 void smb_dr_put_word(smb_dr_ctx_t *, WORD); 169 WORD smb_dr_get_word(smb_dr_ctx_t *);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 62 #define WORDSIZE (sizeof (WORD)) 63 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) 75 typedef int WORD; typedef 108 } WORD; typedef 112 WORD t_s; /* size of this element */ 113 WORD t_p; /* parent node */ 114 WORD t_l; /* left child */ 115 WORD t_r; /* right child */ 116 WORD t_n; /* next in link list */ 117 WORD t_d; /* dummy to reserve space for self-pointer */
|
H A D | mon.c | 193 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer, in monitor() 240 sizeof (WORD)); in monitor() 323 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer)); in monitor() 330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor() 344 bufsize *= sizeof (WORD); /* bufsize into # bytes */ in monitor()
|
/titanic_41/usr/src/cmd/spell/ |
H A D | malloc.c | 60 #define WORD sizeof(union store) macro 89 nw = (nbytes+WORD+WORD-1)/WORD + 1; /*need one more than asked for*/ 119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD); 123 q = (union store *)sbrk(temp*WORD); 130 ialloc((char *)q, (unsigned)temp*WORD); 172 r = q + (nbytes/WORD) - 1; 222 nw = (nbytes+WORD-1)/WORD;
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 93 %token WORD 98 %type <strval> WORD 144 register : '<' WORD 158 | '>' WORD 200 cd : CD ' ' WORD 317 xfind : FIND WORD 322 | xfind ' ' WORD 366 fill : FILL '=' WORD 402 | xls ' ' WORD 432 nprompt : PROMPT '=' WORD [all …]
|
/titanic_41/usr/src/head/ |
H A D | mon.h | 63 typedef unsigned short WORD; typedef 66 #define MPROGS0 (150 * sizeof (WORD)) /* 300 for pdp11, 600 for 32-bits */ 77 extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
|
/titanic_41/usr/src/lib/libbc/csu/common/ |
H A D | mon.h | 33 typedef unsigned short WORD; typedef 54 #define MPROGS0 (150 * sizeof(WORD)) /* 300 for pdp11, 600 for 32-bits */
|
/titanic_41/usr/src/cmd/lms/ |
H A D | types.h | 59 typedef unsigned short WORD; typedef 68 typedef WORD *PWORD; 69 typedef WORD *LPWORD;
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_netr.c | 170 WORD level = (WORD)arg->validation_level; in fixup_netr_SamLogon()
|
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 317 WORD *pcounts; /* Pointer to allocated area for */ in main() 320 WORD *pcp; /* For scanning pcounts. */ in main() 527 n_pc = (n - sizeof (head) - n_cc * sizeof (struct cnt))/sizeof (WORD); in main() 548 pcounts = (WORD *)_prof_Malloc(n_pc, sizeof (WORD)); in main() 550 if (fread((char *)pcounts, sizeof (WORD), n_pc, mon_iop) != n_pc) in main()
|