Searched refs:BYTE (Results 1 - 25 of 57) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/spell/
H A Dhash.h33 #define BYTE 8 macro
H A Dhashcheck.c45 #define U (BYTE*sizeof (unsigned))
46 #define L (BYTE*sizeof (long))
64 (((unsigned long)1 << (BYTE * sizeof (y) - 1)) - 1), &w1);
H A Dspellin.c42 #define S (BYTE * sizeof (long))
43 #define B (BYTE * sizeof (unsigned))
158 argv[0], (((float)BYTE * wp) * sizeof (*table) / count),
159 (BYTE * ((float)wp * sizeof (*table) + sizeof (hindex)) / count));
H A Dhashlook.c40 #define B (BYTE * sizeof (unsigned))
41 #define L (BYTE * sizeof (long)-1)
H A Dhuff.c37 #define BYTE 8 macro
102 #define L (BYTE*(sizeof (long))-1) /* length of signless long */
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_putchar.c45 if (prom_write(prom_stdout_ihandle(), &c, 1, 0, BYTE) > 0)
H A Dprom_getchar.c49 rv = prom_read(prom_stdin_ihandle(), &c, 1, 0, BYTE);
H A Dprom_wrtestr.c45 len - written, 0, BYTE)) == -1)
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dwintypes.h42 typedef uint8_t BYTE; typedef
67 BYTE data4[8]; \
H A Dnetrauth.h76 BYTE data[NETR_CRED_DATA_SZ];
80 BYTE key[NETR_SESSKEY_MAXSZ];
102 BYTE password[NETR_MACHINE_ACCT_PASSWD_MAX];
112 int netr_gen_credentials(BYTE *, netr_cred_t *, DWORD, netr_cred_t *);
H A Dsmb_door.h164 void smb_dr_put_BYTE(smb_dr_ctx_t *, BYTE);
165 BYTE smb_dr_get_BYTE(smb_dr_ctx_t *);
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dtpmadm.h43 void print_bytes(BYTE *bytes, size_t len, int formatted);
48 UINT32 secret_len, BYTE *secret);
50 UINT32 secret_len, BYTE *secret);
57 bcopy((BYTE*)&(source), (BYTE*)&(dest), sizeof (TSS_UUID))
H A Dmain.c106 print_bytes(BYTE *bytes, size_t len, int formatted)
154 BYTE *data;
157 (BYTE *)&subcap, &datalen, &data);
182 UINT32 secret_len, BYTE *secret)
185 BYTE *unicode_prompt;
194 unicode_prompt = Trspi_Native_To_UNICODE((BYTE *)prompt, &len);
209 UINT32 secret_len, BYTE *secret)
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h49 #define BYTE 8 macro
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/ndl/
H A Drpcpdu.ndl52 BYTE clock_seq_hi_and_reserved;
53 BYTE clock_seq_low;
54 BYTE node[6];
61 BYTE data4[8];
93 BYTE intg_char_rep; /* integer and charset */
94 BYTE float_rep;
95 BYTE _spare[2];
186 BYTE rpc_vers; /* 00:01 5 */
187 BYTE rpc_vers_minor; /* 01:01 0 */
188 BYTE ptyp
[all...]
H A Dmsgsvc.ndl41 BYTE data4[8];
H A Dnetlogon.ndl63 BYTE Revision;
64 BYTE SubAuthCount;
65 BYTE Authority[6];
110 BYTE buffer[ANY_SIZE_ARRAY];
121 BYTE data[8];
139 BYTE data[16];
145 BYTE data[8];
222 BYTE data[8];
347 * BYTE. They are declared as DWORD here due to the way things are
H A Dsecurity.ndl34 BYTE clock_seq[2];
35 BYTE node[6];
200 BYTE sid_rev_num;
201 BYTE num_auths;
202 BYTE id_auth[6];
266 BYTE flags;
H A Dndrtypes.ndl61 #define BYTE uchar
81 BYTE data4[8]; \
117 * When not using ndrgen, get BYTE, WORD, DWORD definitions from wintypes.h.
/opensolaris-onvv-gate/usr/src/common/smbsrv/
H A Dsmb_door_legacy.c325 smb_dr_put_BYTE(smb_dr_ctx_t *ctx, BYTE byte)
328 if (ctx->ptr + sizeof (BYTE) <= ctx->end_ptr) {
329 (void) memcpy(ctx->ptr, &byte, sizeof (BYTE));
330 ctx->ptr += sizeof (BYTE);
337 BYTE
340 BYTE byte = 0;
342 if (ctx->ptr + sizeof (BYTE) <= ctx->end_ptr) {
343 (void) memcpy(&byte, ctx->ptr, sizeof (BYTE));
344 ctx->ptr += sizeof (BYTE);
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A Dtypes.h58 typedef unsigned char BYTE; typedef
64 typedef BYTE *PBYTE;
65 typedef BYTE *LPBYTE;
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c59 static int netr_gen_password(BYTE *, BYTE *, BYTE *);
438 netr_gen_credentials(BYTE *session_key, netr_cred_t *challenge,
482 BYTE new_password[NETR_OWF_PASSWORD_SZ];
559 netr_gen_password(BYTE *session_key, BYTE *old_password, BYTE *new_password)
H A Dsamlib.h127 BYTE data[512];
/opensolaris-onvv-gate/usr/src/cmd/file/
H A Dmagicutils.c48 #define BYTE 1 macro
86 uint32_t e_type; /* BYTE, SHORT, STR, et al */
342 ep->e_type = BYTE;
437 ep->e_type = BYTE;
441 ep->e_type = BYTE; /* default */
592 case BYTE:
632 case BYTE:
661 case BYTE:
718 case BYTE:
775 case BYTE
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h42 #define BYTE char macro
233 extern BYTE extra[];
246 extern BYTE *myalloc();

Completed in 204 milliseconds

123