Searched defs:Result (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | crypt.c | 57 smb_encrypt_DES(uchar_t *Result, int ResultLen, argument 122 (CK_BYTE_PTR)Result + (k * 8), 167 smb_encrypt_RC4(uchar_t *Result, int ResultLen, argument 204 (CK_BYTE_PTR)Result, &ciphertext_len);
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_crypt.c | 133 smb_auth_DES(unsigned char *Result, int ResultLen, argument 198 (CK_BYTE_PTR)Result + (k * 8), 245 smb_auth_RC4(uchar_t *Result, int ResultLen, argument 282 (CK_BYTE_PTR)Result, &ciphertext_len);
|
/illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconvrt.c | 86 UINT64 Result; local 127 Result = 0; 141 AcpiGbl_IntegerByteWidth, &Result); 171 * Get next byte and shift it into the Result. 175 Result |= (((UINT64) Pointer[i]) << (i * 8)); 188 ReturnDesc = AcpiUtCreateIntegerObject (Result); 195 ACPI_FORMAT_UINT64 (Result))); 197 /* Save the Result */
|
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsutils.c | 273 char *Result = NULL; local 288 Result = &InternalName[1]; 293 Result = &InternalName[2]; 299 Result = &InternalName[3]; 319 Result = &InternalName[i]; 324 Result = &InternalName[(ACPI_SIZE) i+1]; 330 Result = &InternalName[(ACPI_SIZE) i+2]; 345 Result[i] = '_'; 351 Result[i] = (char) toupper ((int) *ExternalName); 367 Result [all...] |
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl_reg.h | 430 uint16_t Result; member in struct:__anon6173
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 1270 mStatus NewResult; // New error code; will be copied to Result just prior to invoking callback 1279 // Result fields: When the callback is invoked these fields contain the answers the client is looking for 1295 mStatus Result; member in struct:NATTraversalInfo_struct
|
Completed in 177 milliseconds