Searched refs:WORD (Results 1 - 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l71 %Start WORD
83 <INITIAL>validate { BEGIN WORD; return (SCC_VALIDATE); }
84 <INITIAL>import { BEGIN WORD; return (SCC_IMPORT); }
85 <INITIAL>cleanup { BEGIN WORD; return (SCC_CLEANUP); }
86 <INITIAL>export { BEGIN WORD; return (SCC_EXPORT); }
87 <INITIAL>archive { BEGIN WORD; return (SCC_ARCHIVE); }
88 <INITIAL>restore { BEGIN WORD; return (SCC_RESTORE); }
89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); }
90 <INITIAL>extract { BEGIN WORD; return (SCC_EXTRACT); }
91 <INITIAL>repository { BEGIN WORD; retur
[all...]
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.h33 typedef unsigned short WORD; typedef
54 #define MPROGS0 (150 * sizeof(WORD)) /* 300 for pdp11, 600 for 32-bits */
/illumos-gate/usr/src/head/
H A Dmon.h66 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/smbsrv/
H A Dwintypes.h43 typedef uint16_t WORD; typedef
66 WORD data3[2]; \
H A Dntlocale.h67 #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)((((DWOR
[all...]
H A Dsmb_door.h171 void smb_dr_put_word(smb_dr_ctx_t *, WORD);
172 WORD smb_dr_get_word(smb_dr_ctx_t *);
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h61 #define WORDSIZE (sizeof (WORD))
62 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
79 } WORD; typedef in typeref:union:_w_
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 */
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dmsgsvc.ndl39 WORD data2;
40 WORD data3;
H A Dnetlogon.ndl91 WORD length;
92 WORD allosize;
111 WORD buffer[ANY_SIZE_ARRAY];
115 WORD wclen;
116 WORD wcsize;
133 WORD len;
134 WORD size;
171 WORD Buffer[NETR_TRUST_PWLEN];
209 IN WORD account_type;
228 IN WORD sec_chan_typ
[all...]
H A Deventlog.ndl51 WORD length;
52 WORD allosize;
64 WORD EventType;
65 WORD NumStrings;
66 WORD EventCategory;
67 WORD ReservedFlags;
H A Drpcpdu.ndl50 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 _reserved
[all...]
H A Dspoolss.ndl90 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 copie
[all...]
H A Dlsarpc.ndl206 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_us
[all...]
H A Ddssetup.ndl99 WORD data2;
100 WORD data3;
141 WORD switch_value;
149 IN WORD level;
H A Dsamrpc.ndl218 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_lengt
[all...]
H A Dsecurity.ndl32 WORD time_mid;
33 WORD time_hi_and_version;
267 WORD size;
284 WORD size;
318 WORD revision;
319 WORD type;
H A Dndrtypes.ndl62 #define WORD ushort
80 WORD data3[2]; \
117 * When not using ndrgen, get BYTE, WORD, DWORD definitions from wintypes.h.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h62 #define WORDSIZE (sizeof (WORD))
63 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
75 typedef int WORD; typedef
108 } WORD; typedef in typeref:union:_w_
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_
[all...]
H A Dmon.c187 * WORD *buffer; ptr to space for monitor data(WORDs)
193 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer,
240 sizeof (WORD));
323 (bufsize * sizeof (WORD) - (countlimit - (char *)buffer));
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
344 bufsize *= sizeof (WORD); /* bufsize into # bytes */
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c60 #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)
[all...]
/illumos-gate/usr/src/cmd/lms/
H A Dtypes.h59 typedef unsigned short WORD; typedef
68 typedef WORD *PWORD;
69 typedef WORD *LPWORD;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y93 %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...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_netr.c170 WORD level = (WORD)arg->validation_level;
H A Dlsalib.h75 DWORD lsar_query_info_policy(mlsvc_handle_t *, WORD, smb_domain_t *);
H A Dsamlib.h124 DWORD samr_query_user_info(mlsvc_handle_t *, WORD, union samr_user_info *);

Completed in 117 milliseconds

12