/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 91 WORD specversion; 92 WORD driverversion; 93 WORD size; 94 WORD driverextra_length; 96 WORD orientation; 97 WORD papersize; 98 WORD paperlength; 99 WORD paperwidth; 100 WORD scale; 101 WORD copies; [all …]
|
H A D | netlogon.ndl | 93 WORD length; 94 WORD allosize; 113 WORD buffer[ANY_SIZE_ARRAY]; 117 WORD wclen; 118 WORD wcsize; 135 WORD len; 136 WORD size; 173 WORD Buffer[NETR_TRUST_PWLEN]; 211 IN WORD account_type; 230 IN WORD sec_chan_type; [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 | lsarpc.ndl | 207 WORD length; 208 WORD allosize; 223 WORD data2; 224 WORD data3; 258 WORD impersonation_level; 350 WORD control; 502 WORD sid_name_use; 503 WORD unknown_flags; 522 IN WORD lookup_level; 564 WORD sid_name_use; [all …]
|
H A D | eventlog.ndl | 53 WORD length; 54 WORD allosize; 66 WORD EventType; 67 WORD NumStrings; 68 WORD EventCategory; 69 WORD ReservedFlags;
|
H A D | dssetup.ndl | 101 WORD data2; 102 WORD data3; 143 WORD switch_value; 151 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 | netdfs.ndl | 62 WORD data2; 63 WORD data3; 81 WORD p_rank; 82 WORD p_reserved; 173 WORD priority_rank; 174 WORD reserved;
|
H A D | msgsvc.ndl | 41 WORD data2; 42 WORD data3;
|
H A D | winreg.ndl | 119 WORD length; 120 WORD allosize; 139 WORD value[ANY_SIZE_ARRAY]; 143 WORD wclen; 144 WORD wcsize;
|
/illumos-gate/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 59 #define WORDSIZE (sizeof (WORD)) 60 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) 77 } WORD; typedef 81 WORD t_s; /* size of this element */ 82 WORD t_p; /* parent node */ 83 WORD t_l; /* left child */ 84 WORD t_r; /* right child */ 85 WORD t_n; /* next in link list */ 86 WORD t_d; /* dummy to reserve space for self-pointer */
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | ntlocale.h | 65 #define MAKELANGID(p, s) ((((WORD)(s)) << 10) | (WORD)(p)) 66 #define PRIMARYLANGID(lgid) ((WORD)(lgid) & 0x3ff) 67 #define SUBLANGID(lgid) ((WORD)(lgid) >> 10) 301 ((DWORD)((((DWORD)((WORD)(srtid))) << 16) | ((DWORD)((WORD)(lgid))))) 304 ((DWORD)((MAKELCID(lgid, srtid)) | (((DWORD)((WORD)(ver))) << 20))) 306 #define LANGIDFROMLCID(lcid) ((WORD)(lcid)) 307 #define SORTIDFROMLCID(lcid) ((WORD)((((DWORD)(lcid)) >> 16) & 0xf)) 308 #define SORTVERSIONFROMLCID(lcid) ((WORD)((((DWORD)(lcid)) >> 20) & 0xf))
|
H A D | smb_door.h | 173 void smb_dr_put_word(smb_dr_ctx_t *, WORD); 174 WORD smb_dr_get_word(smb_dr_ctx_t *);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 60 #define WORDSIZE (sizeof (WORD)) 61 #define MINSIZE (sizeof (TREE) - sizeof (WORD)) 73 typedef int WORD; typedef 106 } WORD; typedef 110 WORD t_s; /* size of this element */ 111 WORD t_p; /* parent node */ 112 WORD t_l; /* left child */ 113 WORD t_r; /* right child */ 114 WORD t_n; /* next in link list */ 115 WORD t_d; /* dummy to reserve space for self-pointer */
|
H A D | mon.c | 191 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer, in monitor() 238 sizeof (WORD)); in monitor() 321 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer)); in monitor() 328 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor() 342 bufsize *= sizeof (WORD); /* bufsize into # bytes */ in monitor()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 91 %token WORD 96 %type <strval> WORD 142 register : '<' WORD 156 | '>' WORD 198 cd : CD ' ' WORD 315 xfind : FIND WORD 320 | xfind ' ' WORD 364 fill : FILL '=' WORD 400 | xls ' ' WORD 430 nprompt : PROMPT '=' WORD [all …]
|
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | rpcpdu.ndl | 51 WORD time_mid; 52 WORD time_hi_and_version; 60 WORD data2; 61 WORD data3; 193 WORD frag_length; /* 08:02 total length of frag */ 194 WORD auth_length; /* 10:02 length of auth_value */ 211 WORD hdrlen; /* 02:02 8 */ 241 WORD hdrlen; /* 02:02 8 */ 280 typedef WORD ndr_p_context_id_t; 298 WORD _reserved2; [all …]
|
H A D | ndrtypes.ndl | 70 #define WORD ushort 112 * When not using ndrgen, get BYTE, WORD, DWORD definitions from wintypes.h. 173 WORD data3[2]; \
|
/illumos-gate/usr/src/head/ |
H A D | mon.h | 66 typedef unsigned short WORD; typedef 69 #define MPROGS0 (150 * sizeof (WORD)) /* 300 for pdp11, 600 for 32-bits */ 72 extern void monitor(int (*)(void), int (*)(void), WORD *, size_t, size_t);
|
/illumos-gate/usr/src/uts/common/smb/ |
H A D | wintypes.h | 46 typedef uint16_t WORD; typedef 52 typedef WORD *LPWORD;
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | optim.c | 854 #define WORD 257 /* Token for a string */ macro 899 if (t != WORD) in name() 915 case WORD: in name() 986 return(WORD); in yylex()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | lsalib.h | 73 DWORD lsar_query_info_policy(mlsvc_handle_t *, WORD, smb_domain_t *);
|
H A D | samr_clnt.c | 62 static int samr_setup_user_info(WORD, struct samr_QueryUserInfo *, 710 samr_query_user_info(mlsvc_handle_t *user_handle, WORD switch_value, in samr_query_user_info() 745 samr_setup_user_info(WORD switch_value, in samr_setup_user_info() 938 tsize = usize + (2 * sizeof (WORD)); in samr_set_user_info()
|
H A D | samlib.h | 124 DWORD samr_query_user_info(mlsvc_handle_t *, WORD, union samr_user_info *);
|